/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/fxcrt/css/ |
D | cfx_cssselector.cpp | 16 int32_t GetCSSNameLen(const wchar_t* psz, const wchar_t* pEnd) { in GetCSSNameLen() argument 18 while (psz < pEnd) { in GetCSSNameLen() 57 const wchar_t* pEnd = psz + str.GetLength(); in FromString() local 58 for (; psz < pEnd; ++psz) { in FromString() 68 for (psz = pStart; psz < pEnd;) { in FromString() 71 int32_t iNameLen = wch == '*' ? 1 : GetCSSNameLen(psz, pEnd); in FromString()
|
/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 | 110 LEUnicode *pEnd = u_strpbrk(pStart, separators); in Paragraph() local 114 if (pEnd == NULL) { in Paragraph() 115 pEnd = &fChars[charCount]; in Paragraph() 118 if (pEnd != pStart) { in Paragraph() 119 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr); in Paragraph() 121 …paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphL… in Paragraph() 156 if (*pEnd == 0) { in Paragraph() 160 pStart = skipLineEnd(pEnd); in Paragraph()
|
D | pflow.c | 159 LEUnicode *pEnd = u_strpbrk(pStart, separators); in pf_create() local 163 if (pEnd == NULL) { in pf_create() 164 pEnd = &flow->fChars[charCount]; in pf_create() 167 if (pEnd != pStart) { in pf_create() 168 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr); in pf_create() 172 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart); in pf_create() 175 …paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel,… in pf_create() 209 if (*pEnd == 0) { in pf_create() 213 pStart = skipLineEnd(pEnd); in pf_create()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | uparse.cpp | 299 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRangeAnyTerminator() argument 308 if(s==NULL || pStart==NULL || pEnd==NULL) { in u_parseCodePointRangeAnyTerminator() 320 *pStart=*pEnd=value; in u_parseCodePointRangeAnyTerminator() 336 *pEnd=value; in u_parseCodePointRangeAnyTerminator() 350 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRange() argument 354 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode); in u_parseCodePointRange()
|
D | uparse.h | 134 uint32_t *pStart, uint32_t *pEnd, 144 uint32_t *pStart, uint32_t *pEnd,
|
/external/icu/icu4c/source/common/ |
D | ulocimp.h | 52 const char **pEnd); 57 const char **pEnd); 62 const char **pEnd);
|
D | uset.cpp | 478 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange() argument 482 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) { in uset_getSerializedRange() 494 *pEnd=array[rangeIndex]-1; in uset_getSerializedRange() 496 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1; in uset_getSerializedRange() 498 *pEnd=0x10ffff; in uset_getSerializedRange() 510 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1; in uset_getSerializedRange() 512 *pEnd=0x10ffff; in uset_getSerializedRange()
|
D | uloc.cpp | 1277 const char **pEnd) { in ulocimp_getLanguage() argument 1315 if(pEnd!=NULL) { in ulocimp_getLanguage() 1316 *pEnd=localeID; in ulocimp_getLanguage() 1324 const char **pEnd) in ulocimp_getScript() argument 1328 if (pEnd != NULL) { in ulocimp_getScript() 1329 *pEnd = localeID; in ulocimp_getScript() 1341 if (pEnd != NULL) { in ulocimp_getScript() 1342 *pEnd = localeID+idLen; in ulocimp_getScript() 1363 const char **pEnd) in ulocimp_getCountry() argument 1401 if(pEnd!=NULL) { in ulocimp_getCountry() [all …]
|
/external/pdfium/core/fpdfapi/cmaps/ |
D | fpdf_cmaps.cpp | 112 const uint16_t* pEnd = pMap->m_pWordMap + pMap->m_WordCount * 2; in FPDFAPI_CharCodeFromCID() local 113 while (pCur < pEnd) { in FPDFAPI_CharCodeFromCID() 122 const uint16_t* pEnd = pMap->m_pWordMap + pMap->m_WordCount * 3; in FPDFAPI_CharCodeFromCID() local 123 while (pCur < pEnd) { in FPDFAPI_CharCodeFromCID()
|
/external/lzma/C/ |
D | 7zCrc.c | 50 const Byte *pEnd = p + size; in CrcUpdateT1() local 51 for (; p != pEnd; p++) in CrcUpdateT1()
|
/external/pdfium/core/fxge/android/ |
D | cfpf_skiafontmgr.cpp | 82 const FPF_SKIAFONTMAP* pEnd = skFontMap + length; in FPF_SkiaGetSubstFont() local 84 skFontMap, pEnd, dwHash, [](const FPF_SKIAFONTMAP& item, uint32_t hash) { in FPF_SkiaGetSubstFont() 87 if (pFontMap < pEnd && pFontMap->dwFamily == dwHash) in FPF_SkiaGetSubstFont()
|
/external/pdfium/xfa/fgas/font/ |
D | fgas_fontutils.cpp | 1892 const FGAS_FontInfo* pEnd = g_XFAFontsMap + FX_ArraySize(g_XFAFontsMap); in FGAS_FontNameToEnglishName() local 1894 std::lower_bound(g_XFAFontsMap, pEnd, dwLocalNameHash, in FGAS_FontNameToEnglishName() 1898 if (pFontInfo < pEnd && pFontInfo->dwFontNameHash == dwLocalNameHash) in FGAS_FontNameToEnglishName() 1908 const FGAS_FontInfo* pEnd = g_XFAFontsMap + FX_ArraySize(g_XFAFontsMap); in FGAS_FontInfoByFontName() local 1910 std::lower_bound(g_XFAFontsMap, pEnd, dwCurFontNameHash, in FGAS_FontInfoByFontName() 1914 if (pFontInfo < pEnd && pFontInfo->dwFontNameHash == dwCurFontNameHash) in FGAS_FontInfoByFontName()
|
/external/pdfium/core/fxcrt/ |
D | bytestring.cpp | 653 char* pEnd = m_pData->m_String + m_pData->m_nDataLength; in Replace() local 655 const char* pTarget = FX_strstr(pStart, static_cast<int>(pEnd - pStart), in Replace() 678 const char* pTarget = FX_strstr(pStart, static_cast<int>(pEnd - pStart), in Replace() 686 memcpy(pDest, pStart, pEnd - pStart); in Replace()
|
D | widestring.cpp | 823 wchar_t* pEnd = m_pData->m_String + m_pData->m_nDataLength; in Replace() local 826 FX_wcsstr(pStart, static_cast<size_t>(pEnd - pStart), in Replace() 850 FX_wcsstr(pStart, static_cast<size_t>(pEnd - pStart), in Replace() 858 wmemcpy(pDest, pStart, pEnd - pStart); in Replace()
|
/external/pdfium/core/fxge/ |
D | cfx_fontmapper.cpp | 174 const CODEPAGE_MAP* pEnd = in GetCharsetFromCodePage() local 177 std::lower_bound(g_Codepage2CharsetTable, pEnd, codepage, in GetCharsetFromCodePage() 181 if (pCharmap < pEnd && codepage == pCharmap->codepage) in GetCharsetFromCodePage()
|
/external/pdfium/core/fxcrt/xml/ |
D | cfx_xmlnode.cpp | 89 const wchar_t* pEnd = pPath + iLength; in GetPath() local 91 while (pStart < pEnd) { in GetPath()
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_cidfont.cpp | 866 const auto* pEnd = g_Japan1_VertCIDs + FX_ArraySize(g_Japan1_VertCIDs); in GetCIDTransform() local 868 g_Japan1_VertCIDs, pEnd, CID, in GetCIDTransform() 870 return (pTransform < pEnd && CID == pTransform->cid) ? &pTransform->a in GetCIDTransform()
|
/external/icu/icu4c/source/common/unicode/ |
D | uset.h | 1128 UChar32* pStart, UChar32* pEnd);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 1663 public ExpectPosAndFormat(int pBegin, int pEnd, String fmt) { in TestFPos_SkelWithSeconds() argument 1665 posEnd = pEnd; in TestFPos_SkelWithSeconds()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 1660 public ExpectPosAndFormat(int pBegin, int pEnd, String fmt) { in TestFPos_SkelWithSeconds() argument 1662 posEnd = pEnd; in TestFPos_SkelWithSeconds()
|
/external/sqlite/dist/ |
D | shell.c | 267 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() argument 268 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 + in timeDiff() 269 (double)(pEnd->tv_sec - pStart->tv_sec); in timeDiff() 343 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff() argument 345 sqlite_int64 i64End = *((sqlite_int64 *) pEnd); in timeDiff() 4537 u8 *pEnd = &p[pCsr->cds.nExtra]; in zipfileCsrReadCDS() local 4539 while( p<pEnd ){ in zipfileCsrReadCDS() 7227 IdxWrite *pEnd = 0; in idxProcessTriggers() local 7230 while( rc==SQLITE_OK && pFirst!=pEnd ){ in idxProcessTriggers() 7232 for(pIter=pFirst; rc==SQLITE_OK && pIter!=pEnd; pIter=pIter->pNext){ in idxProcessTriggers() [all …]
|
/external/sqlite/dist/orig/ |
D | shell.c | 261 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() argument 262 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 + in timeDiff() 263 (double)(pEnd->tv_sec - pStart->tv_sec); in timeDiff() 337 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff() argument 339 sqlite_int64 i64End = *((sqlite_int64 *) pEnd); in timeDiff() 4531 u8 *pEnd = &p[pCsr->cds.nExtra]; in zipfileCsrReadCDS() local 4533 while( p<pEnd ){ in zipfileCsrReadCDS() 7221 IdxWrite *pEnd = 0; in idxProcessTriggers() local 7224 while( rc==SQLITE_OK && pFirst!=pEnd ){ in idxProcessTriggers() 7226 for(pIter=pFirst; rc==SQLITE_OK && pIter!=pEnd; pIter=pIter->pNext){ in idxProcessTriggers() [all …]
|