/external/libvncserver/common/ |
D | zywrletemplate.c | 482 int* pEnd; in Wavelet() local 486 pEnd = pBuf+height*width; in Wavelet() 488 while (pTop < pEnd) { in Wavelet() 493 pEnd = pBuf+width; in Wavelet() 495 while (pTop < pEnd) { in Wavelet() 508 int* pEnd; in InvWavelet() local 512 pEnd = pBuf+width; in InvWavelet() 514 while (pTop < pEnd) { in InvWavelet() 519 pEnd = pBuf+height*width; in InvWavelet() 521 while (pTop < pEnd) { in InvWavelet() [all …]
|
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_Object.cpp | 39 FX_BYTE *pCur, *pEnd; in operator new[]() local 42 pEnd = pCur + size; in operator new[]() 43 for(; pCur < pEnd; pCur += unit_size) { in operator new[]() 56 FX_BYTE *pCur, *pEnd; in operator new[]() local 59 pEnd = pCur + size; in operator new[]() 60 for(; pCur < pEnd; pCur += unit_size) { in operator new[]()
|
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/ |
D | fpdf_cmaps.cpp | 129 const FX_WORD *pEnd = pMap->m_pWordMap + pMap->m_WordCount * 2; in FPDFAPI_CharCodeFromCID() local 130 while (pCur < pEnd) { in FPDFAPI_CharCodeFromCID() 138 const FX_WORD *pEnd = pMap->m_pWordMap + pMap->m_WordCount * 3; in FPDFAPI_CharCodeFromCID() local 139 while (pCur < pEnd) { in FPDFAPI_CharCodeFromCID() 154 const FX_WORD *pEnd = pMap->m_pDWordMap + pMap->m_DWordCount * 4; in FPDFAPI_CharCodeFromCID() local 155 while (pCur < pEnd) { in FPDFAPI_CharCodeFromCID() 163 const FX_WORD *pEnd = pMap->m_pDWordMap + pMap->m_DWordCount * 3; in FPDFAPI_CharCodeFromCID() local 164 while (pCur < pEnd) { in FPDFAPI_CharCodeFromCID()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BlockRealMatrix.java | 229 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in toBlocksLayout() local 230 final int iHeight = pEnd - pStart; in toBlocksLayout() 242 for (int p = pStart; p < pEnd; ++p) { in toBlocksLayout() 277 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in createBlocksLayout() local 278 final int iHeight = pEnd - pStart; in createBlocksLayout() 337 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in add() 341 for (int p = pStart; p < pEnd; ++p) { in add() 410 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in subtract() 414 for (int p = pStart; p < pEnd; ++p) { in subtract() 519 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in multiply() [all …]
|
D | BlockFieldMatrix.java | 235 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in toBlocksLayout() local 236 final int iHeight = pEnd - pStart; in toBlocksLayout() 248 for (int p = pStart; p < pEnd; ++p) { in toBlocksLayout() 287 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in createBlocksLayout() local 288 final int iHeight = pEnd - pStart; in createBlocksLayout() 347 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in add() 351 for (int p = pStart; p < pEnd; ++p) { in add() 420 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in subtract() 424 for (int p = pStart; p < pEnd; ++p) { in subtract() 530 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in multiply() [all …]
|
/external/icu/icu4c/source/samples/layout/ |
D | paragraph.cpp | 104 LEUnicode *pEnd = u_strpbrk(pStart, separators); in Paragraph() local 108 if (pEnd == NULL) { in Paragraph() 109 pEnd = &fChars[charCount]; in Paragraph() 112 if (pEnd != pStart) { in Paragraph() 113 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr); in Paragraph() 115 …paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphL… in Paragraph() 149 if (*pEnd == 0) { in Paragraph() 153 pStart = skipLineEnd(pEnd); in Paragraph()
|
D | pflow.c | 156 LEUnicode *pEnd = u_strpbrk(pStart, separators); in pf_create() local 160 if (pEnd == NULL) { in pf_create() 161 pEnd = &flow->fChars[charCount]; in pf_create() 164 if (pEnd != pStart) { in pf_create() 165 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr); in pf_create() 169 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart); in pf_create() 172 …paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel,… in pf_create() 206 if (*pEnd == 0) { in pf_create() 210 pStart = skipLineEnd(pEnd); in pf_create()
|
/external/icu/icu4c/source/common/ |
D | ulocimp.h | 50 const char **pEnd); 55 const char **pEnd); 60 const char **pEnd);
|
D | uset.cpp | 476 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange() argument 480 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) { in uset_getSerializedRange() 492 *pEnd=array[rangeIndex]-1; in uset_getSerializedRange() 494 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1; in uset_getSerializedRange() 496 *pEnd=0x10ffff; in uset_getSerializedRange() 508 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1; in uset_getSerializedRange() 510 *pEnd=0x10ffff; in uset_getSerializedRange()
|
D | uloc.cpp | 1212 const char **pEnd) { in ulocimp_getLanguage() argument 1250 if(pEnd!=NULL) { in ulocimp_getLanguage() 1251 *pEnd=localeID; in ulocimp_getLanguage() 1259 const char **pEnd) in ulocimp_getScript() argument 1263 if (pEnd != NULL) { in ulocimp_getScript() 1264 *pEnd = localeID; in ulocimp_getScript() 1276 if (pEnd != NULL) { in ulocimp_getScript() 1277 *pEnd = localeID+idLen; in ulocimp_getScript() 1298 const char **pEnd) in ulocimp_getCountry() argument 1336 if(pEnd!=NULL) { in ulocimp_getCountry() [all …]
|
/external/icu/icu4c/source/tools/toolutil/ |
D | uparse.c | 297 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRangeAnyTerminator() argument 306 if(s==NULL || pStart==NULL || pEnd==NULL) { in u_parseCodePointRangeAnyTerminator() 318 *pStart=*pEnd=value; in u_parseCodePointRangeAnyTerminator() 334 *pEnd=value; in u_parseCodePointRangeAnyTerminator() 348 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRange() argument 352 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode); in u_parseCodePointRange()
|
D | uparse.h | 132 uint32_t *pStart, uint32_t *pEnd, 142 uint32_t *pStart, uint32_t *pEnd,
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_bstring.cpp | 889 FX_LPSTR pEnd = m_pData->m_String + m_pData->m_nDataLength; in Replace() local 891 … FX_LPCSTR pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), lpszOld.GetCStr(), nSourceLen); in Replace() 913 … FX_LPCSTR pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), lpszOld.GetCStr(), nSourceLen); in Replace() 920 FXSYS_memcpy32(pDest, pStart, pEnd - pStart); in Replace()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | PublicMethods.cpp | 270 FX_LPCWSTR pEnd = NULL; in ParseNumber() local 279 pEnd = p; in ParseNumber() 289 while (pEnd != pStart) in ParseNumber() 291 if (*pEnd == L' ') in ParseNumber() 292 pEnd --; in ParseNumber() 302 while (p <= pEnd) in ParseNumber()
|
/external/icu/icu4c/source/common/unicode/ |
D | uset.h | 1124 UChar32* pStart, UChar32* pEnd);
|
/external/sqlite/dist/orig/ |
D | shell.c | 208 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() argument 209 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 + in timeDiff() 210 (double)(pEnd->tv_sec - pStart->tv_sec); in timeDiff() 286 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff() argument 288 sqlite_int64 i64End = *((sqlite_int64 *) pEnd); in timeDiff()
|
D | sqlite3.c | 10959 void *pEnd; /* First byte past end of available space */ member 20963 return p>=db->lookaside.pStart && p<db->lookaside.pEnd; 40054 void *pStart, *pEnd; /* Bounds of pagecache malloc range */ 40107 pcache1.pEnd = pBuf; 40161 if( p>=pcache1.pStart && p<pcache1.pEnd ){ 40191 if( p>=pcache1.pStart && p<pcache1.pEnd ){ 54122 u8 *pEnd; /* End mark for a varint */ 54135 pEnd = &pIter[9]; 54136 while( (*pIter++)&0x80 && pIter<pEnd ); 54142 pEnd = &pIter[9]; [all …]
|
/external/sqlite/dist/ |
D | shell.c | 214 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() argument 215 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 + in timeDiff() 216 (double)(pEnd->tv_sec - pStart->tv_sec); in timeDiff() 292 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff() argument 294 sqlite_int64 i64End = *((sqlite_int64 *) pEnd); in timeDiff()
|
D | sqlite3.c | 10959 void *pEnd; /* First byte past end of available space */ member 20963 return p>=db->lookaside.pStart && p<db->lookaside.pEnd; 40072 void *pStart, *pEnd; /* Bounds of pagecache malloc range */ 40125 pcache1.pEnd = pBuf; 40179 if( p>=pcache1.pStart && p<pcache1.pEnd ){ 40209 if( p>=pcache1.pStart && p<pcache1.pEnd ){ 54140 u8 *pEnd; /* End mark for a varint */ 54153 pEnd = &pIter[9]; 54154 while( (*pIter++)&0x80 && pIter<pEnd ); 54160 pEnd = &pIter[9]; [all …]
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 23660 + int* pEnd; 23664 + pEnd = pBuf+height*width; 23666 + while (pTop < pEnd) { 23671 + pEnd = pBuf+width; 23673 + while (pTop < pEnd) { 23686 + int* pEnd; 23690 + pEnd = pBuf+width; 23692 + while (pTop < pEnd) { 23697 + pEnd = pBuf+height*width; 23699 + while (pTop < pEnd) { [all …]
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 4422 const UChar * pEnd = pInp + stringLen; in MatchChunkAt() local 4424 while (pInp < pEnd) { in MatchChunkAt()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.lucene_1.9.1.v20100518-1140.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |