Searched refs:h_type (Results 1 – 3 of 3) sorted by relevance
/third_party/toybox/toys/pending/ |
D | arp.c | 206 int h_type, type, flag, i, entries = 0, disp = 0; in arp_main() local 245 ip, &h_type, &flag, hw_addr, mask, dev) == 6) { in arp_main() 249 if ((FLAG(H) && get_index(hwtype, TT.hw_type) != h_type) || in arp_main() 263 if (hwtype[i].val & h_type) break; in arp_main()
|
/third_party/node/deps/v8/src/wasm/ |
D | function-body-decoder-impl.h | 4741 #define ABSTRACT_TYPE_CHECK(h_type) \ 4742 case kExprRefIs##h_type: { \ 4748 if (IsHeapSubtypeOf(arg.type.heap_representation(), HeapType::k##h_type, \ 4758 } else if (!IsHeapSubtypeOf(HeapType::k##h_type, \ 4764 CALL_INTERFACE(RefIs##h_type, arg, &result); \ 4777 #define ABSTRACT_TYPE_CAST(h_type) \ 4778 case kExprRefAs##h_type: { \ 4782 ValueType::Ref(HeapType::k##h_type, kNonNullable); \ 4785 if (IsHeapSubtypeOf(arg.type.heap_representation(), HeapType::k##h_type, \ 4792 } else if (!IsHeapSubtypeOf(HeapType::k##h_type, \ [all …]
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 46320 unsigned int h_type: 8; member
|