Searched refs:type_mask (Results 1 – 6 of 6) sorted by relevance
/external/tcpdump/ |
D | print-hncp.c | 413 uint32_t type_mask; in hncp_print_rec() local 436 type_mask = in hncp_print_rec() 442 type_mask = RANGE_DNCP_FUTURE_USE; in hncp_print_rec() 452 type_mask = type; in hncp_print_rec() 459 if (last_type_mask == type_mask) { in hncp_print_rec() 463 last_type_mask = type_mask; in hncp_print_rec() 470 ND_PRINT((ndo,"%s", tok2str(type_values, "Easter Egg (42)", type_mask) )); in hncp_print_rec() 471 if (type_mask > 0xffff) in hncp_print_rec() 475 switch (type_mask) { in hncp_print_rec()
|
/external/libpcap/ |
D | pcap-bt-linux.c | 259 memset((void *) &flt.type_mask, 0xff, sizeof(flt.type_mask)); in bt_activate()
|
/external/jemalloc_new/src/ |
D | zone.c | 114 static kern_return_t zone_enumerator(task_t task, void *data, unsigned type_mask, 252 zone_enumerator(task_t task, void *data, unsigned type_mask, in zone_enumerator() argument
|
/external/nos/host/generic/nugget/include/ |
D | signed_header.h | 230 uint32_t type_mask; // Mask of board type bits to use. member
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.cpp | 183 uint32_t type_mask = type_bits; in set_memory_type() local 186 if ((type_mask & 1) == 1) { in set_memory_type() 194 type_mask >>= 1; in set_memory_type()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_malloc_mac.inc | 246 unsigned type_mask, vm_address_t zone_address,
|