Home
last modified time | relevance | path

Searched refs:id_length (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dndef.c27 u8 id_length; member
62 record->id_length = *pos++; in ndef_parse_record()
64 record->id_length = 0; in ndef_parse_record()
69 record->id = record->id_length == 0 ? NULL : pos; in ndef_parse_record()
70 pos += record->id_length; in ndef_parse_record()
108 u8 id_length, in ndef_build_record() argument
122 if (id_length > 0) in ndef_build_record()
124 total_len += type_length + id_length + payload_length; in ndef_build_record()
133 if (id_length > 0) in ndef_build_record()
146 if (id_length > 0) in ndef_build_record()
[all …]
/external/v8/src/snapshot/
Dnatives-external.cc80 Vector<const char> NameFromId(const byte* id, int id_length) { in NameFromId() argument
83 Vector<char> name(Vector<char>::New(id_length + sizeof(native) - 1 + in NameFromId()
86 memcpy(name.start() + sizeof(native) - 1, id, id_length); in NameFromId()
87 memcpy(name.start() + sizeof(native) - 1 + id_length, extension, in NameFromId()
95 int id_length = bytes->GetBlob(&id); in ReadNameAndContentPair() local
97 native_ids_.emplace_back(reinterpret_cast<const char*>(id), id_length); in ReadNameAndContentPair()
100 native_names_.push_back(NameFromId(id, id_length)); in ReadNameAndContentPair()
/external/ImageMagick/coders/
Dtga.c92 id_length, member
209 count=ReadBlob(image,1,&tga_info.id_length); in ReadTGAImage()
280 if (tga_info.id_length != 0) in ReadTGAImage()
291 length=(size_t) tga_info.id_length; in ReadTGAImage()
784 tga_info.id_length=0; in WriteTGAImage()
787 tga_info.id_length=(unsigned char) MagickMin(strlen(comment),255); in WriteTGAImage()
853 (void) WriteBlobByte(image,tga_info.id_length); in WriteTGAImage()
865 if (tga_info.id_length != 0) in WriteTGAImage()
866 (void) WriteBlob(image,tga_info.id_length,(unsigned char *) comment); in WriteTGAImage()
/external/tcpdump/
Dprint-isoclns.c613 uint8_t id_length; member
2188 uint8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len; in isis_print() local
2222 if ((isis_header->id_length != SYSTEM_ID_LEN) && (isis_header->id_length != 0)) { in isis_print()
2224 isis_header->id_length)); in isis_print()
2255 id_length = isis_header->id_length; in isis_print()
2256 switch(id_length) { in isis_print()
2258 id_length = 6; /* silly shit again */ in isis_print()
2270 id_length = 0; /* entirely useless */ in isis_print()
2277 if (id_length != 6 ) { in isis_print()
2278 ND_PRINT((ndo, "bad packet -- illegal sys-ID length (%u)", id_length)); in isis_print()
[all …]
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc154 const int id_length = bit_pos + 1; in ReadID() local
156 for (int i = 1; i < id_length; ++i) { in ReadID()
168 len = id_length; in ReadID()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc154 const int id_length = bit_pos + 1; in ReadID() local
156 for (int i = 1; i < id_length; ++i) { in ReadID()
168 len = id_length; in ReadID()
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc154 const int id_length = bit_pos + 1; in ReadID() local
156 for (int i = 1; i < id_length; ++i) { in ReadID()
168 len = id_length; in ReadID()