/external/wpa_supplicant_8/src/wps/ |
ndef.c | 33 u8 id_length; member in struct:ndef_record 61 record->id_length = *pos++; 63 record->id_length = 0; 68 record->id = record->id_length == 0 ? NULL : pos; 69 pos += record->id_length; 106 u8 id_length, void *payload, 119 if (id_length > 0) 121 total_len += type_length + id_length + payload_length; 130 if (id_length > 0) 143 if (id_length > 0 [all...] |
/external/quake/quake/src/WinQuake/ |
gl_screen.cpp | 579 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader
|
gl_warp.cpp | 501 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader 546 targa_header.id_length = fgetc(fin); 574 if (targa_header.id_length != 0) 575 fseek(fin, targa_header.id_length, SEEK_CUR); // skip TARGA image comment
|
/gdk/samples/quake/jni/ |
gl_screen.cpp | 579 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader
|
gl_warp.cpp | 501 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader 546 targa_header.id_length = fgetc(fin); 574 if (targa_header.id_length != 0) 575 fseek(fin, targa_header.id_length, SEEK_CUR); // skip TARGA image comment
|
/external/quake/quake/src/QW/client/ |
gl_screen.c | 612 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader
|
gl_warp.c | 452 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader 497 targa_header.id_length = fgetc(fin); 525 if (targa_header.id_length != 0) 526 fseek(fin, targa_header.id_length, SEEK_CUR); // skip TARGA image comment
|
/external/tcpdump/ |
print-isoclns.c | 550 u_int8_t id_length; member in struct:isis_common_header 1744 u_int8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len; local [all...] |