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

1 2

  /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) {
  /external/pdfium/xfa/src/fgas/src/localization/
fx_localemgr.cpp 41 wchar_t* pEnd = NULL;
42 FX_DWORD dwLCID = wcstol(wsLCID, &pEnd, 16);
fx_locale.cpp 559 const FX_WCHAR* pEnd = pStr + iStrLen;
562 if (pStr >= pEnd) {
724 wchar_t* pEnd;
725 return (FX_WORD)wcstol((wchar_t*)pstrLCID, &pEnd, 16);
    [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 */
  /external/pdfium/xfa/src/fgas/src/crt/
fx_algorithm.cpp 283 const FX_WCHAR* pEnd = pStr + iStrLen;
285 if (pStr >= pEnd || delimiter == *pStr) {
289 if (pStr >= pEnd) {
fx_memory.cpp 146 uint8_t* pEnd;
150 pEnd = pStart + m_iBlockSize * pChunk->iChunkSize;
151 if (pBlock < pEnd) {
fx_system.cpp 140 FX_DWORD* pEnd = pStart + (size >> 2);
141 while (pStart < pEnd) {
149 FX_DWORD* pEnd = pStart + (size >> 2);
151 while (pStart < pEnd) {
  /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/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/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...]
  /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/pdfium/xfa/src/fdp/src/css/
fde_cssstylesheet.cpp 385 int32_t FDE_GetCSSPersudoLen(const FX_WCHAR* psz, const FX_WCHAR* pEnd) {
388 while (psz < pEnd) {
398 int32_t FDE_GetCSSNameLen(const FX_WCHAR* psz, const FX_WCHAR* pEnd) {
400 while (psz < pEnd) {
416 const FX_WCHAR* pEnd = psz + iLen;
417 for (; psz < pEnd; ++psz) {
427 for (psz = pStart; psz < pEnd;) {
443 int32_t iNameLen = FDE_GetCSSNameLen(++psz, pEnd);
459 int32_t iNameLen = wch == '*' ? 1 : FDE_GetCSSNameLen(psz, pEnd);
477 int32_t iNameLen = FDE_GetCSSPersudoLen(psz, pEnd);
    [all...]
  /external/pdfium/xfa/src/fdp/src/fde/
fde_geobject.cpp 126 FX_LPCPOINTF pEnd = p + iCount;
128 for (++p; p <= pEnd - 3; p += 3) {
242 FX_LPCPOINTF pEnd = p + iCount;
244 for (++p; p < pEnd; ++p) {
  /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/core/src/fxcrt/
fx_arabic.cpp 322 FX_WCHAR* pEnd = pStart + iCount - 1;
323 while (pStart < pEnd) {
325 *pStart++ = *pEnd;
326 *pEnd-- = wch;
827 baseType *pStart, *pEnd;
831 pEnd = chars.GetDataPtr(iEnd--);
833 pStart->m_iBidiPos = pEnd->m_iBidiPos;
834 pEnd->m_iBidiPos = iTemp;
    [all...]
fx_basic_bstring.cpp 858 FX_CHAR* pEnd = m_pData->m_String + m_pData->m_nDataLength;
860 const FX_CHAR* pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart),
884 const FX_CHAR* pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart),
892 FXSYS_memcpy(pDest, pStart, pEnd - pStart);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java 235 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
236 final int iHeight = pEnd - pStart;
248 for (int p = pStart; p < pEnd; ++p) {
287 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
288 final int iHeight = pEnd - pStart;
347 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
351 for (int p = pStart; p < pEnd; ++p) {
420 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
424 for (int p = pStart; p < pEnd; ++p) {
530 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows)
    [all...]
BlockRealMatrix.java 229 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
230 final int iHeight = pEnd - pStart;
242 for (int p = pStart; p < pEnd; ++p) {
277 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
278 final int iHeight = pEnd - pStart;
337 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
341 for (int p = pStart; p < pEnd; ++p) {
410 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
414 for (int p = pStart; p < pEnd; ++p) {
519 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows)
    [all...]
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 131 const FX_WCHAR* pEnd = pPath + iLength;
133 while (pStart < pEnd) {
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp 212 const FX_WCHAR* pEnd = NULL;
219 pEnd = p;
228 while (pEnd != pStart) {
229 if (*pEnd == L' ')
230 pEnd--;
240 while (p <= pEnd) {
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 786 milliseconds

1 2