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

  /dalvik/vm/
LinearAlloc.c 428 const u4* pLen = getBlockHeader(mem);
429 LOGV("--- LinearRealloc(%d) old=%d\n", newSize, *pLen);
432 if (*pLen >= newSize) {
442 memcpy(newMem, mem, *pLen);
461 u4* pLen = getBlockHeader(mem);
462 u4 len = *pLen & LENGTHFLAG_MASK;
465 firstPage = ((u1*)pLen - (u1*)pHdr->mapAddr) / SYSTEM_PAGE_SIZE;
482 if ((*pLen & LENGTHFLAG_RW) == 0) {
486 *pLen &= ~LENGTHFLAG_RW;
517 if ((*pLen & LENGTHFLAG_RW) != 0)
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
nfsprep.c 216 int32_t pLen=0, sLen=0, reqLen=0,
234 pLen = nfs4_prepare(prefix, prefixLen, p, pCapacity, NFS4_MIXED_PREP_PREFIX, parseError, status);
237 p = (char*) malloc(pLen);
242 pLen = nfs4_prepare(prefix, prefixLen, p, pLen, NFS4_MIXED_PREP_PREFIX, parseError, status);
250 s = (char*) malloc(pLen);
258 reqLen = pLen+sLen+1 /* for the delimiter */;
260 memmove(dest, p, pLen);
263 dest[pLen++] = PREFIX_SUFFIX_SEPARATOR;
264 memmove(dest+pLen, s, sLen)
    [all...]
usrchtst.c     [all...]
  /external/icu4c/test/cintltst/
nfsprep.c 216 int32_t pLen=0, sLen=0, reqLen=0,
234 pLen = nfs4_prepare(prefix, prefixLen, p, pCapacity, NFS4_MIXED_PREP_PREFIX, parseError, status);
237 p = (char*) malloc(pLen);
242 pLen = nfs4_prepare(prefix, prefixLen, p, pLen, NFS4_MIXED_PREP_PREFIX, parseError, status);
250 s = (char*) malloc(pLen);
258 reqLen = pLen+sLen+1 /* for the delimiter */;
260 memmove(dest, p, pLen);
263 dest[pLen++] = PREFIX_SUFFIX_SEPARATOR;
264 memmove(dest+pLen, s, sLen)
    [all...]
usrchtst.c     [all...]

Completed in 444 milliseconds