/external/kernel-headers/original/uapi/linux/ |
adfs_fs.h | 15 __u8 idlen; member in struct:adfs_discrecord
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
adfs_fs.h | 15 __u8 idlen; member in struct:adfs_discrecord
|
/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/elfutils/src/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)
|
ldlex.c | 2867 size_t idlen = 0; local [all...] |
/external/icu/icu4c/source/common/ |
simplepatternformatter.cpp | 27 SimplePatternFormatterIdBuilder() : id(0), idLen(0) { } 31 void reset() { id = 0; idLen = 0; } 42 UBool isValid() const { return (idLen > 0); } 49 int32_t idLen; 60 for (int32_t i = origLen + idLen - 1; i >= origLen; i--) { 65 *len = origLen + idLen; 70 idLen++;
|
uloc.cpp | [all...] |
/bionic/libc/kernel/uapi/linux/ |
adfs_fs.h | 30 __u8 idlen; member in struct:adfs_discrecord
|
/development/ndk/platforms/android-21/include/linux/ |
adfs_fs.h | 30 __u8 idlen; member in struct:adfs_discrecord
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
adfs_fs.h | 30 __u8 idlen; member in struct:adfs_discrecord
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
adfs_fs.h | 30 __u8 idlen; member in struct:adfs_discrecord
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
adfs_fs.h | 30 __u8 idlen; member in struct:adfs_discrecord
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
adfs_fs.h | 30 __u8 idlen; member in struct:adfs_discrecord
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
adfs_fs.h | 30 __u8 idlen; member in struct:adfs_discrecord
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
adfs_fs.h | 30 __u8 idlen; member in struct:adfs_discrecord
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
SimplePatternFormatter.java | 315 private int idLen = 0; 319 idLen = 0; 327 if (idLen > 0) { 333 return idLen > 0; 338 idLen++;
|
/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/clang/lib/Basic/ |
IdentifierTable.cpp | 312 unsigned IdLen = I->getKeyLength(); 313 AverageIdentifierSize += IdLen; 314 if (MaxIdentifierLength < IdLen) 315 MaxIdentifierLength = IdLen;
|
/external/icu/icu4c/source/i18n/ |
zonemeta.cpp | 489 int32_t idLen = 0; 496 const UChar *primaryZone = ures_getStringByKey(rb, regionBuf, &idLen, &status); 498 if (tzid.compare(primaryZone, idLen) == 0) { 504 if (U_SUCCESS(status) && canonicalID.compare(primaryZone, idLen) == 0) {
|
timezone.cpp | 740 int32_t idLen = 0; 744 id = ures_getStringByIndex(top, i, &idLen, &ec); 749 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...] |
/external/icu/icu4c/source/tools/genrb/ |
wrtxml.cpp | 187 int idLen = (int) uprv_strlen(id); 188 char* localeID = (char*) uprv_malloc(idLen); 200 pos = idLen; [all...] |
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 2096 size_t idlen = os_strlen(pos); local [all...] |
/external/clang/lib/Lex/ |
PPDirectives.cpp | 387 unsigned IdLen = DirectiveStr.size(); 388 if (IdLen >= 20) { 394 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); 395 Directive = StringRef(DirectiveBuf, IdLen); [all...] |