Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
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 …]
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 …]
/external/icu/icu4c/source/tools/toolutil/
Duparse.c297 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRangeAnyTerminator()
348 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRange()
Ducbuf.c59 const char* pStart; in ucbuf_autodetect_fs() local
589 const char* pStart; in ucbuf_rewind() local
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
DMain.java155 long pStart = System.currentTimeMillis(); local
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_utility.cpp58 void CPDF_SimpleParser::ParseWord(FX_LPCBYTE& pStart, FX_DWORD& dwSize, int& type) in ParseWord()
156 FX_LPCBYTE pStart; in GetWord() local
/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp318 void CJS_Runtime::RemoveEventsInLoop(CJS_FieldEvent* pStart) in RemoveEventsInLoop()
DPublicMethods.cpp269 FX_LPCWSTR pStart = NULL; in ParseNumber() local
/external/icu/icu4c/source/samples/layout/
Dparagraph.cpp101 LEUnicode *pStart = &fChars[0]; in Paragraph() local
Dpflow.c116 LEUnicode *pStart; in pf_create() local
/external/icu/icu4c/source/common/
Duset.cpp476 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange()
/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp888 FX_LPCSTR pStart = m_pData->m_String; in Replace() local
/external/gptfdisk/
Dbasicmbr.cc779 uint64_t firstLogical, lastLogical, lStart, pStart; in UpdateCanBeLogical() local
/external/sqlite/dist/orig/
Dshell.c208 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff()
286 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff()
Dsqlite3.c10958 void *pStart; /* First byte of available memory space */ member
/external/sqlite/dist/
Dshell.c214 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff()
292 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff()
Dsqlite3.c10958 void *pStart; /* First byte of available memory space */ member
/external/lz4/lib/
Dlz4.c396 const BYTE* const pStart = pIn; in LZ4_count() local