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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
adfs_fs.h 15 __u8 idlen; member in struct:adfs_discrecord
  /external/kernel-headers/original/uapi/linux/
adfs_fs.h 16 __u8 idlen; member in struct:adfs_discrecord
  /external/elfutils/src/
ldlex.l 295 size_t idlen = 0;
309 && (idlen == 0 || c < '0' || c > '9'))
315 if (idlen == idmax)
318 id = memcpy (newp, id, idlen);
321 id[idlen++] = c;
326 if (idlen == 6 && strncmp (id, "SHARED", 6) == 0)
  /bionic/libc/kernel/uapi/linux/
adfs_fs.h 28 __u8 idlen; member in struct:adfs_discrecord
  /external/icu/icu4c/source/common/
uloc.cpp     [all...]
  /external/libjpeg-turbo/
rdtarga.c 339 int idlen, cmaptype, subtype, flags, interlace_type, components; local
353 idlen = UCH(targaheader[0]);
447 while (idlen--) /* Throw away ID field */
  /external/clang/lib/Basic/
IdentifierTable.cpp 322 unsigned IdLen = I->getKeyLength();
323 AverageIdentifierSize += IdLen;
324 if (MaxIdentifierLength < IdLen)
325 MaxIdentifierLength = IdLen;
  /external/freetype/builds/amiga/
README 95 it. "idlen=40" is the option for SAS/C. Setting #define
smakefile 80 SCFLAGS = optimize opttime optsched strmerge data=faronly idlen=50 cpu=$(CPU)\
  /external/icu/icu4c/source/i18n/
zonemeta.cpp 498 int32_t idLen = 0;
505 const UChar *primaryZone = ures_getStringByKey(rb, regionBuf, &idLen, &status);
507 if (tzid.compare(primaryZone, idLen) == 0) {
513 if (U_SUCCESS(status) && canonicalID.compare(primaryZone, idLen) == 0) {
timezone.cpp 744 int32_t idLen = 0;
748 id = ures_getStringByIndex(top, i, &idLen, &ec);
753 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen));
    [all...]
  /external/ppp/pppd/
ipv6cp.c 585 int idlen = CILEN_IFACEID; \
586 if (len >= idlen) { \
588 PUTCHAR(idlen, ucp); \
590 len -= idlen; \
643 int idlen = CILEN_IFACEID; \
644 if ((len -= idlen) < 0) \
648 if (cilen != idlen || \
    [all...]
  /external/ipsec-tools/src/racoon/
oakley.c 1941 int idlen, type; local
    [all...]
  /toolchain/binutils/binutils-2.27/include/vms/
lbr.h 327 unsigned char idlen; member in struct:vms_leh
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 189 int idLen = (int) uprv_strlen(id);
190 char* localeID = (char*) uprv_malloc(idLen);
202 pos = idLen;
    [all...]
  /external/python/cpython2/Mac/BuildScript/
README.txt 191 /usr/local/bin/idlen.n
  /external/python/cpython3/Mac/BuildScript/
README.txt 221 /usr/local/bin/idlen.n
  /external/clang/lib/Lex/
PPDirectives.cpp 458 unsigned IdLen = DirectiveStr.size();
459 if (IdLen >= 20) {
465 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen);
466 Directive = StringRef(DirectiveBuf, IdLen);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 510 int32_t idLen;
602 idLen = ucal_getTimeZoneID(caldef2, id, UPRV_LENGTHOF(id), &status);
603 (void)idLen; /* Suppress set but not used warning. */
626 idLen = ucal_getTimeZoneID(caldef2, id, UPRV_LENGTHOF(id), &status);
    [all...]
  /external/scapy/scapy/contrib/
isis.py 705 ByteField("idlen", 0),
  /external/wpa_supplicant_8/hostapd/
config_file.c 2272 size_t idlen = os_strlen(pos); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 

Completed in 7180 milliseconds