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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
asdl.c 12 (size && ((size - 1) > (PY_SIZE_MAX / sizeof(void *))))) {
18 if (n > PY_SIZE_MAX - sizeof(asdl_seq)) {
43 (size && ((size - 1) > (PY_SIZE_MAX / sizeof(void *))))) {
49 if (n > PY_SIZE_MAX - sizeof(asdl_seq)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
asdl.c 12 (size && ((size - 1) > (PY_SIZE_MAX / sizeof(void *))))) {
18 if (n > PY_SIZE_MAX - sizeof(asdl_seq)) {
43 (size && ((size - 1) > (PY_SIZE_MAX / sizeof(void *))))) {
49 if (n > PY_SIZE_MAX - sizeof(asdl_seq)) {
  /external/python/cpython2/Python/
asdl.c 12 (size && ((size - 1) > (PY_SIZE_MAX / sizeof(void *))))) {
18 if (n > PY_SIZE_MAX - sizeof(asdl_seq)) {
43 (size && ((size - 1) > (PY_SIZE_MAX / sizeof(void *))))) {
49 if (n > PY_SIZE_MAX - sizeof(asdl_seq)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
node.c 94 if (required_capacity > PY_SIZE_MAX / sizeof(node)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
node.c 94 if (required_capacity > PY_SIZE_MAX / sizeof(node)) {
  /external/python/cpython2/Parser/
node.c 94 if (required_capacity > PY_SIZE_MAX / sizeof(node)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 196 #define PY_SIZE_MAX SIZE_MAX
198 #define PY_SIZE_MAX ((size_t)-1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 196 #define PY_SIZE_MAX SIZE_MAX
198 #define PY_SIZE_MAX ((size_t)-1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 211 #define PY_SIZE_MAX SIZE_MAX
213 #define PY_SIZE_MAX ((size_t)-1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 196 #define PY_SIZE_MAX SIZE_MAX
198 #define PY_SIZE_MAX ((size_t)-1)
  /external/python/cpython2/Include/
pyport.h 196 #define PY_SIZE_MAX SIZE_MAX
198 #define PY_SIZE_MAX ((size_t)-1)
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 196 #define PY_SIZE_MAX SIZE_MAX
198 #define PY_SIZE_MAX ((size_t)-1)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 196 #define PY_SIZE_MAX SIZE_MAX
198 #define PY_SIZE_MAX ((size_t)-1)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 196 #define PY_SIZE_MAX SIZE_MAX
198 #define PY_SIZE_MAX ((size_t)-1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 196 #define PY_SIZE_MAX SIZE_MAX
198 #define PY_SIZE_MAX ((size_t)-1)
    [all...]
  /external/python/cpython3/Include/
pyport.h 106 #define PY_SIZE_MAX SIZE_MAX
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bufferobject.c 416 assert(count <= PY_SIZE_MAX - size);
listobject.c 51 if (new_allocated > PY_SIZE_MAX - newsize) {
61 if (new_allocated <= (PY_SIZE_MAX / sizeof(PyObject *)))
131 if ((size_t)size > PY_SIZE_MAX / sizeof(PyObject *))
    [all...]
obmalloc.c 580 if (numarenas > PY_SIZE_MAX / sizeof(*arenas))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bufferobject.c 406 assert(count <= PY_SIZE_MAX - size);
listobject.c 51 if (new_allocated > PY_SIZE_MAX - newsize) {
131 if ((size_t)size > PY_SIZE_MAX / sizeof(PyObject *))
    [all...]
obmalloc.c 545 if (numarenas > PY_SIZE_MAX / sizeof(*arenas))
    [all...]
  /external/python/cpython2/Objects/
bufferobject.c 416 assert(count <= PY_SIZE_MAX - size);
listobject.c 51 if (new_allocated > PY_SIZE_MAX - newsize) {
61 if (new_allocated <= (PY_SIZE_MAX / sizeof(PyObject *)))
131 if ((size_t)size > PY_SIZE_MAX / sizeof(PyObject *))
    [all...]
  /external/python/cpython3/Modules/_io/
stringio.c 107 if (alloc > PY_SIZE_MAX / sizeof(Py_UCS4))

Completed in 460 milliseconds

1 2