HomeSort by relevance Sort by last modified time
    Searched refs:PyBytes_GET_SIZE (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytesobject.h 8 #define PyBytes_GET_SIZE PyString_GET_SIZE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytesobject.h 8 #define PyBytes_GET_SIZE PyString_GET_SIZE
  /external/python/cpython2/Include/
bytesobject.h 8 #define PyBytes_GET_SIZE PyString_GET_SIZE
  /external/python/cpython3/Objects/stringlib/
stringdefs.h 22 #define STRINGLIB_LEN PyBytes_GET_SIZE
join.h 66 buffers[i].len = PyBytes_GET_SIZE(item);
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytesobject.h 8 #define PyBytes_GET_SIZE PyString_GET_SIZE
  /prebuilts/gdb/linux-x86/include/python2.7/
bytesobject.h 8 #define PyBytes_GET_SIZE PyString_GET_SIZE
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytesobject.h 8 #define PyBytes_GET_SIZE PyString_GET_SIZE
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytesobject.h 8 #define PyBytes_GET_SIZE PyString_GET_SIZE
  /external/python/cpython3/Modules/_io/
iobase.c 542 if (PyBytes_GET_SIZE(readahead) > 0) {
547 if (n >= PyBytes_GET_SIZE(readahead) || n >= limit)
555 if (n >= PyBytes_GET_SIZE(readahead))
582 if (PyBytes_GET_SIZE(b) == 0) {
588 if (PyByteArray_Resize(buffer, old_size + PyBytes_GET_SIZE(b)) < 0) {
593 PyBytes_AS_STRING(b), PyBytes_GET_SIZE(b));
939 if (PyBytes_GET_SIZE(data) == 0) {
bytesio.c 111 size_t alloc = PyBytes_GET_SIZE(self->buf);
168 if (endpos > (size_t)PyBytes_GET_SIZE(self->buf)) {
311 if (self->string_size != PyBytes_GET_SIZE(self->buf)) {
363 self->pos == 0 && size == PyBytes_GET_SIZE(self->buf) &&
971 self->string_size = PyBytes_GET_SIZE(initvalue);
    [all...]
  /external/python/cpython3/Objects/
bytesobject.c 489 if (PyBytes_Check(arg) && PyBytes_GET_SIZE(arg) == 1) {
539 *plen = PyBytes_GET_SIZE(v);
564 *plen = PyBytes_GET_SIZE(result);
911 len = PyBytes_GET_SIZE(temp);
    [all...]
  /external/python/cpython3/Modules/
_codecsmodule.c 205 size = PyBytes_GET_SIZE(data);
    [all...]
_bz2module.c 133 size_t size = PyBytes_GET_SIZE(*buf);
181 size_t buffer_left = PyBytes_GET_SIZE(result) - data_size;
186 buffer_left = PyBytes_GET_SIZE(result) - data_size;
203 if (data_size != (size_t)PyBytes_GET_SIZE(result))
424 compare against max_length and PyBytes_GET_SIZE we declare it as
446 avail = (size_t) (PyBytes_GET_SIZE(result) - data_size);
466 if (data_size == PyBytes_GET_SIZE(result) &&
472 if (data_size != PyBytes_GET_SIZE(result))
_lzmamodule.c 144 Py_ssize_t size = PyBytes_GET_SIZE(*buf);
517 c->lzs.avail_out = PyBytes_GET_SIZE(result);
536 c->lzs.avail_out = PyBytes_GET_SIZE(result) - data_size;
539 if (data_size != PyBytes_GET_SIZE(result))
912 lzs->avail_out = PyBytes_GET_SIZE(result);
936 lzs->avail_out = PyBytes_GET_SIZE(result) - data_size;
939 if (data_size != PyBytes_GET_SIZE(result))
    [all...]
  /external/python/cpython3/PC/
_testconsole.c 56 DWORD size = (DWORD)PyBytes_GET_SIZE(s) / sizeof(wchar_t);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
iobase.c 486 if (PyBytes_GET_SIZE(readahead) > 0) {
491 if (n >= PyBytes_GET_SIZE(readahead) || n >= limit)
499 if (n >= PyBytes_GET_SIZE(readahead))
526 if (PyBytes_GET_SIZE(b) == 0) {
532 PyByteArray_Resize(buffer, old_size + PyBytes_GET_SIZE(b));
534 PyBytes_AS_STRING(b), PyBytes_GET_SIZE(b));
851 if (PyBytes_GET_SIZE(data) == 0) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
iobase.c 480 if (PyBytes_GET_SIZE(readahead) > 0) {
485 if (n >= PyBytes_GET_SIZE(readahead) || n >= limit)
493 if (n >= PyBytes_GET_SIZE(readahead))
514 if (PyBytes_GET_SIZE(b) == 0) {
520 PyByteArray_Resize(buffer, old_size + PyBytes_GET_SIZE(b));
522 PyBytes_AS_STRING(b), PyBytes_GET_SIZE(b));
831 if (PyBytes_GET_SIZE(data) == 0) {
fileio.c 561 if (PyBytes_GET_SIZE(result) < (Py_ssize_t)newsize) {
593 if (PyBytes_GET_SIZE(result) > total) {
  /external/python/cpython2/Modules/_io/
iobase.c 488 if (PyBytes_GET_SIZE(readahead) > 0) {
493 if (n >= PyBytes_GET_SIZE(readahead) || n >= limit)
501 if (n >= PyBytes_GET_SIZE(readahead))
528 if (PyBytes_GET_SIZE(b) == 0) {
534 if (PyByteArray_Resize(buffer, old_size + PyBytes_GET_SIZE(b)) < 0) {
539 PyBytes_AS_STRING(b), PyBytes_GET_SIZE(b));
856 if (PyBytes_GET_SIZE(data) == 0) {
  /external/python/cpython3/Include/
bytesobject.h 89 #define PyBytes_GET_SIZE(op) (assert(PyBytes_Check(op)),Py_SIZE(op))
  /external/python/cpython3/Programs/
_freeze_importlib.c 106 data_size = PyBytes_GET_SIZE(marshalled);
  /external/python/cpython3/Modules/cjkcodecs/
multibytecodec.c 169 orgsize = PyBytes_GET_SIZE(buf->outobj);
182 + PyBytes_GET_SIZE(buf->outobj);
323 retstrsize = PyBytes_GET_SIZE(retstr);
492 buf.outbuf_end = buf.outbuf + PyBytes_GET_SIZE(buf.outobj);
528 if (finalsize != PyBytes_GET_SIZE(buf.outobj))
    [all...]
  /external/tensorflow/tensorflow/python/lib/core/
py_seq_tensor.cc 317 out->assign(PyBytes_AS_STRING(v), PyBytes_GET_SIZE(v));
330 out->assign(PyBytes_AS_STRING(py_str), PyBytes_GET_SIZE(py_str));
  /external/libxml2/python/
types.c 627 PyBytes_GET_SIZE(obj));
647 PyBytes_GET_SIZE(b));

Completed in 1890 milliseconds

1 2 3 4