Home
last modified time | relevance | path

Searched refs:smalltable (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Objects/
Dsetobject.c323 is_oldtable_malloced = oldtable != so->smalltable; in set_table_resize()
327 newtable = so->smalltable; in set_table_resize()
459 memset(so->smalltable, 0, sizeof(so->smalltable)); in set_empty_to_minsize()
463 so->table = so->smalltable; in set_empty_to_minsize()
474 int table_is_malloced = table != so->smalltable; in set_clear_internal()
571 if (so->table != so->smalltable) in set_dealloc()
1058 so->table = so->smalltable; in make_new_set()
1150 if (a->table == a->smalltable) in set_swap_bodies()
1151 u = b->smalltable; in set_swap_bodies()
1153 if (b->table == b->smalltable) in set_swap_bodies()
[all …]
/external/python/cpython2/Objects/
Dsetobject.c39 (so)->table = (so)->smalltable; \
45 memset((so)->smalltable, 0, sizeof((so)->smalltable)); \
294 is_oldtable_malloced = oldtable != so->smalltable; in set_table_resize()
298 newtable = so->smalltable; in set_table_resize()
465 table_is_malloced = table != so->smalltable; in set_clear_internal()
564 if (so->table != so->smalltable) in set_dealloc()
1126 if (a->table == a->smalltable) in set_swap_bodies()
1127 u = b->smalltable; in set_swap_bodies()
1129 if (b->table == b->smalltable) in set_swap_bodies()
1130 a->table = a->smalltable; in set_swap_bodies()
[all …]
Dmemoryobject.c24 dest->shape = &(dest->smalltable[0]); in dup_buffer()
28 dest->strides = &(dest->smalltable[1]); in dup_buffer()
611 newview.shape = &(newview.smalltable[0]); in memory_subscript()
/external/python/cpython2/Include/
Dsetobject.h53 setentry smalltable[PySet_MINSIZE]; member
Dobject.h176 Py_ssize_t smalltable[2]; /* static store for shape and strides of member
/external/python/cpython3/Include/
Dsetobject.h63 setentry smalltable[PySet_MINSIZE]; member
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2464 :c:member:`~Py_buffer.smalltable` member of the