OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:type_length
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/wps/
ndef.c
26
u8
type_length
;
member in struct:ndef_record
42
record->
type_length
= *pos++;
66
record->type = record->
type_length
== 0 ? NULL : pos;
67
pos += record->
type_length
;
107
u8
type_length
, void *id,
124
total_len +=
type_length
+ id_length + payload_length;
139
wpabuf_put_u8(record,
type_length
);
148
wpabuf_put_data(record, type,
type_length
);
158
record->
type_length
!= os_strlen(wifi_handover_type))
184
record->
type_length
!= os_strlen(p2p_handover_type)
[
all
...]
/external/libaom/libaom/av1/decoder/
obu.c
659
size_t
type_length
;
local
662
if (aom_uleb_decode(data, sz, &type_value, &
type_length
) < 0) {
667
read_metadata_itut_t35(data +
type_length
, sz -
type_length
);
669
read_metadata_hdr_cll(data +
type_length
, sz -
type_length
);
671
read_metadata_hdr_mdcv(data +
type_length
, sz -
type_length
);
673
read_metadata_scalability(data +
type_length
, sz -
type_length
);
[
all
...]
Completed in 770 milliseconds