Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/bch/
Dbchdev_driver.c178 loff_t newpos; in bch_seek() local
/third_party/python/Objects/stringlib/
Dcodecs.h314 Py_ssize_t startpos, endpos, newpos; in STRINGLIB() local
/third_party/ffmpeg/libavformat/
Dlibsmbclient.c139 int64_t newpos; in libsmbc_seek() local
Dcrypto.c237 int64_t newpos; in crypto_seek() local
Dlibssh.c253 int64_t newpos; in libssh_seek() local
/third_party/NuttX/drivers/video/
Dfb.c304 off_t newpos; in fb_seek() local
/third_party/skia/modules/skplaintexteditor/app/
Deditor_application.cpp162 int newpos = std::max(0, std::min(fPos + delta, maxPos)); in scroll() local
/third_party/openssl/crypto/pem/
Dpem_pkey.c41 int pos, newpos; in pem_read_bio_key_decoder() local
/third_party/node/deps/openssl/openssl/crypto/pem/
Dpem_pkey.c41 int pos, newpos; in pem_read_bio_key_decoder() local
/third_party/icu/icu4c/source/tools/genrb/
Dreslist.h70 int32_t oldpos, newpos; member
Dreslist.cpp1471 int32_t oldpos, newpos, limit; in compactKeys() local
/third_party/curl/lib/
Ddoh.c514 int newpos; in store_cname() local
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dreslist.h70 int32_t oldpos, newpos; member
Dreslist.cpp1479 int32_t oldpos, newpos, limit; in compactKeys() local
/third_party/node/deps/icu-small/source/tools/genrb/
Dreslist.h70 int32_t oldpos, newpos; member
Dreslist.cpp1471 int32_t oldpos, newpos, limit; in compactKeys() local
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c230 Py_ssize_t retstrsize, newpos; in multibytecodec_encerror() local
385 Py_ssize_t newpos; in multibytecodec_decerror() local
/third_party/python/Objects/
Dunicodeobject.c4404 Py_ssize_t newpos; in unicode_decode_call_errorhandler_wchar() local
4515 Py_ssize_t newpos; in unicode_decode_call_errorhandler_writer() local
5861 Py_ssize_t newpos, repsize, moreunits; in _PyUnicode_EncodeUTF32() local
6200 Py_ssize_t newpos, repsize, moreunits; in _PyUnicode_EncodeUTF16() local
6995 Py_ssize_t *newpos) in unicode_encode_call_errorhandler()
7092 Py_ssize_t newpos, i; in unicode_encode_ucs1() local
7860 Py_ssize_t newpos, newoutsize; in encode_code_page_errors() local
8678 Py_ssize_t newpos; in charmap_encoding_error() local
8931 Py_ssize_t *newpos) in unicode_translate_call_errorhandler()
9249 Py_ssize_t newpos; in _PyUnicode_TranslateCharmap() local
/third_party/python/Lib/tkinter/
Dttk.py951 def sashpos(self, index, newpos=None): argument