Home
last modified time | relevance | path

Searched refs:pStart (Results 1 – 25 of 37) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockRealMatrix.java228 final int pStart = iBlock * BLOCK_SIZE; in toBlocksLayout() local
229 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in toBlocksLayout()
230 final int iHeight = pEnd - pStart; in toBlocksLayout()
242 for (int p = pStart; p < pEnd; ++p) { in toBlocksLayout()
276 final int pStart = iBlock * BLOCK_SIZE; in createBlocksLayout() local
277 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in createBlocksLayout()
278 final int iHeight = pEnd - pStart; in createBlocksLayout()
336 final int pStart = iBlock * BLOCK_SIZE; in add()
337 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in add()
341 for (int p = pStart; p < pEnd; ++p) { in add()
[all …]
DBlockFieldMatrix.java234 final int pStart = iBlock * BLOCK_SIZE; in toBlocksLayout() local
235 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in toBlocksLayout()
236 final int iHeight = pEnd - pStart; in toBlocksLayout()
248 for (int p = pStart; p < pEnd; ++p) { in toBlocksLayout()
286 final int pStart = iBlock * BLOCK_SIZE; in createBlocksLayout() local
287 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in createBlocksLayout()
288 final int iHeight = pEnd - pStart; in createBlocksLayout()
346 final int pStart = iBlock * BLOCK_SIZE; in add()
347 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows); in add()
351 for (int p = pStart; p < pEnd; ++p) { in add()
[all …]
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
DMain.java155 long pStart = System.currentTimeMillis(); local
158 System.out.println(" Parsed in " + (stop - pStart) + "ms.");
182 pStart = System.currentTimeMillis();
185 … System.out.println("${symbol_escape}n AST Walked in " + (stop - pStart) + "ms.");
228 pStart = System.currentTimeMillis();
232 System.out.println(" PNG graphic produced in " + (stop - pStart) + "ms.");
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_utility.cpp73 void CPDF_SimpleParser::ParseWord(const uint8_t*& pStart, in ParseWord() argument
76 pStart = NULL; in ParseWord()
103 pStart = m_pData + start_pos; in ParseWord()
158 const uint8_t* pStart; in GetWord() local
161 ParseWord(pStart, dwSize, type); in GetWord()
162 if (dwSize == 1 && pStart[0] == '<') { in GetWord()
169 return CFX_ByteStringC(pStart, in GetWord()
170 (FX_STRSIZE)(m_dwCurPos - (pStart - m_pData))); in GetWord()
172 if (dwSize == 1 && pStart[0] == '(') { in GetWord()
197 return CFX_ByteStringC(pStart, in GetWord()
[all …]
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_lexer.cpp433 const FX_WCHAR* pStart = p; in String() local
441 t->m_wstring = CFX_WideStringC(pStart, (pEnd - pStart)); in String()
450 t->m_wstring = CFX_WideStringC(pStart, (pEnd - pStart)); in String()
466 t->m_wstring = CFX_WideStringC(pStart, (pEnd - pStart)); in String()
472 const FX_WCHAR* pStart = p; in Identifiers() local
478 t->m_wstring = CFX_WideStringC(pStart, (pEnd - pStart)); in Identifiers()
486 t->m_wstring = CFX_WideStringC(pStart, (pEnd - pStart)); in Identifiers()
495 t->m_wstring = CFX_WideStringC(pStart, (pEnd - pStart)); in Identifiers()
500 t->m_wstring = CFX_WideStringC(pStart, (pEnd - pStart)); in Identifiers()
/external/icu/icu4c/source/samples/layout/
Dpflow.c116 LEUnicode *pStart; in pf_create() local
153 pStart = &flow->fChars[0]; in pf_create()
155 while (*pStart != 0) { in pf_create()
156 LEUnicode *pEnd = u_strpbrk(pStart, separators); 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()
210 pStart = skipLineEnd(pEnd); in pf_create()
Dparagraph.cpp101 LEUnicode *pStart = &fChars[0]; in Paragraph() local
103 while (*pStart != 0) { in Paragraph()
104 LEUnicode *pEnd = u_strpbrk(pStart, separators); 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()
154 pStart = skipLineEnd(pEnd); in Paragraph()
/external/pdfium/xfa/src/fgas/src/crt/
Dfx_system.cpp139 FX_DWORD* pStart = (FX_DWORD*)pBuf; in FX_memset() local
140 FX_DWORD* pEnd = pStart + (size >> 2); in FX_memset()
141 while (pStart < pEnd) { in FX_memset()
142 *pStart++ = iValue; in FX_memset()
148 FX_DWORD* pStart = (FX_DWORD*)pDst; in FX_memcpy() local
149 FX_DWORD* pEnd = pStart + (size >> 2); in FX_memcpy()
151 while (pStart < pEnd) { in FX_memcpy()
152 *pStart++ = *pValue++; in FX_memcpy()
Dfx_memory.cpp145 uint8_t* pStart = NULL; in Free() local
148 pStart = pChunk->FirstBlock(); in Free()
149 if (pBlock >= pStart) { in Free()
150 pEnd = pStart + m_iBlockSize * pChunk->iChunkSize; in Free()
158 size_t iPos = ((uint8_t*)pBlock - pStart) / m_iBlockSize; in Free()
/external/icu/icu4c/source/tools/toolutil/
Duparse.c297 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()
337 if(value<*pStart) { in u_parseCodePointRangeAnyTerminator()
343 return value-*pStart+1; 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()
Duparse.h132 uint32_t *pStart, uint32_t *pEnd,
142 uint32_t *pStart, uint32_t *pEnd,
Ducbuf.c59 const char* pStart; in ucbuf_autodetect_fs() local
82 pStart = start; in ucbuf_autodetect_fs()
83 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error); in ucbuf_autodetect_fs()
84 *signatureLength = (int32_t)(pStart - start); in ucbuf_autodetect_fs()
589 const char* pStart; in ucbuf_rewind() local
597 pStart = start; in ucbuf_rewind()
598 … ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error); in ucbuf_rewind()
/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp857 const FX_CHAR* pStart = m_pData->m_String; in Replace() local
860 const FX_CHAR* pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), in Replace()
866 pStart = pTarget + nSourceLen; in Replace()
881 pStart = m_pData->m_String; in Replace()
884 const FX_CHAR* pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), in Replace()
886 FXSYS_memcpy(pDest, pStart, pTarget - pStart); in Replace()
887 pDest += pTarget - pStart; in Replace()
890 pStart = pTarget + nSourceLen; in Replace()
892 FXSYS_memcpy(pDest, pStart, pEnd - pStart); in Replace()
Dfx_arabic.cpp320 FX_WCHAR* pStart = (FX_WCHAR*)(const FX_WCHAR*)wsText; in FX_BidiReverseString() local
321 pStart += iStart; in FX_BidiReverseString()
322 FX_WCHAR* pEnd = pStart + iCount - 1; in FX_BidiReverseString()
323 while (pStart < pEnd) { in FX_BidiReverseString()
324 wch = *pStart; in FX_BidiReverseString()
325 *pStart++ = *pEnd; in FX_BidiReverseString()
827 baseType *pStart, *pEnd; in FX_BidiReverseString() local
830 pStart = chars.GetDataPtr(iStart++); in FX_BidiReverseString()
832 iTemp = pStart->m_iBidiPos; in FX_BidiReverseString()
833 pStart->m_iBidiPos = pEnd->m_iBidiPos; in FX_BidiReverseString()
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstylesheet.cpp387 const FX_WCHAR* pStart = psz; in FDE_GetCSSPersudoLen() local
396 return psz - pStart; in FDE_GetCSSPersudoLen()
399 const FX_WCHAR* pStart = psz; in FDE_GetCSSNameLen() local
409 return psz - pStart; in FDE_GetCSSNameLen()
415 const FX_WCHAR* pStart = psz; in FromString() local
427 for (psz = pStart; psz < pEnd;) { in FromString()
430 if (psz == pStart || psz[-1] == ' ') { in FromString()
Dfde_cssdatatable.cpp786 const FX_WCHAR*& pStart, in NextValue() argument
795 pStart = m_pCur; in NextValue()
808 iLength = m_pCur - pStart; in NextValue()
813 pStart++; in NextValue()
821 pStart += 5; in NextValue()
825 pStart += 4; in NextValue()
844 const FX_WCHAR* pStart = m_pCur; in SkipTo() local
880 return m_pCur - pStart; in SkipTo()
Dfde_cssdatatable.h107 const FX_WCHAR*& pStart,
/external/pdfium/xfa/src/fgas/include/
Dfx_utl.h156 uint8_t** pStart = CFX_BaseArray::GetAt(iSize);
160 FXTARGET_NewWith((void*)pStart) baseType(src.GetAt(i));
161 pStart += iBlockSize;
185 uint8_t** pStart = CFX_BaseArray::GetAt(0); variable
189 new ((void*)pStart) baseType(src.GetAt(i));
190 pStart += iBlockSize;
/external/icu/icu4c/source/common/
Duset.cpp476 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange() argument
480 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) { in uset_getSerializedRange()
490 *pStart=array[rangeIndex++]; in uset_getSerializedRange()
505 *pStart=(((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1]; in uset_getSerializedRange()
/external/gptfdisk/
Dbasicmbr.cc779 uint64_t firstLogical, lastLogical, lStart, pStart; in UpdateCanBeLogical() local
801 pStart = partitions[j].GetStartLBA(); in UpdateCanBeLogical()
802 if (((pStart < lStart) && (firstLogical < pStart)) || in UpdateCanBeLogical()
803 ((pStart > lStart) && (firstLogical > pStart))) { in UpdateCanBeLogical()
/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp211 const FX_WCHAR* pStart = NULL; in ParseNumber() local
215 if (!pStart && c != L' ') { in ParseNumber()
216 pStart = p; in ParseNumber()
223 if (!pStart) { in ParseNumber()
228 while (pEnd != pStart) { in ParseNumber()
236 p = pStart; in ParseNumber()
286 if (p != pStart && !bDot && bDigitExist) { in ParseNumber()
/external/icu/icu4c/source/common/unicode/
Duset.h1124 UChar32* pStart, UChar32* pEnd);
/external/chromium-trace/catapult/third_party/flot/
Dexcanvas.js700 var pStart = getCoords(this, xStart, yStart);
707 xStart: pStart.x,
708 yStart: pStart.y,
/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.cpp130 const FX_WCHAR* pStart = pPath; in GetPath() local
133 while (pStart < pEnd) { in GetPath()
134 ch = *pStart++; in GetPath()
141 iLength -= pStart - pPath; in GetPath()
163 pFind = pNode->GetPath(pStart, iLength, bQualifiedName); in GetPath()
176 return pFind->GetPath(pStart, iLength, bQualifiedName); in GetPath()
/external/lz4/lib/
Dlz4.c396 const BYTE* const pStart = pIn; in LZ4_count() local
403 return (unsigned)(pIn - pStart); in LZ4_count()
409 return (unsigned)(pIn - pStart); in LZ4_count()

12