HomeSort by relevance Sort by last modified time
    Searched full:pend (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /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 if ((pEnd - pStart) >= MAX_CONTENT_BOUNDARY_LEN)
95 strncpy((char *)pDmInfo->boundary, (char *)pStart, pEnd - pStart);
99 pEnd += 2; /* skip the '\r' and '\n' */
100 pStart = pEnd;
108 pEnd = drm_strnstr(pStart, (uint8_t *)DRM_NEW_LINE_CRLF, leftLen);
109 if (NULL == pEnd)
    [all...]
parser_dcf.c 49 uint8_t *pStart, *pEnd;
94 pEnd = pStart;
95 while ('\r' != *pEnd && pEnd < pData)
96 pEnd++;
99 if ((pEnd - pStart - HEADER_ENCRYPTION_METHOD_LEN) >= MAX_ENCRYPTION_METHOD_LEN)
103 pEnd - pStart - HEADER_ENCRYPTION_METHOD_LEN);
106 if ((pEnd - pStart - HEADER_RIGHTS_ISSUER_LEN) >= MAX_RIGHTS_ISSUER_LEN)
110 pEnd - pStart - HEADER_RIGHTS_ISSUER_LEN);
113 if ((pEnd - pStart - HEADER_CONTENT_NAME_LEN) >= MAX_CONTENT_NAME_LEN
    [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...]
  /external/valgrind/main/docs/internals/
3_3_BUGSTATUS.txt 41 126255 Wont pend vex x86->IR: 0xDF 0x75 (fbstp) (x87 BCD stores)
43 140939 MED pend --track-fds reports leakage of stdout/in/err and
46 149878 LOW pend (proper) check for calloc integer overflow
49 156065 LOW pend VALGRIND_MEMPOOL_ALLOC vs. zero-size allocs
52 158042 WF,LOW pend --db-attach at invalid free() gives broken stack
56 158730 Wont pend ppc: illegal opcode crash on instruction fctiwz
60 159501 MED pend incorrect handling of ALSA ioctls
63 159659 Wont pend scas does not use ES segment selector
65 159720 Wont pend Opcode 0xFF 0x58 0xEB 0x5 unhandled on x86
69 160595 Wont pend Why my program hang-up when work with valgrind
    [all...]
  /external/iptables/utils/
nfnl_osf.c 275 char *pbeg, *pend; local
296 pend = xt_osf_strchr(pbeg, OSFPDEL);
297 if (pend) {
298 *pend = '\0';
323 pbeg = pend + 1;
325 pend = xt_osf_strchr(pbeg, OSFPDEL);
326 if (pend) {
327 *pend = '\0';
329 pbeg = pend + 1;
331 pend = xt_osf_strchr(pbeg, OSFPDEL)
    [all...]
  /external/qemu/android/
hw-events.c 139 const char* pend; local
149 pend = p + strcspn(p, " \t");
151 if (q == NULL || q > pend)
152 q = pend;
166 if (q == NULL || q > pend)
167 q = pend;
186 if (q == NULL || q > pend)
187 q = pend;
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
setp.pass.cpp 15 // void setp(char_type* pbeg, char_type* pend);
28 void setp(CharT* pbeg, CharT* pend)
30 base::setp(pbeg, pend);
33 assert(base::epptr() == pend);
pbump.pass.cpp 28 void setp(CharT* pbeg, CharT* pend)
30 base::setp(pbeg, pend);
37 CharT* pend = base::epptr(); local
41 assert(base::epptr() == pend);
  /external/icu4c/common/
ulocimp.h 50 const char **pEnd);
55 const char **pEnd);
60 const char **pEnd);
  /frameworks/compile/mclinker/lib/LD/
Diagnostic.cpp 39 const char* pBegin, const char* pEnd ) const
42 for (; pBegin != pEnd; ++pBegin) {
50 if (pBegin == pEnd)
55 while (pBegin != pEnd && !isdigit(*pBegin) && *pBegin != '{')
58 if (pBegin == pEnd)
65 return pEnd;
70 void Diagnostic::format(const char* pBegin, const char* pEnd,
74 while (cur_char != pEnd) {
76 const char* new_end = std::find(cur_char, pEnd, '%');
103 cur_char = findMatch('}', cur_char, pEnd);
    [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...]
  /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/harfbuzz_ng/src/
hb-buffer-serialize.cc 253 char *pend = p; local
257 v = strtol (p, &pend, 10);
258 if (errno || p == pend || pend - p != end - pp)
274 char *pend = p; local
278 v = strtol (p, &pend, 10);
279 if (errno || p == pend || pend - p != end - pp)
hb-shape.cc 66 char *pend = p; local
72 v = strtol (p, &pend, 0);
73 if (errno || p == pend)
77 *pp += pend - p;
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
xsputn.pass.cpp 27 void setp(char* pbeg, char* pend)
29 base::setp(pbeg, pend);
  /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 */
  /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 */
350 HashEntry* pEnd;
359 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
370 if (pEntry == pEnd) { /* wrap around to start */
  /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...]
  /external/icu4c/tools/toolutil/
uparse.c 297 uint32_t *pStart, uint32_t *pEnd,
306 if(s==NULL || pStart==NULL || pEnd==NULL) {
318 *pStart=*pEnd=value;
334 *pEnd=value;
348 uint32_t *pStart, uint32_t *pEnd,
352 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 45 void setp(CharT* pbeg, CharT* pend)
47 base::setp(pbeg, pend);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 33 void setp(char* pbeg, char* pend)
35 base::setp(pbeg, pend);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 46 void setp(CharT* pbeg, CharT* pend)
48 base::setp(pbeg, pend);
  /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/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 273 BasicBlock *PEnd = SplitEdge(PH, Header, LPM->getAsPass());
274 BasicBlock *NewPH = SplitBlock(PEnd, PEnd->getTerminator(), LPM->getAsPass());
295 BranchInst::Create(PEnd, PEnd, BranchVal, PreHeaderBR);
297 PreHeaderBR->getSuccessor(0) == PEnd &&
322 CloneLoopBlocks(L, (leftOverIters == Count-1), LastLoopBB, PEnd, NewBlocks,
327 F->getBasicBlockList().splice(PEnd, F->getBasicBlockList(),
370 ConnectProlog(L, TripCount, Count, LastLoopBB, PEnd, PH, NewPH, LVMap,

Completed in 5370 milliseconds

1 2 3 4 5 6 7