Home
last modified time | relevance | path

Searched refs:orgpos (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
Dmultibytecodec.c166 Py_ssize_t orgpos, orgsize, incsize; in expand_encodebuffer() local
168 orgpos = (Py_ssize_t)((char *)buf->outbuf - in expand_encodebuffer()
179 buf->outbuf = (unsigned char *)PyString_AS_STRING(buf->outobj) +orgpos; in expand_encodebuffer()
194 Py_ssize_t orgpos, orgsize; in expand_decodebuffer() local
196 orgpos = (Py_ssize_t)(buf->outbuf - PyUnicode_AS_UNICODE(buf->outobj)); in expand_decodebuffer()
202 buf->outbuf = PyUnicode_AS_UNICODE(buf->outobj) + orgpos; in expand_decodebuffer()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
Dmultibytecodec.c166 Py_ssize_t orgpos, orgsize, incsize; in expand_encodebuffer() local
168 orgpos = (Py_ssize_t)((char *)buf->outbuf - in expand_encodebuffer()
181 buf->outbuf = (unsigned char *)PyString_AS_STRING(buf->outobj) +orgpos; in expand_encodebuffer()
196 Py_ssize_t orgpos, orgsize; in expand_decodebuffer() local
198 orgpos = (Py_ssize_t)(buf->outbuf - PyUnicode_AS_UNICODE(buf->outobj)); in expand_decodebuffer()
204 buf->outbuf = PyUnicode_AS_UNICODE(buf->outobj) + orgpos; in expand_decodebuffer()