OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:id_length
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_8/src/wps/
ndef.c
27
u8
id_length
;
member in struct:ndef_record
62
record->
id_length
= *pos++;
64
record->
id_length
= 0;
69
record->id = record->
id_length
== 0 ? NULL : pos;
70
pos += record->
id_length
;
108
u8
id_length
,
122
if (
id_length
> 0)
124
total_len += type_length +
id_length
+ payload_length;
133
if (
id_length
> 0)
146
if (
id_length
> 0
[
all
...]
/external/v8/src/snapshot/
natives-external.cc
84
Vector<const char> NameFromId(const byte* id, int
id_length
) {
87
Vector<char> name(Vector<char>::New(
id_length
+ sizeof(native) - 1 +
90
memcpy(name.start() + sizeof(native) - 1, id,
id_length
);
91
memcpy(name.start() + sizeof(native) - 1 +
id_length
, extension,
99
int
id_length
= bytes->GetBlob(&id);
local
101
Vector<const char> id_vector(reinterpret_cast<const char*>(id),
id_length
);
local
106
native_names_.Add(NameFromId(id,
id_length
));
/external/ImageMagick/coders/
tga.c
93
id_length
,
213
count=ReadBlob(image,1,&tga_info.
id_length
);
285
if (tga_info.
id_length
!= 0)
296
length=(size_t) tga_info.
id_length
;
303
count=ReadBlob(image,tga_info.
id_length
,(unsigned char *) comment);
304
comment[tga_info.
id_length
]='\0';
783
tga_info.
id_length
=0;
786
tga_info.
id_length
=(unsigned char) MagickMin(strlen(value),255);
857
(void) WriteBlobByte(image,tga_info.
id_length
);
869
if (tga_info.
id_length
!= 0
92
id_length
,
member in struct:_TGAInfo
[
all
...]
/external/tcpdump/
print-isoclns.c
608
uint8_t
id_length
;
member in struct:isis_common_header
2081
uint8_t pdu_type, max_area,
id_length
, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len;
local
[
all
...]
/external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp
155
const int
id_length
= bit_pos + 1;
local
157
for (int i = 1; i <
id_length
; ++i) {
169
len =
id_length
;
[
all
...]
/external/libvpx/libwebm/mkvparser/
mkvparser.cc
154
const int
id_length
= bit_pos + 1;
local
156
for (int i = 1; i <
id_length
; ++i) {
168
len =
id_length
;
[
all
...]
Completed in 551 milliseconds