HomeSort by relevance Sort by last modified time
    Searched refs:length_type (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
print-ether.c 96 uint16_t length_type; local
104 length_type = EXTRACT_16BITS(&ep->ether_length_type);
106 if (length_type <= ETHERMTU) {
108 length = length_type;
111 tok2str(ethertype_values,"Unknown", length_type),
112 length_type));
114 if (length_type <= ETHERMTU) {
116 length = length_type;
118 ND_PRINT((ndo, ", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", length_type)));
139 u_short length_type; local
    [all...]
  /external/v8/src/compiler/
js-create-lowering.cc 747 Type length_type = NodeProperties::GetType(length); local
    [all...]
simplified-lowering.cc 2404 Type length_type = TypeOf(node->InputAt(1)); local
    [all...]

Completed in 131 milliseconds