HomeSort by relevance Sort by last modified time
    Searched refs:pEnd (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_dm.c 69 const uint8_t *pStart = NULL, *pEnd = NULL;
86 pEnd = pStart;
89 pEnd = drm_strnstr(pStart, (uint8_t *)DRM_NEW_LINE_CRLF, leftLen);
91 if (NULL == pEnd)
93 strncpy((char *)pDmInfo->boundary, (char *)pStart, pEnd - pStart);
96 pEnd += 2; /* skip the '\r' and '\n' */
97 pStart = pEnd;
105 pEnd = drm_strnstr(pStart, (uint8_t *)DRM_NEW_LINE_CRLF, leftLen);
106 if (NULL == pEnd)
114 if (0 == strncmp((char *)pStart, TRANSFER_CODING_TYPE_7BIT, pEnd - pStart)
    [all...]
parser_rel.c 72 uint8_t * pEnd = NULL;
76 pEnd = (uint8_t *)strstr((char *)pHead, "-");
77 if(NULL == pEnd)
79 tmpByte = *pEnd;
80 *pEnd = '\0';
82 pHead = pEnd + 1;
83 *pEnd = tmpByte;
86 pEnd = (uint8_t *)strstr((char *)pHead, "-");
87 if(NULL == pEnd)
89 tmpByte = *pEnd;
    [all...]
parser_dcf.c 49 uint8_t *pStart, *pEnd;
85 pEnd = pStart;
86 while ('\r' != *pEnd && pEnd < pData)
87 pEnd++;
92 pEnd - pStart - HEADER_ENCRYPTION_METHOD_LEN);
96 pEnd - pStart - HEADER_RIGHTS_ISSUER_LEN);
100 pEnd - pStart - HEADER_CONTENT_NAME_LEN);
104 pEnd - pStart - HEADER_CONTENT_DESCRIPTION_LEN);
108 pEnd - pStart - HEADER_CONTENT_VENDOR_LEN)
    [all...]
  /external/icu4c/common/
ulocimp.h 50 const char **pEnd);
55 const char **pEnd);
60 const char **pEnd);
uset.cpp 308 // UChar32* pStart, UChar32* pEnd) {
314 // *pEnd = us->getRangeEnd(rangeIndex);
481 UChar32* pStart, UChar32* pEnd) {
485 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) {
497 *pEnd=array[rangeIndex]-1;
499 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1;
501 *pEnd=0x10ffff;
513 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1;
515 *pEnd=0x10ffff;
uloc.c     [all...]
  /hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp 208 char *pEnd = NULL;
246 left = static_cast<ssize_t>(strtol(pStart, &pEnd, 10));
249 if ( sep != *pEnd )
257 top = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
260 if ( sep != *pEnd )
268 right = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
271 if ( sep != *pEnd )
279 bottom = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10))
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 140 uint8_t* pEnd = pContext->pManifestContent + pContext->nManifestLength;
161 while (pCurrent < pEnd)
167 while (pCurrent < pEnd && *pCurrent != CHAR_LF && *pCurrent != CHAR_CR)
181 if (pCurrent < pEnd && *pCurrent == CHAR_LF)
197 while (pCurrent < pEnd)
219 if (pCurrent >= pEnd)
237 if (pCurrent >= pEnd)
250 while (pCurrent < pEnd)
300 if (pCurrent == pEnd)
340 while (pCurrent < pEnd && (*pCurrent == ' ' || *pCurrent == '\t')
    [all...]
  /bootable/recovery/minzip/
Hash.c 183 HashEntry* pEnd;
192 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
204 if (pEntry == pEnd) { /* wrap around to start */
258 HashEntry* pEnd;
264 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
275 if (pEntry == pEnd) { /* wrap around to start */
319 HashEntry* pEnd;
328 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
339 if (pEntry == pEnd) { /* wrap around to start */
  /external/icu4c/samples/layout/
paragraph.cpp 104 LEUnicode *pEnd = u_strpbrk(pStart, separators);
108 if (pEnd == NULL) {
109 pEnd = &fChars[charCount];
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);
149 if (*pEnd == 0) {
153 pStart = skipLineEnd(pEnd);
pflow.c 156 LEUnicode *pEnd = u_strpbrk(pStart, separators);
160 if (pEnd == NULL) {
161 pEnd = &flow->fChars[charCount];
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);
206 if (*pEnd == 0) {
210 pStart = skipLineEnd(pEnd);
  /external/icu4c/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;
332 *pEnd=value;
346 uint32_t *pStart, uint32_t *pEnd,
350 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);
  /dalvik/vm/
Hash.cpp 178 HashEntry* pEnd;
187 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
199 if (pEntry == pEnd) { /* wrap around to start */
253 HashEntry* pEnd;
259 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
270 if (pEntry == pEnd) { /* wrap around to start */
346 HashEntry* pEnd;
355 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
366 if (pEntry == pEnd) { /* wrap around to start */
  /frameworks/base/media/libdrm/mobile1/src/xml/
xml_tinyparser.c 178 uint8_t *pEnd;
240 pEnd = NULL;
243 pEnd = buffer;
246 if (*buffer != '<' || pEnd == NULL) {
251 *valueLen = pEnd - *pValue + 1;
534 uint8_t *pEnd;
539 pEnd = buffer + bufferLen;
566 while ((buffer + i) < pEnd && buffer[i] != WBXML_END)
  /external/webkit/Source/JavaScriptCore/wtf/
FastAllocBase.h 350 T* pEnd = p + *a.size;
351 while (pEnd-- != p)
352 pEnd->~T();
399 T* pEnd = p + *a.size;
400 while (pEnd-- != p)
401 pEnd->~T();
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_rights_manager.c 492 uint8_t *pStart, *pEnd;
496 pEnd = pStart;
498 if (pEnd != pStart)
499 pStart = ++pEnd;
500 while ('\n' != *pEnd)
501 pEnd++;
502 if (pStart == pEnd)
505 movLen = bufferLen - (pEnd - buffer);
506 memmove(pStart, pEnd, movLen);
507 bufferLen -= (pEnd - pStart)
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uset.h 736 * @param pEnd pointer to variable to receive last character in range,
743 UChar32* pStart, UChar32* pEnd);
  /external/webkit/Source/WebCore/icu/unicode/
uset.h 736 * @param pEnd pointer to variable to receive last character in range,
743 UChar32* pStart, UChar32* pEnd);
  /external/icu4c/common/unicode/
uset.h     [all...]
  /external/sqlite/dist/orig/
shell.c 110 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){
111 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 +
112 (double)(pEnd->tv_sec - pStart->tv_sec);
181 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){
183 sqlite_int64 i64End = *((sqlite_int64 *) pEnd);
    [all...]
  /external/sqlite/dist/
shell.c 115 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){
116 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 +
117 (double)(pEnd->tv_sec - pStart->tv_sec);
186 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){
188 sqlite_int64 i64End = *((sqlite_int64 *) pEnd);
    [all...]
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
rematch.cpp     [all...]

Completed in 920 milliseconds

1 2