Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsetobject.c42 (so)->table = (so)->smalltable; \
48 memset((so)->smalltable, 0, sizeof((so)->smalltable)); \
298 is_oldtable_malloced = oldtable != so->smalltable; in set_table_resize()
302 newtable = so->smalltable; in set_table_resize()
469 table_is_malloced = table != so->smalltable; in set_clear_internal()
567 if (so->table != so->smalltable) in set_dealloc()
1127 if (a->table == a->smalltable) in set_swap_bodies()
1128 u = b->smalltable; in set_swap_bodies()
1130 if (b->table == b->smalltable) in set_swap_bodies()
1131 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()
610 newview.shape = &(newview.smalltable[0]); in memory_subscript()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dsetobject.c42 (so)->table = (so)->smalltable; \
48 memset((so)->smalltable, 0, sizeof((so)->smalltable)); \
297 is_oldtable_malloced = oldtable != so->smalltable; in set_table_resize()
301 newtable = so->smalltable; in set_table_resize()
468 table_is_malloced = table != so->smalltable; in set_clear_internal()
566 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()
610 newview.shape = &(newview.smalltable[0]); in memory_subscript()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dsetobject.h53 setentry smalltable[PySet_MINSIZE]; member
Dobject.h176 Py_ssize_t smalltable[2]; /* static store for shape and strides of member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dsetobject.h53 setentry smalltable[PySet_MINSIZE]; member
Dobject.h176 Py_ssize_t smalltable[2]; /* static store for shape and strides of member