Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssvaluelistparser.cpp19 const wchar_t** pStart, in NextValue()
63 const wchar_t* pStart = m_pCur; in SkipTo() local
Dcfx_cssselector.cpp17 const wchar_t* pStart = psz; in GetCSSNameLen() local
56 const wchar_t* pStart = psz; in FromString() local
/external/pdfium/core/fpdfapi/parser/
Dcpdf_simple_parser.cpp18 const uint8_t* pStart = nullptr; in ParseWord() local
96 const uint8_t* pStart; in GetWord() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockFieldMatrix.java234 final int pStart = iBlock * BLOCK_SIZE; in toBlocksLayout() local
286 final int pStart = iBlock * BLOCK_SIZE; in createBlocksLayout() local
593 final int pStart = iBlock * BLOCK_SIZE; in multiply() local
655 final int pStart = iBlock * BLOCK_SIZE; in getData() local
1296 final int pStart = iBlock * BLOCK_SIZE; in transpose() local
1348 final int pStart = iBlock * BLOCK_SIZE; in operate() local
1402 final int pStart = iBlock * BLOCK_SIZE; in preMultiply() local
1436 final int pStart = iBlock * BLOCK_SIZE; in walkInRowOrder() local
1461 final int pStart = iBlock * BLOCK_SIZE; in walkInRowOrder() local
1490 final int pStart = FastMath.max(startRow, p0); in walkInRowOrder() local
[all …]
DBlockRealMatrix.java228 final int pStart = iBlock * BLOCK_SIZE; in toBlocksLayout() local
276 final int pStart = iBlock * BLOCK_SIZE; in createBlocksLayout() local
581 final int pStart = iBlock * BLOCK_SIZE; in multiply() local
642 final int pStart = iBlock * BLOCK_SIZE; in getData() local
1320 final int pStart = iBlock * BLOCK_SIZE; in transpose() local
1371 final int pStart = iBlock * BLOCK_SIZE; in operate() local
1423 final int pStart = iBlock * BLOCK_SIZE; in preMultiply() local
1456 final int pStart = iBlock * BLOCK_SIZE; in walkInRowOrder() local
1481 final int pStart = iBlock * BLOCK_SIZE; in walkInRowOrder() local
1510 final int pStart = FastMath.max(startRow, p0); in walkInRowOrder() local
[all …]
/external/icu/icu4c/source/tools/toolutil/
Duparse.cpp299 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRangeAnyTerminator()
350 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRange()
Ducbuf.cpp61 const char* pStart; in ucbuf_autodetect_fs() local
591 const char* pStart; in ucbuf_rewind() local
/external/antlr/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
DMain.java155 long pStart = System.currentTimeMillis(); local
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTUnicode.cpp236 const PVRTuint8* pStart = pC; in PVRTUnicodeUTF8Length() local
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlnode.cpp88 const wchar_t* pStart = pPath; in GetPath() local
/external/icu/icu4c/source/samples/layout/
Dparagraph.cpp107 LEUnicode *pStart = &fChars[0]; in Paragraph() local
Dpflow.c119 LEUnicode *pStart; in pf_create() local
/external/icu/icu4c/source/common/
Duset.cpp478 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange()
Dumutablecptrie.cpp586 int32_t findSameBlock(const uint16_t *p, int32_t pStart, int32_t length, in findSameBlock()
/external/pdfium/core/fxcrt/
Dbytestring.cpp652 const char* pStart = m_pData->m_String; in Replace() local
Dwidestring.cpp822 const wchar_t* pStart = m_pData->m_String; in Replace() local
/external/gptfdisk/
Dbasicmbr.cc781 uint64_t firstLogical, lastLogical, lStart, pStart; in UpdateCanBeLogical() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java547 private static int findSameBlock(char[] p, int pStart, int length, in findSameBlock()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DMutableCodePointTrie.java540 private static int findSameBlock(char[] p, int pStart, int length, in findSameBlock()
/external/lz4/lib/
Dlz4.c423 const BYTE* const pStart = pIn; in LZ4_count() local
/external/sqlite/dist/orig/
Dshell.c261 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff()
337 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff()
Dsqlite3.c15141 void *pStart; /* First byte of available memory space */ member
/external/sqlite/dist/
Dshell.c267 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff()
343 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff()
Dsqlite3.c15141 void *pStart; /* First byte of available memory space */ member
/external/icu/libandroidicu/static_shim/
Dshim.cpp2646 …alizedRange_android(const USerializedSet * set, int32_t rangeIndex, UChar32 * pStart, UChar32 * pE… in uset_getSerializedRange_android()