HomeSort by relevance Sort by last modified time
    Searched defs:idlen (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
adfs_fs.h 15 __u8 idlen; member in struct:adfs_discrecord
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
adfs_fs.h 15 __u8 idlen; member in struct:adfs_discrecord
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
adfs_fs.h 15 __u8 idlen; member in struct:adfs_discrecord
  /external/jpeg/
rdtarga.c 337 int idlen, cmaptype, subtype, flags, interlace_type, components; local
351 idlen = UCH(targaheader[0]);
444 while (idlen--) /* Throw away ID field */
  /external/qemu/distrib/jpeg-6b/
rdtarga.c 337 int idlen, cmaptype, subtype, flags, interlace_type, components; local
351 idlen = UCH(targaheader[0]);
444 while (idlen--) /* Throw away ID field */
  /external/openssl/apps/
cms.c 1307 int idlen; local
    [all...]
  /external/ipsec-tools/src/racoon/
oakley.c 1918 int idlen, type; local
    [all...]
  /external/openssl/ssl/
t1_lib.c 581 long extlen, idlen, itmp; local
584 idlen = 0;
591 idlen += itmp + 2;
603 if ((long)(limit - ret - 7 - extlen - idlen) < 0) return NULL;
605 if (extlen + idlen > 0xFFF0)
607 s2n(extlen + idlen + 5, ret);
609 s2n(idlen, ret);
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 1846 size_t idlen = os_strlen(pos); local
    [all...]
  /external/elfutils/src/
ldlex.c 2874 size_t idlen = 0; local
    [all...]

Completed in 466 milliseconds