Home
last modified time | relevance | path

Searched defs:newpos (Results 1 – 20 of 20) sorted by relevance

/external/libcxx/src/
Dstrstream.cpp277 char* newpos = eback() + newoff; in seekoff() local
307 char* newpos = eback() + newoff; in seekpos() local
/external/bsdiff/
Dfile.cc68 off_t newpos = lseek(fd_, pos, SEEK_SET); in Seek() local
Dbspatch.cc262 uint64_t newpos = 0; in bspatch() local
/external/python/cpython3/Objects/stringlib/
Dcodecs.h314 Py_ssize_t startpos, endpos, newpos; in STRINGLIB() local
/external/eigen/Eigen/src/IterativeLinearSolvers/
DIncompleteLUT.h371 Index newpos; in factorize() local
/external/skia/modules/skplaintexteditor/app/
Deditor_application.cpp162 int newpos = std::max(0, std::min(fPos + delta, maxPos)); in scroll() local
/external/icu/icu4c/source/tools/genrb/
Dreslist.h70 int32_t oldpos, newpos; member
Dreslist.cpp1471 int32_t oldpos, newpos, limit; in compactKeys() local
/external/python/cpython2/Modules/
DcStringIO.c388 Py_ssize_t newpos; in O_cwrite() local
/external/curl/lib/
Ddoh.c516 int newpos; in store_cname() local
/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c228 Py_ssize_t retstrsize, newpos; in multibytecodec_encerror() local
366 Py_ssize_t retunisize, newpos; in multibytecodec_decerror() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DH264TrackImpl.java243 long newpos = reader.getPos(); in readSamples() local
/external/python/cpython2/Objects/
Dunicodeobject.c1471 Py_ssize_t newpos; in unicode_decode_call_errorhandler() local
3571 Py_ssize_t *newpos) in unicode_encode_call_errorhandler()
3664 Py_ssize_t newpos; in unicode_encode_ucs1() local
4654 Py_ssize_t newpos; in charmap_encoding_error() local
4891 Py_ssize_t *newpos) in unicode_translate_call_errorhandler()
5102 Py_ssize_t newpos; in PyUnicode_TranslateCharmap() local
5245 Py_ssize_t newpos; in PyUnicode_EncodeDecimal() local
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c231 Py_ssize_t retstrsize, newpos; in multibytecodec_encerror() local
386 Py_ssize_t newpos; in multibytecodec_decerror() local
/external/mtools/
Dfat.c790 void fatAppend(Fs_t *This, unsigned int pos, unsigned int newpos) in fatAppend()
/external/python/cpython3/Objects/
Dunicodeobject.c4474 Py_ssize_t newpos; in unicode_decode_call_errorhandler_wchar() local
4585 Py_ssize_t newpos; in unicode_decode_call_errorhandler_writer() local
7131 Py_ssize_t *newpos) in unicode_encode_call_errorhandler()
7228 Py_ssize_t newpos, i; in unicode_encode_ucs1() local
8015 Py_ssize_t newpos, newoutsize; in encode_code_page_errors() local
8869 Py_ssize_t newpos; in charmap_encoding_error() local
9138 Py_ssize_t *newpos) in unicode_translate_call_errorhandler()
9456 Py_ssize_t newpos; in _PyUnicode_TranslateCharmap() local
/external/rust/crates/csv/src/
Dreader.rs2189 fn newpos(byte: u64, line: u64, record: u64) -> Position { in newpos() function
/external/python/cpython2/Lib/lib-tk/
Dttk.py979 def sashpos(self, index, newpos=None): argument
/external/python/cpython3/Lib/tkinter/
Dttk.py976 def sashpos(self, index, newpos=None): argument
/external/libevent/
Dbuffer.c2615 const size_t newpos = pos->pos - howfar; in evbuffer_ptr_subtract() local