Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-hncp.c413 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/
Dpcap-bt-linux.c259 memset((void *) &flt.type_mask, 0xff, sizeof(flt.type_mask)); in bt_activate()
/external/jemalloc_new/src/
Dzone.c114 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/
Dsigned_header.h230 uint32_t type_mask; // Mask of board type bits to use. member
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp183 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/
Dsanitizer_malloc_mac.inc246 unsigned type_mask, vm_address_t zone_address,