HomeSort by relevance Sort by last modified time
    Searched defs:pStart (Results 1 - 22 of 22) sorted by null

  /external/pdfium/core/fxcrt/css/
cfx_cssvaluelistparser.cpp 19 const wchar_t** pStart,
28 *pStart = m_pCur;
39 *iLength = m_pCur - *pStart;
42 ++(*pStart);
63 const wchar_t* pStart = m_pCur;
86 return m_pCur - pStart;
cfx_cssselector.cpp 17 const wchar_t* pStart = psz;
24 return psz - pStart;
56 const wchar_t* pStart = psz;
68 for (psz = pStart; psz < pEnd;) {
  /external/pdfium/core/fpdfapi/parser/
cpdf_simple_parser.cpp 18 const uint8_t* pStart = nullptr;
23 return std::make_pair(pStart, dwSize);
27 return std::make_pair(pStart, dwSize);
36 return std::make_pair(pStart, dwSize);
44 pStart = m_pData + start_pos;
49 return std::make_pair(pStart, dwSize);
54 return std::make_pair(pStart, dwSize);
61 return std::make_pair(pStart, dwSize);
69 return std::make_pair(pStart, dwSize);
77 return std::make_pair(pStart, dwSize)
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c 61 LVM_FLOAT *pStart;
88 pStart = pInstance->pInputSamples; /* Pointer to the input samples */
151 Copy_Float(pStart, /* Source */
154 pStart += NumChannels * NumSamples; /* Update the input pointer */
169 pInstance->pInputSamples = pStart; /* Update input sample pointer */
179 pStart = pBuffer->pScratch; /* Start of the buffer */
180 pStart += NumChannels * SampleCount; /* Offset by the number of processed samples */
183 Copy_Float(pStart, /* Source */
206 LVM_INT16 *pStart;
233 pStart = pInstance->pInputSamples; /* Pointer to the input samples *
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/
ramdisk.c 96 UINT8* pStart=(UINT8*)Start;
98 CopyMem(&(pStart[index]), &(bsc->BS_jmpBoot[0]), sizeof(bsc->BS_jmpBoot));
101 CopyMem(&(pStart[index]), &(bsc->BS_OEMName[0]), sizeof(bsc->BS_OEMName));
104 CopyMem(&(pStart[index]), &(bsc->BPB_BytsPerSec), sizeof(bsc->BPB_BytsPerSec));
107 CopyMem(&(pStart[index]), &(bsc->BPB_SecPerClus), sizeof(bsc->BPB_SecPerClus));
110 CopyMem(&(pStart[index]), &(bsc->BPB_RsvdSecCnt), sizeof(bsc->BPB_RsvdSecCnt));
113 CopyMem(&(pStart[index]), &(bsc->BPB_NumFATs), sizeof(bsc->BPB_NumFATs));
116 CopyMem(&(pStart[index]), &(bsc->BPB_NumFATs), sizeof(bsc->BPB_NumFATs));
119 CopyMem(&(pStart[index]), &(bsc->BPB_RootEntCnt), sizeof(bsc->BPB_RootEntCnt));
122 CopyMem(&(pStart[index]), &(bsc->BPB_TotSec16), sizeof(bsc->BPB_TotSec16));
    [all...]
  /external/pdfium/core/fxcrt/xml/
cfx_xmlnode.cpp 88 const wchar_t* pStart = pPath;
91 while (pStart < pEnd) {
92 ch = *pStart++;
97 iLength -= pStart - pPath;
119 pFind = pNode->GetPath(pStart, iLength, bQualifiedName);
130 return pFind->GetPath(pStart, iLength, bQualifiedName);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTUnicode.cpp 236 const PVRTuint8* pStart = pC;
240 charCount += (unsigned int) (pC - pStart);
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
Main.java 155 long pStart = System.currentTimeMillis();
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/icu/icu4c/source/samples/layout/
paragraph.cpp 107 LEUnicode *pStart = &fChars[0];
109 while (*pStart != 0) {
110 LEUnicode *pEnd = u_strpbrk(pStart, separators);
118 if (pEnd != pStart) {
119 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr);
121 paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphLevel, FALSE, status);
160 pStart = skipLineEnd(pEnd);
pflow.c 119 LEUnicode *pStart;
156 pStart = &flow->fChars[0];
158 while (*pStart != 0) {
159 LEUnicode *pEnd = u_strpbrk(pStart, separators);
167 if (pEnd != pStart) {
168 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr);
172 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart);
175 paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel, FALSE, status);
213 pStart = skipLineEnd(pEnd)
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.cpp 61 const char* pStart;
84 pStart = start;
85 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
86 *signatureLength = (int32_t)(pStart - start);
591 const char* pStart;
599 pStart = start;
600 ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error);
  /external/pdfium/core/fxcrt/
bytestring.cpp 652 const char* pStart = m_pData->m_String;
655 const char* pTarget = FX_strstr(pStart, static_cast<int>(pEnd - pStart),
661 pStart = pTarget + nSourceLen;
675 pStart = m_pData->m_String;
678 const char* pTarget = FX_strstr(pStart, static_cast<int>(pEnd - pStart),
680 memcpy(pDest, pStart, pTarget - pStart);
681 pDest += pTarget - pStart;
    [all...]
widestring.cpp 822 const wchar_t* pStart = m_pData->m_String;
826 FX_wcsstr(pStart, static_cast<size_t>(pEnd - pStart),
832 pStart = pTarget + nSourceLen;
846 pStart = m_pData->m_String;
850 FX_wcsstr(pStart, static_cast<size_t>(pEnd - pStart),
852 wmemcpy(pDest, pStart, pTarget - pStart);
853 pDest += pTarget - pStart;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java 234 final int pStart = iBlock * BLOCK_SIZE;
235 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
236 final int iHeight = pEnd - pStart;
248 for (int p = pStart; p < pEnd; ++p) {
286 final int pStart = iBlock * BLOCK_SIZE;
287 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
288 final int iHeight = pEnd - pStart;
346 final int pStart = iBlock * BLOCK_SIZE;
347 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
351 for (int p = pStart; p < pEnd; ++p)
    [all...]
BlockRealMatrix.java 228 final int pStart = iBlock * BLOCK_SIZE;
229 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
230 final int iHeight = pEnd - pStart;
242 for (int p = pStart; p < pEnd; ++p) {
276 final int pStart = iBlock * BLOCK_SIZE;
277 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
278 final int iHeight = pEnd - pStart;
336 final int pStart = iBlock * BLOCK_SIZE;
337 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
341 for (int p = pStart; p < pEnd; ++p)
    [all...]
  /external/gptfdisk/
basicmbr.cc 781 uint64_t firstLogical, lastLogical, lStart, pStart;
803 pStart = partitions[j].GetStartLBA();
804 if (((pStart < lStart) && (firstLogical < pStart)) ||
805 ((pStart > lStart) && (firstLogical > pStart))) {
    [all...]
  /external/lz4/lib/
lz4.c 353 const BYTE* const pStart = pIn;
359 return (unsigned)(pIn - pStart);
365 return (unsigned)(pIn - pStart);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 

Completed in 956 milliseconds