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

  /external/elfutils/src/
ldlex.l 285 size_t idlen = 0;
299 && (idlen == 0 || c < '0' || c > '9'))
305 if (idlen == idmax)
308 id = memcpy (newp, id, idlen);
311 id[idlen++] = c;
316 if (idlen == 6 && strncmp (id, "SHARED", 6) == 0)
ldlex.c 2605 size_t idlen = 0; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
adfs_fs.h 15 __u8 idlen; member in struct:adfs_discrecord
  /external/ppp/pppd/
ipv6cp.c 576 int idlen = CILEN_IFACEID; \
577 if (len >= idlen) { \
579 PUTCHAR(idlen, ucp); \
581 len -= idlen; \
634 int idlen = CILEN_IFACEID; \
635 if ((len -= idlen) < 0) \
639 if (cilen != idlen || \
    [all...]
  /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/openssl/ssl/
t1_lib.c 452 long extlen, idlen, itmp; local
455 idlen = 0;
462 idlen += itmp + 2;
474 if ((long)(limit - ret - 7 - extlen - idlen) < 0) return NULL;
476 if (extlen + idlen > 0xFFF0)
478 s2n(extlen + idlen + 5, ret);
480 s2n(idlen, ret);
    [all...]
  /external/ipsec-tools/src/racoon/
oakley.c 1797 int idlen, type; local
    [all...]
  /external/openssl/apps/
cms.c 1272 int idlen; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 1359 size_t idlen = os_strlen(pos); local
1360 if (idlen & 1) {
    [all...]
  /external/libvpx/mkvparser/
mkvparser.cpp 603 long idlen; local
605 const long long id = ReadUInt(pReader, pos, idlen);
612 const long long size = ReadUInt(pReader, pos + idlen, sizelen);
623 pos += idlen + sizelen; //consume id and size fields
    [all...]

Completed in 252 milliseconds