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

  /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...]
  /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);
  /dalvik/vm/
Hash.c 179 HashEntry* pEnd;
188 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
200 if (pEntry == pEnd) { /* wrap around to start */
254 HashEntry* pEnd;
260 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
271 if (pEntry == pEnd) { /* wrap around to start */
347 HashEntry* pEnd;
356 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
367 if (pEntry == pEnd) { /* wrap around to start */
  /external/icu4c/tools/toolutil/
uparse.h 117 uint32_t *pStart, uint32_t *pEnd,
uparse.c 289 uint32_t *pStart, uint32_t *pEnd,
297 if(s==NULL || pStart==NULL || pEnd==NULL) {
314 *pStart=*pEnd=value;
334 *pEnd=value;
  /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/JavaScriptCore/wtf/
FastAllocBase.h 341 T* pEnd = p + *a.size;
342 while (pEnd-- != p)
343 pEnd->~T();
390 T* pEnd = p + *a.size;
391 while (pEnd-- != p)
392 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/icu4c/common/
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];
499 *pEnd=(((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1];
501 *pEnd=0x110000;
503 --*pEnd;
514 *pEnd=(((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1];
516 *pEnd=0x110000
    [all...]
uloc.c     [all...]
  /system/core/libacc/tests/
main.cpp 80 unsigned long* pEnd = (unsigned long*) (((unsigned char*) base) + length);
82 for(unsigned long* pInstruction = pBase; pInstruction < pEnd; pInstruction++) {
  /external/icu4c/common/unicode/
uset.h     [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uset.h 736 * @param pEnd pointer to variable to receive last character in range,
743 UChar32* pStart, UChar32* pEnd);
  /external/webkit/WebCore/icu/unicode/
uset.h 736 * @param pEnd pointer to variable to receive last character in range,
743 UChar32* pStart, UChar32* pEnd);
  /external/sqlite/dist/
shell.c 90 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){
91 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 +
92 (double)(pEnd->tv_sec - pStart->tv_sec);
164 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){
166 sqlite_int64 i64End = *((sqlite_int64 *) pEnd);
    [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
rematch.cpp     [all...]
  /system/core/libacc/
acc.cpp     [all...]

Completed in 1486 milliseconds