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

1 2 3

  /frameworks/compile/mclinker/lib/LD/
Diagnostic.cpp 40 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;
71 const char* pEnd,
74 while (cur_char != pEnd) {
76 const char* new_end = std::find(cur_char, pEnd, '%');
102 cur_char = findMatch('}', cur_char, pEnd);
    [all...]
  /hardware/ti/omap4-aah/camera/
CameraHalUtilClasses.cpp 206 char *pEnd = NULL;
244 left = static_cast<ssize_t>(strtol(pStart, &pEnd, 10));
247 if ( sep != *pEnd )
255 top = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
258 if ( sep != *pEnd )
266 right = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
269 if ( sep != *pEnd )
277 bottom = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10))
    [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...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53Erratum843419Stub2.cpp 42 const_fixup_iterator pEnd)
43 : AArch64CA53ErratumStub(pData, pSize, pName, pBegin, pEnd) {
AArch64CA53Erratum835769Stub.h 52 const_fixup_iterator pEnd);
AArch64CA53Erratum843419Stub2.h 52 const_fixup_iterator pEnd);
AArch64CA53Erratum843419Stub.h 57 const_fixup_iterator pEnd);
AArch64CA53Erratum835769Stub.cpp 39 const_fixup_iterator pEnd)
40 : AArch64CA53ErratumStub(pData, pSize, pName, pBegin, pEnd) {
AArch64CA53Erratum843419Stub.cpp 41 const_fixup_iterator pEnd)
42 : AArch64CA53ErratumStub(pData, pSize, pName, pBegin, pEnd) {
AArch64CA53ErratumStub.h 32 const_fixup_iterator pEnd);
AArch64LongBranchStub.h 51 const_fixup_iterator pEnd);
  /external/icu/icu4c/source/common/
ulocimp.h 50 const char **pEnd);
55 const char **pEnd);
60 const char **pEnd);
  /external/libvncserver/common/
zywrletemplate.c 482 int* pEnd;
486 pEnd = pBuf+height*width;
488 while (pTop < pEnd) {
493 pEnd = pBuf+width;
495 while (pTop < pEnd) {
508 int* pEnd;
512 pEnd = pBuf+width;
514 while (pTop < pEnd) {
519 pEnd = pBuf+height*width;
521 while (pTop < pEnd) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_lexer.cpp 43 const FX_WCHAR*& pEnd);
63 const FX_WCHAR*& pEnd) {
65 *pValue = wcstod((wchar_t*)s, (wchar_t**)&pEnd);
419 const FX_WCHAR*& pEnd) {
421 if (XFA_FMDChar::string2number(p, &number, pEnd)) {
424 if (pEnd && XFA_FMDChar::isAlpha(pEnd)) {
427 t->m_wstring = CFX_WideStringC(p, (pEnd - p));
432 const FX_WCHAR*& pEnd) {
440 pEnd = p;
    [all...]
xfa_lexer.h 100 FX_DWORD Number(CXFA_FMToken* t, const FX_WCHAR* p, const FX_WCHAR*& pEnd);
101 FX_DWORD String(CXFA_FMToken* t, const FX_WCHAR* p, const FX_WCHAR*& pEnd);
104 const FX_WCHAR*& pEnd);
105 void Comment(const FX_WCHAR* p, const FX_WCHAR*& pEnd);
  /hardware/ti/omap4-aah/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...]
  /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 182 HashEntry* pEnd;
191 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
202 if (pEntry == pEnd) { /* wrap around to start */
250 HashEntry* pEnd;
256 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
266 if (pEntry == pEnd) { /* wrap around to start */
308 HashEntry* pEnd;
317 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
328 if (pEntry == pEnd) { /* wrap around to start */
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.h 48 const_fixup_iterator pEnd);
MipsLA25Stub.cpp 44 const_fixup_iterator pEnd)
46 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
  /external/icu/icu4c/source/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);
150 if (*pEnd == 0) {
154 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/icu/icu4c/source/tools/toolutil/
uparse.h 132 uint32_t *pStart, uint32_t *pEnd,
142 uint32_t *pStart, uint32_t *pEnd,
  /external/pdfium/core/src/fpdfapi/fpdf_cmaps/
fpdf_cmaps.cpp 135 const FX_WORD* pEnd = pMap->m_pWordMap + pMap->m_WordCount * 2;
136 while (pCur < pEnd) {
144 const FX_WORD* pEnd = pMap->m_pWordMap + pMap->m_WordCount * 3;
145 while (pCur < pEnd) {
160 const FX_WORD* pEnd = pMap->m_pDWordMap + pMap->m_DWordCount * 4;
161 while (pCur < pEnd) {
169 const FX_WORD* pEnd = pMap->m_pDWordMap + pMap->m_DWordCount * 3;
170 while (pCur < pEnd) {
  /frameworks/compile/mclinker/include/mcld/LD/
GroupReader.h 42 Module::input_iterator pEnd,

Completed in 1340 milliseconds

1 2 3