HomeSort by relevance Sort by last modified time
    Searched defs:idlen (Results 1 - 12 of 12) 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/chromium_org/third_party/openssl/openssl/apps/
cms.c 1307 int idlen; local
    [all...]
  /external/openssl/apps/
cms.c 1307 int idlen; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_lib.c 562 long extlen, idlen, itmp; local
565 idlen = 0;
572 idlen += itmp + 2;
584 if ((long)(limit - ret - 7 - extlen - idlen) < 0) return NULL;
586 if (extlen + idlen > 0xFFF0)
588 s2n(extlen + idlen + 5, ret);
590 s2n(idlen, ret);
    [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 1876 size_t idlen = os_strlen(pos); local
    [all...]
  /external/elfutils/src/
ldlex.c 2874 size_t idlen = 0; local
    [all...]

Completed in 360 milliseconds