HomeSort by relevance Sort by last modified time
    Searched refs: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
41 record->type_length = *pos++;
60 record->type = record->type_length == 0 ? NULL : pos;
61 pos += record->type_length;
100 u8 type_length, void *id,
117 total_len += type_length + id_length + payload_length;
132 wpabuf_put_u8(record, type_length);
141 wpabuf_put_data(record, type, type_length);
150 if (record->type_length != os_strlen(wifi_handover_type))
  /art/runtime/
dex_file.cc 599 uint32_t type_length; local
600 const char* name = StringByTypeIdx(type_idx, &type_length);
601 parameter_length += type_length;
    [all...]

Completed in 1470 milliseconds