Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/bench/src/ffi/
Dre2.cpp26 int startpos, int endpos) { in re2_regexp_match()
35 int startpos, int endpos, in re2_regexp_find()
/third_party/python/Modules/
D_heapqmodule.c25 siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in siftdown()
72 Py_ssize_t startpos, endpos, childpos, limit; in siftup() local
394 siftdown_max(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in siftdown_max()
441 Py_ssize_t startpos, endpos, childpos, limit; in siftup_max() local
/third_party/python/Lib/
Dheapq.py207 def _siftdown(heap, startpos, pos): argument
280 def _siftdown_max(heap, startpos, pos): argument
/third_party/NuttX/fs/vfs/
Dfs_sendfile.c91 off_t startpos = 0; in sendfile() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
DTokenIterator.java116 int startpos = position; in nextToken() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/data/
DTokenIterator.java118 int startpos = position; in nextToken() local
/third_party/python/Lib/turtledemo/
Dpenrose.py135 def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): argument
/third_party/cups-filters/filter/foomatic-rip/
Dfoomaticrip.c533 int guess_file_type(const char *begin, size_t len, int *startpos) in guess_file_type()
565 int startpos; in print_file() local
Dpdf.c291 size_t startpos) in print_pdf()
/third_party/ffmpeg/libavformat/
Dpva.c88 int64_t pva_pts = AV_NOPTS_VALUE, startpos; in read_part_of_packet() local
Delectronicarts.c366 uint64_t startpos = avio_tell(pb); in process_ea_header() local
Dnutenc.c618 int64_t startpos = avio_tell(bc); in write_index() local
Dgxfenc.c578 int64_t startpos, curpos; in gxf_write_umf_media_description() local
Drmdec.c135 int64_t startpos = avio_tell(pb); in rm_read_audio_stream_info() local
/third_party/ffmpeg/libavcodec/
Ddca_parser.c38 unsigned int startpos; member
/third_party/backends/backend/
Das6e.h74 int startpos; member
Dhp3900_types.c449 SANE_Int startpos; /* [+44] 78c */ member
459 SANE_Int startpos; /* +0 */ member
/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.c1050 loff_t startpos; in tmpfs_read() local
1110 loff_t startpos; in tmpfs_readpage() local
1251 loff_t startpos; in tmpfs_write() local
/third_party/python/Objects/stringlib/
Dcodecs.h314 Py_ssize_t startpos, endpos, newpos; in STRINGLIB() local
/third_party/lwip/test/unit/dhcp/
Dtest_dhcp.c216 static void check_pkt_fuzzy(struct pbuf *p, u32_t startpos, const u8_t *mem, u32_t len) in check_pkt_fuzzy()
/third_party/python/Objects/
Dunicodeobject.c4345 Py_ssize_t startpos, Py_ssize_t endpos, in make_decode_exception()
6950 Py_ssize_t startpos, Py_ssize_t endpos, in make_encode_exception()
6976 Py_ssize_t startpos, Py_ssize_t endpos, in raise_encode_exception()
6994 Py_ssize_t startpos, Py_ssize_t endpos, in unicode_encode_call_errorhandler()
8901 Py_ssize_t startpos, Py_ssize_t endpos, in make_translate_exception()
8930 Py_ssize_t startpos, Py_ssize_t endpos, in unicode_translate_call_errorhandler()
/third_party/glfw/deps/
Dstb_image_write.h1375 int startpos = i; in stbiw__jpg_processDU() local
/third_party/lz4/lib/
Dlz4hc.c246 const BYTE** startpos, in LZ4HC_InsertAndGetWiderMatch()
/third_party/astc-encoder/Source/
Dstb_image_write.h1375 int startpos = i; in stbiw__jpg_processDU() local
/third_party/json/tools/cpplint/
Dcpplint.py2002 def FindEndOfExpressionInLine(line, startpos, stack): argument