Home
last modified time | relevance | path

Searched refs:startpos (Results 1 – 25 of 32) sorted by relevance

12

/external/pdfium/xfa/fxbarcode/pdf417/
DBC_PDF417HighLevelEncoder.cpp152 int32_t startpos, in encodeText() argument
160 FX_WCHAR ch = msg.GetAt(startpos + idx); in encodeText()
221 if (startpos + idx + 1 < count) { in encodeText()
222 FX_WCHAR next = msg.GetAt(startpos + idx + 1); in encodeText()
265 int32_t startpos, in encodeBinary() argument
272 int32_t idx = startpos; in encodeBinary()
277 while ((startpos + count - idx) >= 6) { in encodeBinary()
293 if (idx < startpos + count) { in encodeBinary()
296 for (i = idx; i < startpos + count; i++) { in encodeBinary()
302 int32_t startpos, in encodeNumeric() argument
[all …]
DBC_PDF417HighLevelEncoder.h38 int32_t startpos,
43 int32_t startpos,
48 int32_t startpos,
58 int32_t startpos);
60 int32_t startpos);
64 int32_t startpos,
/external/python/cpython2/Lib/
Dheapq.py242 def _siftdown(heap, startpos, pos): argument
246 while pos > startpos:
297 startpos = pos
313 _siftdown(heap, startpos, pos)
315 def _siftdown_max(heap, startpos, pos): argument
320 while pos > startpos:
333 startpos = pos
349 _siftdown_max(heap, startpos, pos)
Ddoctest.py286 startpos, endpos = 0, len(got)
290 startpos = len(w)
302 if startpos > endpos:
314 startpos = got.find(w, startpos, endpos)
315 if startpos < 0:
317 startpos += len(w)
/external/pdfium/core/fxcodec/codec/
Dfx_codec_fax.cpp105 void FaxFillBits(uint8_t* dest_buf, int columns, int startpos, int endpos) { in FaxFillBits() argument
106 startpos = std::max(startpos, 0); in FaxFillBits()
108 if (startpos >= endpos) in FaxFillBits()
111 int first_byte = startpos / 8; in FaxFillBits()
114 for (int i = startpos % 8; i <= (endpos - 1) % 8; ++i) in FaxFillBits()
119 for (int i = startpos % 8; i < 8; ++i) in FaxFillBits()
418 int startpos = 0; in FaxGet1DLine() local
440 FaxFillBits(dest_buf->data(), columns, startpos, startpos + run_len); in FaxGet1DLine()
442 startpos += run_len; in FaxGet1DLine()
443 if (startpos >= columns) in FaxGet1DLine()
/external/python/cpython2/Modules/
D_heapqmodule.c36 _siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in _siftdown() argument
52 while (pos > startpos) { in _siftdown()
77 Py_ssize_t startpos, endpos, childpos, rightpos, limit; in _siftup() local
83 startpos = pos; in _siftup()
117 return _siftdown(heap, startpos, pos); in _siftup()
379 _siftdownmax(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in _siftdownmax() argument
395 while (pos > startpos){ in _siftdownmax()
418 Py_ssize_t startpos, endpos, childpos, rightpos, limit; in _siftupmax() local
424 startpos = pos; in _siftupmax()
461 return _siftdownmax(heap, startpos, pos); in _siftupmax()
/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_HighLevelEncoder.cpp138 int32_t startpos, in lookAheadTest() argument
140 if (startpos >= msg.GetLength()) { in lookAheadTest()
162 if ((startpos + charsProcessed) == msg.GetLength()) { in lookAheadTest()
187 FX_WCHAR c = msg.GetAt(startpos + charsProcessed); in lookAheadTest()
272 int32_t p = startpos + charsProcessed + 1; in lookAheadTest()
296 int32_t startpos) { in determineConsecutiveDigitCount() argument
299 int32_t idx = startpos; in determineConsecutiveDigitCount()
DBC_HighLevelEncoder.h37 int32_t startpos,
42 int32_t startpos);
/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.cpp787 bool CPDF_SyntaxParser::IsWholeWord(FX_FILESIZE startpos, in IsWholeWord() argument
798 if (bCheckRight && startpos + (int32_t)taglen <= limit && in IsWholeWord()
799 GetCharAt(startpos + (int32_t)taglen, ch)) { in IsWholeWord()
806 if (bCheckLeft && startpos > 0 && GetCharAt(startpos - 1, ch)) { in IsWholeWord()
863 FX_FILESIZE startpos = bForward ? pos - taglen + 1 : pos; in SearchWord() local
864 if (!bWholeWord || IsWholeWord(startpos, limit, tag, false)) { in SearchWord()
865 m_Pos = startpos; in SearchWord()
890 FX_FILESIZE startpos = m_Pos; in FindTag() local
900 return m_Pos - startpos - taglen; in FindTag()
Dcpdf_syntax_parser.h72 bool IsWholeWord(FX_FILESIZE startpos,
/external/python/cpython2/Demo/turtle/
Dtdemo_penrose.py135 def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): argument
137 goto(startpos)
176 test(600, 8, startpos=(70, 117))
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/
D2009-06-05-InvalidArgLoad.ll8 …capture %bufp, i8* %string1, i32 %size1, i8* %string2, i32 %size2, i32 %startpos, i32 %range, %str…
10 %cmp17.i = icmp slt i32 undef, %startpos ; <i1> [#uses=1]
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
DNeuQuant.java184 int previouscol, startpos; in inxbuild() local
187 startpos = 0; in inxbuild()
218 netindex[previouscol] = (startpos + i) >> 1; in inxbuild()
222 startpos = i; in inxbuild()
225 netindex[previouscol] = (startpos + maxnetpos) >> 1; in inxbuild()
/external/icu/android_icu4j/src/main/java/android/icu/impl/data/
DTokenIterator.java118 int startpos = position; in nextToken() local
161 startpos); in nextToken()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
DTokenIterator.java116 int startpos = position; in nextToken() local
159 startpos); in nextToken()
/external/python/cpython2/Lib/idlelib/
DPyParse.py513 startpos = i
517 endpos = str.find('\n', startpos) + 1
549 i = startpos
/external/regex-re2/re2/
Dre2.cc526 int startpos, in Match() argument
537 if (startpos < 0 || startpos > endpos || endpos > text.size()) { in Match()
544 subtext.remove_prefix(startpos); in Match()
561 if (prog_->anchor_start() && startpos != 0) in Match()
574 if (startpos != 0) in Match()
/external/valgrind/coregrind/
Dm_main.c601 const HChar *startpos = tmp_str; in main_process_cmd_line_options() local
611 nextpos = VG_(strchr)(startpos, ','); in main_process_cmd_line_options()
613 nextpos = startpos + VG_(strlen)(startpos); in main_process_cmd_line_options()
614 if (startpos != nextpos) { in main_process_cmd_line_options()
616 = VG_(malloc)("main.mpclo.2", nextpos - startpos + 1); in main_process_cmd_line_options()
617 VG_(memcpy)(VG_(clo_error_markers)[m], startpos, in main_process_cmd_line_options()
618 nextpos - startpos); in main_process_cmd_line_options()
619 VG_(clo_error_markers)[m][nextpos - startpos] = '\0'; in main_process_cmd_line_options()
621 startpos = *nextpos ? nextpos + 1 : nextpos; in main_process_cmd_line_options()
/external/swiftshader/third_party/LLVM/lib/Archive/
DArchiveWriter.cpp318 unsigned startpos = ARFile.tellp(); in writeSymbolTable() local
340 assert(endpos - startpos == symTabSize && "Invalid symTabSize computation"); in writeSymbolTable()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dlexer.py97 startpos = self.match_position
114 self.text[startpos:
/external/lz4/lib/
Dlz4hc.c187 const BYTE** startpos, in LZ4HC_InsertAndGetWiderMatch() argument
225 *startpos = ip+back; in LZ4HC_InsertAndGetWiderMatch()
241 …t)mlt > longest) { longest = (int)mlt; *matchpos = base + matchIndex + back; *startpos = ip+back; } in LZ4HC_InsertAndGetWiderMatch()
/external/pcre/pcrecpp/
Dpcrecpp.cc304 int startpos, in TryMatch() argument
348 text.size(), startpos, options, match_data.get(), match_context.get()); in TryMatch()
/external/pcre/pcrecpp/include/
Dpcrecpp.h666 int startpos,
/external/python/cpython2/Objects/
Dunicodeobject.c3529 Py_ssize_t startpos, Py_ssize_t endpos, in make_encode_exception() argument
3534 encoding, unicode, size, startpos, endpos, reason); in make_encode_exception()
3537 if (PyUnicodeEncodeError_SetStart(*exceptionObject, startpos)) in make_encode_exception()
3553 Py_ssize_t startpos, Py_ssize_t endpos, in raise_encode_exception() argument
3557 encoding, unicode, size, startpos, endpos, reason); in raise_encode_exception()
3570 Py_ssize_t startpos, Py_ssize_t endpos, in unicode_encode_call_errorhandler() argument
3585 encoding, unicode, size, startpos, endpos, reason); in unicode_encode_call_errorhandler()
4850 Py_ssize_t startpos, Py_ssize_t endpos, in make_translate_exception() argument
4855 unicode, size, startpos, endpos, reason); in make_translate_exception()
4858 if (PyUnicodeTranslateError_SetStart(*exceptionObject, startpos)) in make_translate_exception()
[all …]
/external/regex-re2/util/
Dpcre.cc458 int startpos, in TryMatch() argument
499 startpos, in TryMatch()

12