Home
last modified time | relevance | path

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

12

/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/pdfium/xfa/src/fdp/src/css/
Dfde_cssstylesheet.cpp387 const FX_WCHAR* pStart = psz; in FDE_GetCSSPersudoLen() local
399 const FX_WCHAR* pStart = psz; in FDE_GetCSSNameLen() local
415 const FX_WCHAR* pStart = psz; in FromString() local
Dfde_cssdatatable.cpp786 const FX_WCHAR*& pStart, in NextValue()
844 const FX_WCHAR* pStart = m_pCur; in SkipTo() local
/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/pdfium/xfa/src/fgas/src/crt/
Dfx_system.cpp139 FX_DWORD* pStart = (FX_DWORD*)pBuf; in FX_memset() local
148 FX_DWORD* pStart = (FX_DWORD*)pDst; in FX_memcpy() local
Dfx_memory.cpp145 uint8_t* pStart = NULL; in Free() local
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_utility.cpp73 void CPDF_SimpleParser::ParseWord(const uint8_t*& pStart, in ParseWord()
158 const uint8_t* pStart; in GetWord() local
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_lexer.cpp433 const FX_WCHAR* pStart = p; in String() local
472 const FX_WCHAR* pStart = p; in Identifiers() 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/icu/icu4c/source/samples/layout/
Dparagraph.cpp101 LEUnicode *pStart = &fChars[0]; in Paragraph() local
Dpflow.c116 LEUnicode *pStart; in pf_create() local
/external/pdfium/core/src/fxcrt/
Dfx_arabic.cpp320 FX_WCHAR* pStart = (FX_WCHAR*)(const FX_WCHAR*)wsText; in FX_BidiReverseString() local
827 baseType *pStart, *pEnd; in FX_BidiReverseString() local
Dfx_basic_bstring.cpp857 const FX_CHAR* pStart = m_pData->m_String; in Replace() local
/external/icu/icu4c/source/common/
Duset.cpp476 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange()
/external/pdfium/xfa/src/fgas/include/
Dfx_utl.h185 uint8_t** pStart = CFX_BaseArray::GetAt(0); variable
/external/gptfdisk/
Dbasicmbr.cc779 uint64_t firstLogical, lastLogical, lStart, pStart; in UpdateCanBeLogical() local
/external/sqlite/dist/orig/
Dshell.c206 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff()
284 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff()
Dsqlite3.c11623 void *pStart; /* First byte of available memory space */ member
/external/sqlite/dist/
Dshell.c212 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff()
290 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff()
Dsqlite3.c11623 void *pStart; /* First byte of available memory space */ member
/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.cpp130 const FX_WCHAR* pStart = pPath; in GetPath() local
/external/lz4/lib/
Dlz4.c396 const BYTE* const pStart = pIn; in LZ4_count() local
/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp211 const FX_WCHAR* pStart = NULL; in ParseNumber() local

12