Home
last modified time | relevance | path

Searched refs:type_mask (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dprint-hncp.c405 uint32_t type_mask; in hncp_print_rec() local
428 type_mask = in hncp_print_rec()
434 type_mask = RANGE_DNCP_FUTURE_USE; in hncp_print_rec()
444 type_mask = type; in hncp_print_rec()
451 if (last_type_mask == type_mask) { in hncp_print_rec()
455 last_type_mask = type_mask; in hncp_print_rec()
462 ND_PRINT((ndo,"%s", tok2str(type_values, "Easter Egg (42)", type_mask) )); in hncp_print_rec()
463 if (type_mask > 0xffff) in hncp_print_rec()
467 switch (type_mask) { in hncp_print_rec()
/external/libpcap/
Dpcap-bt-linux.c247 memset((void *) &flt.type_mask, 0xff, sizeof(flt.type_mask)); in bt_activate()
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp197 uint32_t type_mask = type_bits; in set_memory_type() local
200 if ((type_mask & 1) == 1) { in set_memory_type()
208 type_mask >>= 1; in set_memory_type()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_malloc_mac.inc246 unsigned type_mask, vm_address_t zone_address,