/frameworks/compile/mclinker/lib/Support/ |
MemoryRegion.cpp | 33 MemoryRegion* MemoryRegion::Create(void* pStart, size_t pSize) 35 return g_RegionFactory->produce(static_cast<Address>(pStart), pSize); 38 MemoryRegion* MemoryRegion::Create(void* pStart, size_t pSize, Space& pSpace) 40 MemoryRegion* result = g_RegionFactory->produce(static_cast<Address>(pStart),
|
Space.cpp | 78 Space* Space::Create(FileHandle& pHandler, size_t pStart, size_t pSize) 84 switch(type = policy(pStart, pSize)) { 87 total_offset = pStart + pSize; 88 start = pStart; 119 total_offset = page_boundary(pStart + pSize); 120 start = page_offset(pStart); 123 size = page_boundary((pStart - start) + pSize); 136 size = page_boundary((pStart - start) + pSize);
|
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/ |
Main.java | 155 long pStart = System.currentTimeMillis(); 158 System.out.println(" Parsed in " + (stop - pStart) + "ms."); 182 pStart = System.currentTimeMillis(); 185 System.out.println("${symbol_escape}n AST Walked in " + (stop - pStart) + "ms."); 228 pStart = System.currentTimeMillis(); 232 System.out.println(" PNG graphic produced in " + (stop - pStart) + "ms.");
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
uparse.h | 132 uint32_t *pStart, uint32_t *pEnd, 142 uint32_t *pStart, uint32_t *pEnd,
|
uparse.c | 295 uint32_t *pStart, uint32_t *pEnd, 304 if(s==NULL || pStart==NULL || pEnd==NULL) { 316 *pStart=*pEnd=value; 335 if(value<*pStart) { 341 return value-*pStart+1; 346 uint32_t *pStart, uint32_t *pEnd, 350 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);
|
ucbuf.c | 58 const char* pStart; 81 pStart = start; 82 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error); 83 *signatureLength = (int32_t)(pStart - start); 589 const char* pStart; 597 pStart = start; 598 ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error);
|
/external/icu4c/samples/layout/ |
paragraph.cpp | 101 LEUnicode *pStart = &fChars[0]; 103 while (*pStart != 0) { 104 LEUnicode *pEnd = u_strpbrk(pStart, separators); 112 if (pEnd != pStart) { 113 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr); 115 paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphLevel, FALSE, status); 153 pStart = skipLineEnd(pEnd);
|
pflow.c | 116 LEUnicode *pStart; 153 pStart = &flow->fChars[0]; 155 while (*pStart != 0) { 156 LEUnicode *pEnd = u_strpbrk(pStart, separators); 164 if (pEnd != pStart) { 165 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr); 169 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart); 172 paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel, FALSE, status); 210 pStart = skipLineEnd(pEnd) [all...] |
/external/icu4c/tools/toolutil/ |
uparse.h | 132 uint32_t *pStart, uint32_t *pEnd, 142 uint32_t *pStart, uint32_t *pEnd,
|
uparse.c | 297 uint32_t *pStart, uint32_t *pEnd, 306 if(s==NULL || pStart==NULL || pEnd==NULL) { 318 *pStart=*pEnd=value; 337 if(value<*pStart) { 343 return value-*pStart+1; 348 uint32_t *pStart, uint32_t *pEnd, 352 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);
|
ucbuf.c | 59 const char* pStart; 82 pStart = start; 83 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error); 84 *signatureLength = (int32_t)(pStart - start); 590 const char* pStart; 598 pStart = start; 599 ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error);
|
/frameworks/compile/mclinker/include/mcld/Support/ |
MemoryRegion.h | 61 /// @param pStart [in] The start address of a piece of memory 63 static MemoryRegion* Create(void* pStart, size_t pSize); 77 /// @param pStart [in] The start address of a piece of memory 80 static MemoryRegion* Create(void* pStart, size_t pSize, Space& pSpace);
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
LVM_Buffers.c | 61 LVM_INT16 *pStart; 88 pStart = pInstance->pInputSamples; /* Pointer to the input samples */ 149 Copy_16(pStart, /* Source */ 152 pStart += NumChannels * NumSamples; /* Update the input pointer */ 165 pInstance->pInputSamples = pStart; /* Update input sample pointer */ 175 pStart = pBuffer->pScratch; /* Start of the buffer */ 176 pStart += NumChannels*SampleCount; /* Offset by the number of processed samples */ 179 Copy_16(pStart, /* Source */ 535 LVM_INT16 *pStart; 543 pStart = pBuffer->pScratch [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
a_set.c | 95 unsigned char *pStart, *pTempMem; 121 pStart = p; /* Catch the beg of Setblobs*/ 139 totSize = p - pStart; /* This is the total size of all set blobs */ 159 memcpy(pStart, pTempMem, totSize);
|
/external/openssl/crypto/asn1/ |
a_set.c | 95 unsigned char *pStart, *pTempMem; 121 pStart = p; /* Catch the beg of Setblobs*/ 139 totSize = p - pStart; /* This is the total size of all set blobs */ 159 memcpy(pStart, pTempMem, totSize);
|
/hardware/ti/omap4xxx/camera/ |
CameraHalUtilClasses.cpp | 207 char *pStart = NULL; 237 pStart = pArea; 238 if ( NULL == pStart ) 246 left = static_cast<ssize_t>(strtol(pStart, &pEnd, 10));
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
CandidateView.java | 429 int pStart = mDecInfo.mPageStart.get(p); 437 while (xPos < mContentWidth && pStart + pSize < candSize) { 438 int itemPos = pStart + pSize; 455 mDecInfo.mPageStart.add(pStart + pSize); 491 int pStart = mDecInfo.mPageStart.get(mPageNo); 492 int pSize = mDecInfo.mPageStart.get(mPageNo + 1) - pStart; 513 String cand = mDecInfo.mCandidatesList.get(pStart + i);
|
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_sco.c | 86 #define CONVERT_44100_TO_BLUETOOTH(pStart, pEnd) \ 89 SRC_TYPE *pS = (SRC_TYPE *)pStart; \ 140 #define CONVERT_22050_TO_BLUETOOTH(pStart, pEnd) \ 143 SRC_TYPE *pS = (SRC_TYPE *)pStart; \ 193 #define CONVERT_11025_TO_BLUETOOTH(pStart, pEnd) \ 196 SRC_TYPE *pS = (SRC_TYPE *)pStart; \
|
/external/chromium_org/third_party/sqlite/src/src/ |
pcache1.c | 119 ** szSlot, nSlot, pStart, pEnd, nReserve, and isInit values are all 127 void *pStart, *pEnd; /* Bounds of pagecache malloc range */ 186 pcache1.pStart = pBuf; 245 if( p>=pcache1.pStart && p<pcache1.pEnd ){ 273 if( p>=pcache1.pStart && p<pcache1.pEnd ){ 933 if( pcache1.pStart==0 ){
|
main.c | 444 ** The cnt parameter is the number of slots. If pStart is NULL the 446 ** If pStart is not NULL then it is sz*cnt bytes of memory to use for 450 void *pStart; 459 sqlite3_free(db->lookaside.pStart); 468 pStart = 0; 472 pStart = sqlite3Malloc( sz*cnt ); /* IMP: R-61949-35727 */ 476 pStart = pBuf; 478 db->lookaside.pStart = pStart; 481 if( pStart ){ [all...] |
shell.c | 94 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ 95 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 + 96 (double)(pEnd->tv_sec - pStart->tv_sec); 165 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ 166 sqlite_int64 i64Start = *((sqlite_int64 *) pStart); [all...] |
tokenize.c | 419 if( db->lookaside.pStart ) db->lookaside.bEnabled = 1;
|
/external/chromium_org/third_party/icu/source/common/ |
uset.cpp | 308 // UChar32* pStart, UChar32* pEnd) { 313 // *pStart = us->getRangeStart(rangeIndex); 481 UChar32* pStart, UChar32* pEnd) { 485 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) { 495 *pStart=array[rangeIndex++]; 510 *pStart=(((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1];
|
/external/icu4c/common/ |
uset.cpp | 303 // UChar32* pStart, UChar32* pEnd) { 308 // *pStart = us->getRangeStart(rangeIndex); 476 UChar32* pStart, UChar32* pEnd) { 480 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) { 490 *pStart=array[rangeIndex++]; 505 *pStart=(((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1];
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uset.h | [all...] |