/frameworks/base/media/libdrm/mobile1/src/parser/ |
parser_dm.c | 69 const uint8_t *pStart = NULL, *pEnd = NULL; 83 pStart = drm_strnstr(buffer, (uint8_t *)"--", bufferLen); 84 if (NULL == pStart) 86 pEnd = pStart; 89 pEnd = drm_strnstr(pStart, (uint8_t *)DRM_NEW_LINE_CRLF, leftLen); 93 strncpy((char *)pDmInfo->boundary, (char *)pStart, pEnd - pStart); 97 pStart = pEnd; 98 leftLen = pBufferEnd - pStart; 104 while ((('\r' != *pStart) || ('\n' != *(pStart + 1))) && pStart < pBufferEnd) [all...] |
parser_dcf.c | 49 uint8_t *pStart, *pEnd; 83 pStart = pHeader; 84 while (pStart < pData) { 85 pEnd = pStart; 89 if (0 == strncmp((char *)pStart, HEADER_ENCRYPTION_METHOD, HEADER_ENCRYPTION_METHOD_LEN)) 91 (char *)(pStart + HEADER_ENCRYPTION_METHOD_LEN), 92 pEnd - pStart - HEADER_ENCRYPTION_METHOD_LEN); 93 else if (0 == strncmp((char *)pStart, HEADER_RIGHTS_ISSUER, HEADER_RIGHTS_ISSUER_LEN)) 95 (char *)(pStart + HEADER_RIGHTS_ISSUER_LEN), 96 pEnd - pStart - HEADER_RIGHTS_ISSUER_LEN) [all...] |
/frameworks/base/media/libdrm/mobile1/src/xml/ |
xml_tinyparser.c | 266 uint8_t *pStart; 296 pStart = buffer - 1; 303 uint8_t *pCheck = xml_goto_tagend(pStart); 327 *tagLen = buffer - pStart - 2; 329 *tagLen = buffer - pStart - 1; 333 return pStart; 338 uint8_t *pStart; 352 pStart = (uint8_t *)strchr((char *)nodeStr, '\\'); 354 while (pStart != NULL) { 355 *pStart = '\0' [all...] |
/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.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);
|
uparse.h | 132 uint32_t *pStart, uint32_t *pEnd, 142 uint32_t *pStart, uint32_t *pEnd,
|
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);
|
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_rights_manager.c | 492 uint8_t *pStart, *pEnd; 495 pStart = buffer; 496 pEnd = pStart; 498 if (pEnd != pStart) 499 pStart = ++pEnd; 502 if (pStart == pEnd) 503 pStart--; 506 memmove(pStart, pEnd, movLen); 507 bufferLen -= (pEnd - pStart);
|
drm_api.c | 896 uint8_t *pStart; 899 pStart = s->rawContent + s->contentOffset; 900 if (-1 == (skipLen = drm_skipCRLFinB64(pStart, encLen))) { 925 res = drm_scanEndBoundary(pStart, encLen, ((T_DRM_DM_Base64_Node *)(s->infoStruct))->boundary); 932 char* pTmp = memrchr(pStart, '\r', encLen); [all...] |
/frameworks/base/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/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));
|
/external/qemu/ |
monitor.c | 262 const char *p, *pstart; local 267 pstart = p; 270 p = pstart + strlen(pstart); 271 if ((p - pstart) == len && !memcmp(pstart, name, len)) 1280 static void mem_print(Monitor *mon, uint32_t *pstart, int *plast_prot, 1286 if (*pstart != -1) { 1288 *pstart, end, end - *pstart 2395 const char *p, *pstart; local 2777 const char *p, *pstart; local [all...] |
/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/ppp/pppd/ |
cbcp.c | 234 u_char *pstart; local 238 pstart = p; 300 return p - pstart;
|
upap.c | 622 u_char *pstart; local 626 pstart = p; 682 return p - pstart;
|
/external/icu4c/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];
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
deinterleave.cpp | 126 pStart = pInterleaved; 151 pGroup += (pInterleaved - pStart); 233 Int16 *pStart; 256 pStart = pInterleaved; 283 pGroup += (pInterleaved - pStart);
|
/external/quake/quake/src/QW/client/ |
d_polyse.c | 906 spanpackage_t *pstart; local 908 pstart = a_spans + initialrightheight; 909 pstart->count = originalcount; 924 D_PolysetDrawSpans8 (pstart);
|
/external/quake/quake/src/WinQuake/ |
d_polyse.cpp | 953 spanpackage_t *pstart;
local 955 pstart = a_spans + initialrightheight;
956 pstart->count = originalcount;
971 D_PolysetDrawSpans8 (pstart);
|
/external/qemu/hw/ |
usb-ohci.c | 98 uint32_t pstart; member in struct:__anon9918 410 ohci->pstart = 0; [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
uset.h | 734 * @param pStart pointer to variable to receive first character 743 UChar32* pStart, UChar32* pEnd);
|
/external/webkit/Source/WebCore/icu/unicode/ |
uset.h | 734 * @param pStart pointer to variable to receive first character 743 UChar32* pStart, UChar32* pEnd);
|
/external/icu4c/tools/gennames/ |
gennames.c | 476 getName(char **pStart, char *limit) { 478 char *start=(char *)u_skipWhitespace(*pStart); 486 *pStart=start; [all...] |