Searched refs:PY_SIZE_MAX (Results 1 – 13 of 13) sorted by relevance
12 (size && ((size - 1) > (PY_SIZE_MAX / sizeof(void *))))) { in asdl_seq_new()18 if (n > PY_SIZE_MAX - sizeof(asdl_seq)) { in asdl_seq_new()43 (size && ((size - 1) > (PY_SIZE_MAX / sizeof(void *))))) { in asdl_int_seq_new()49 if (n > PY_SIZE_MAX - sizeof(asdl_seq)) { in asdl_int_seq_new()
640 if (oldsize > (PY_SIZE_MAX >> 1)) { in compiler_next_instr()3501 if (nblocks > PY_SIZE_MAX / sizeof(basicblock *)) { in assemble_init()
3402 if (len > PY_SIZE_MAX / 6) in decode_unicode()
94 if (required_capacity > PY_SIZE_MAX / sizeof(node)) { in PyNode_AddChild()
196 #define PY_SIZE_MAX SIZE_MAX macro198 #define PY_SIZE_MAX ((size_t)-1) macro
106 #define PY_SIZE_MAX SIZE_MAX macro
51 if (new_allocated > PY_SIZE_MAX - newsize) { in list_resize()61 if (new_allocated <= (PY_SIZE_MAX / sizeof(PyObject *))) in list_resize()131 if ((size_t)size > PY_SIZE_MAX / sizeof(PyObject *)) in PyList_New()2643 PY_SIZE_MAX / sizeof(PyObject*)); in list_ass_subscript()
416 assert(count <= PY_SIZE_MAX - size); in buffer_concat()
580 if (numarenas > PY_SIZE_MAX / sizeof(*arenas)) in new_arena()
107 if (alloc > PY_SIZE_MAX / sizeof(Py_UCS4)) in resize_buffer()
1145 if ((size_t)nchannels > PY_SIZE_MAX/sizeof(int)) { in audioop_ratecv()
1038 #if PY_SIZE_MAX > INT_MAX
1511 if (listlen > PY_SIZE_MAX / sizeof(DBT)) { in _db_associateCallback()