HomeSort by relevance Sort by last modified time
    Searched refs:pStart (Results 1 - 25 of 34) sorted by null

1 2

  /external/pdfium/core/fpdfapi/parser/
cpdf_simple_parser.cpp 17 void CPDF_SimpleParser::ParseWord(const uint8_t*& pStart, uint32_t& dwSize) {
18 pStart = nullptr;
44 pStart = m_pData + start_pos;
95 const uint8_t* pStart;
97 ParseWord(pStart, dwSize);
98 if (dwSize == 1 && pStart[0] == '<') {
105 return CFX_ByteStringC(pStart,
106 (FX_STRSIZE)(m_dwCurPos - (pStart - m_pData)));
108 if (dwSize == 1 && pStart[0] == '(') {
133 return CFX_ByteStringC(pStart,
    [all...]
cpdf_simple_parser.h 28 void ParseWord(const uint8_t*& pStart, uint32_t& dwSize);
  /external/pdfium/xfa/fde/css/
cfde_cssvaluelistparser.cpp 17 const FX_WCHAR*& pStart,
26 pStart = m_pCur;
38 iLength = m_pCur - pStart;
41 pStart++;
62 const FX_WCHAR* pStart = m_pCur;
85 return m_pCur - pStart;
cfde_cssvaluelistparser.h 20 const FX_WCHAR*& pStart,
cfde_cssselector.cpp 20 const FX_WCHAR* pStart = psz;
30 return psz - pStart;
62 const FX_WCHAR* pStart = psz;
74 for (psz = pStart; psz < pEnd;) {
  /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...]
  /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/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/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/
uparse.h 134 uint32_t *pStart, uint32_t *pEnd,
144 uint32_t *pStart, uint32_t *pEnd,
uparse.c 299 uint32_t *pStart, uint32_t *pEnd,
308 if(s==NULL || pStart==NULL || pEnd==NULL) {
320 *pStart=*pEnd=value;
339 if(value<*pStart) {
345 return value-*pStart+1;
350 uint32_t *pStart, uint32_t *pEnd,
354 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);
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/xfa/fxfa/fm2js/
xfa_lexer.cpp 422 const FX_WCHAR* pStart = p;
430 t->m_wstring = CFX_WideStringC(pStart, (pEnd - pStart));
439 t->m_wstring = CFX_WideStringC(pStart, (pEnd - pStart));
455 t->m_wstring = CFX_WideStringC(pStart, (pEnd - pStart));
462 const FX_WCHAR* pStart = p;
468 t->m_wstring = CFX_WideStringC(pStart, (pEnd - pStart));
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
misc.c     [all...]
proto.h 550 extern char *endFormal(char *pStart, /* MR23 */
557 extern char *strBetween(char *pStart, /* MR23 */
    [all...]
  /external/pdfium/core/fxcrt/
fx_basic_bstring.cpp 796 const FX_CHAR* pStart = m_pData->m_String;
799 const FX_CHAR* pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart),
805 pStart = pTarget + nSourceLen;
819 pStart = m_pData->m_String;
822 const FX_CHAR* pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart),
824 FXSYS_memcpy(pDest, pStart, pTarget - pStart);
825 pDest += pTarget - pStart;
    [all...]
fx_basic_wstring.cpp 748 const FX_WCHAR* pStart = m_pData->m_String;
751 const FX_WCHAR* pTarget = FX_wcsstr(pStart, (FX_STRSIZE)(pEnd - pStart),
757 pStart = pTarget + nSourceLen;
771 pStart = m_pData->m_String;
774 const FX_WCHAR* pTarget = FX_wcsstr(pStart, (FX_STRSIZE)(pEnd - pStart),
776 wmemcpy(pDest, pStart, pTarget - pStart);
777 pDest += pTarget - pStart;
    [all...]
fx_arabic.cpp 351 FX_WCHAR* pStart = const_cast<FX_WCHAR*>(wsText.c_str());
352 pStart += iStart;
353 FX_WCHAR* pEnd = pStart + iCount - 1;
354 while (pStart < pEnd) {
355 wch = *pStart;
356 *pStart++ = *pEnd;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTUnicode.cpp 236 const PVRTuint8* pStart = pC;
240 charCount += (unsigned int) (pC - pStart);
  /system/bt/bta/dm/
bta_dm_sco.cc 91 #define CONVERT_44100_TO_BLUETOOTH(pStart, pEnd) \
94 SRC_TYPE* pS = (SRC_TYPE*)(pStart); \
142 #define CONVERT_22050_TO_BLUETOOTH(pStart, pEnd) \
145 SRC_TYPE* pS = (SRC_TYPE*)(pStart); \
192 #define CONVERT_11025_TO_BLUETOOTH(pStart, pEnd) \
195 SRC_TYPE* pS = (SRC_TYPE*)(pStart); \
  /external/icu/icu4c/source/common/
uset.cpp 305 // UChar32* pStart, UChar32* pEnd) {
310 // *pStart = us->getRangeStart(rangeIndex);
478 UChar32* pStart, UChar32* pEnd) {
482 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) {
492 *pStart=array[rangeIndex++];
507 *pStart=(((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1];
  /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/pdfium/xfa/fde/xml/
fde_xml_imp.cpp 151 const FX_WCHAR* pStart = pPath;
154 while (pStart < pEnd) {
155 ch = *pStart++;
162 iLength -= pStart - pPath;
184 pFind = pNode->GetPath(pStart, iLength, bQualifiedName);
195 return pFind->GetPath(pStart, iLength, bQualifiedName);
    [all...]

Completed in 1905 milliseconds

1 2