Home
last modified time | relevance | path

Searched refs:type_mask (Results 1 – 8 of 8) 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/mesa3d/src/freedreno/rnn/
Drnndec.c207 uint64_t type_mask = typeinfo_mask(&bitfields[i]->typeinfo); in rnndec_decodeval() local
208 if (((value & type_mask) == 0) && is_unknown(bitfields[i]->name)) in rnndec_decodeval()
210 mask |= type_mask; in rnndec_decodeval()
214 if (value & type_mask) { in rnndec_decodeval()
227 uint64_t field_val = value & type_mask; in rnndec_decodeval()
232 subval = rnndec_decodeval(ctx, &bitfields[i]->typeinfo, value & type_mask); in rnndec_decodeval()
/external/nos/host/generic/nugget/include/
Dsigned_header.h172 SIGNED_HEADER_PADDING ^ board_id_.type_mask, in print()
225 uint32_t type_mask; // Mask of board type bits to use. member
/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/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/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c373 unsigned type_mask = (1 << type_size) - 1; in mir_adjust_constant() local
425 *bundle_constant_mask |= type_mask << best_place; in mir_adjust_constant()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_malloc_mac.inc246 unsigned type_mask, vm_address_t zone_address,