HomeSort by relevance Sort by last modified time
    Searched defs:ndx (Results 1 - 4 of 4) sorted by null

  /system/core/sh/
syntax.c 12 #define ndx(ch) (ch + 1 - CHAR_MIN) macro
13 #define set(ch, val) [ndx(ch)] = val,
14 #define set_range(s, e, val) [ndx(s) ... ndx(e)] = val,
  /external/elfutils/libasm/
asm_end.c 177 Elf32_Word ndx; local
199 ndx = SHN_ABS;
201 ndx = SHN_COMMON;
202 else if (unlikely ((ndx = elf_ndxscn (scn)) >= SHN_LORESERVE))
247 xshndx[ptr] = ndx;
250 ndx = SHN_XINDEX;
252 syment.st_shndx = ndx;
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 718 int ndx = sv.indexOf('='); local
720 String nm = sv.substring(0, ndx);
721 String vl = sv.substring(ndx + 1);
    [all...]
  /external/chromium/net/third_party/nss/ssl/
sslsnce.c 379 PRUint32 ndx = sharedCache->nextCertCacheEntry; local
382 cache->certCacheData[ndx] = cce;
385 sce->u.ssl3.certIndex = ndx;
389 (ndx + 1) % cache->numCertCacheEntries;
627 PRUint32 ndx = cache->sidCacheSets[setNum].next; local
636 ndx = (ndx - 1) % SID_CACHE_ENTRIES_PER_SET;
637 sce = set + ndx;
808 PRUint32 ndx = set * SID_CACHE_ENTRIES_PER_SET + next; local
811 cache->sidCacheData[ndx] = sce
1585 PRUint32 ndx = (exchKeyType * SSL_NUM_WRAP_MECHS) + symWrapMechIndex; local
1841 PRUint32 ndx; local
    [all...]

Completed in 108 milliseconds