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

1 2

  /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.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.11-4.8/sysroot/usr/include/linux/
adfs_fs.h 15 __u8 idlen; member in struct:adfs_discrecord
  /external/icu/icu4c/source/common/
simplepatternformatter.cpp 24 SimplePatternFormatterIdBuilder() : id(0), idLen(0) { }
26 void reset() { id = 0; idLen = 0; }
29 UBool isValid() const { return (idLen > 0); }
33 int32_t idLen;
44 for (int32_t i = origLen + idLen - 1; i >= origLen; i--) {
49 *len = origLen + idLen;
54 idLen++;
uloc.cpp     [all...]
  /external/elfutils/0.153/src/
ldlex.l 303 size_t idlen = 0;
317 && (idlen == 0 || c < '0' || c > '9'))
323 if (idlen == idmax)
326 id = memcpy (newp, id, idlen);
329 id[idlen++] = c;
334 if (idlen == 6 && strncmp (id, "SHARED", 6) == 0)
  /bionic/libc/kernel/uapi/linux/
adfs_fs.h 30 __u8 idlen; member in struct:adfs_discrecord
  /development/ndk/platforms/android-L/include/linux/
adfs_fs.h 30 __u8 idlen; member in struct:adfs_discrecord
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
adfs_fs.h 30 __u8 idlen; member in struct:adfs_discrecord
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
adfs_fs.h 30 __u8 idlen; member in struct:adfs_discrecord
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
adfs_fs.h 30 __u8 idlen; member in struct:adfs_discrecord
  /external/srec/srec/AcousticModels/include/
SR_AcousticModels.h 175 * @param idLen [in/out] Length of id argument. If the return code is ESR_BUFFER_OVERFLOW, the
178 SREC_ACOUSTICMODELS_API ESR_ReturnCode SR_AcousticModelsGetID(SR_AcousticModels* self, size_t index, SR_AcousticModelID* id, size_t* idLen);
  /external/chromium_org/third_party/icu/source/common/
uloc.c     [all...]
  /external/openssl/crypto/cms/
cms.h 187 unsigned char *id, size_t idlen);
207 unsigned char *id, size_t idlen,
223 const unsigned char *id, size_t idlen);
321 CMS_ReceiptRequest *CMS_ReceiptRequest_create0(unsigned char *id, int idlen,
cms_env.c 444 const unsigned char *id, size_t idlen)
457 tmp_os.length = (int)idlen;
483 unsigned char *id, size_t idlen,
569 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen);
cms_ess.c 92 CMS_ReceiptRequest *CMS_ReceiptRequest_create0(unsigned char *id, int idlen,
103 ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen);
  /external/openssl/include/openssl/
cms.h 187 unsigned char *id, size_t idlen);
207 unsigned char *id, size_t idlen,
223 const unsigned char *id, size_t idlen);
321 CMS_ReceiptRequest *CMS_ReceiptRequest_create0(unsigned char *id, int 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/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/clang/lib/Basic/
IdentifierTable.cpp 269 unsigned IdLen = I->getKeyLength();
270 AverageIdentifierSize += IdLen;
271 if (MaxIdentifierLength < IdLen)
272 MaxIdentifierLength = IdLen;
  /external/icu/icu4c/source/i18n/
zonemeta.cpp 491 int32_t idLen = 0;
498 const UChar *primaryZone = ures_getStringByKey(rb, regionBuf, &idLen, &status);
500 if (tzid.compare(primaryZone, idLen) == 0) {
506 if (U_SUCCESS(status) && canonicalID.compare(primaryZone, idLen) == 0) {
timezone.cpp 718 int32_t idLen = 0;
722 id = ures_getStringByIndex(top, i, &idLen, &ec);
727 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen));
    [all...]
  /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/chromium_org/third_party/icu/source/i18n/
timezone.cpp 669 int32_t idLen = 0;
673 id = ures_getStringByIndex(top, i, &idLen, &ec);
678 unistr.fastCopyFrom(UnicodeString(TRUE, id, idLen));
891 int32_t idLen = 0;
892 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec);
893 result.fastCopyFrom(UnicodeString(TRUE, id, idLen));
    [all...]
  /external/ipsec-tools/src/racoon/
oakley.c 1918 int idlen, type; local
    [all...]

Completed in 9551 milliseconds

1 2