HomeSort by relevance Sort by last modified time
    Searched refs:smalltable (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
setobject.h 47 /* table points to smalltable for small tables, else to
53 setentry smalltable[PySet_MINSIZE]; member in struct:_setobject
object.h 176 Py_ssize_t smalltable[2]; /* static store for shape and strides of member in struct:bufferinfo
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
setobject.h 47 /* table points to smalltable for small tables, else to
53 setentry smalltable[PySet_MINSIZE]; member in struct:_setobject
object.h 176 Py_ssize_t smalltable[2]; /* static store for shape and strides of member in struct:bufferinfo
    [all...]
  /external/python/cpython2/Include/
setobject.h 47 /* table points to smalltable for small tables, else to
53 setentry smalltable[PySet_MINSIZE]; member in struct:_setobject
object.h 176 Py_ssize_t smalltable[2]; /* static store for shape and strides of member in struct:bufferinfo
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
setobject.h 47 /* table points to smalltable for small tables, else to
53 setentry smalltable[PySet_MINSIZE]; member in struct:_setobject
object.h 176 Py_ssize_t smalltable[2]; /* static store for shape and strides of member in struct:bufferinfo
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
setobject.h 47 /* table points to smalltable for small tables, else to
53 setentry smalltable[PySet_MINSIZE]; member in struct:_setobject
object.h 176 Py_ssize_t smalltable[2]; /* static store for shape and strides of member in struct:bufferinfo
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
setobject.h 47 /* table points to smalltable for small tables, else to
53 setentry smalltable[PySet_MINSIZE]; member in struct:_setobject
object.h 176 Py_ssize_t smalltable[2]; /* static store for shape and strides of member in struct:bufferinfo
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
setobject.h 47 /* table points to smalltable for small tables, else to
53 setentry smalltable[PySet_MINSIZE]; member in struct:_setobject
object.h 176 Py_ssize_t smalltable[2]; /* static store for shape and strides of member in struct:bufferinfo
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
setobject.c 42 (so)->table = (so)->smalltable; \
48 memset((so)->smalltable, 0, sizeof((so)->smalltable)); \
297 is_oldtable_malloced = oldtable != so->smalltable;
301 newtable = so->smalltable;
468 table_is_malloced = table != so->smalltable;
566 if (so->table != so->smalltable)
    [all...]
memoryobject.c 24 dest->shape = &(dest->smalltable[0]);
28 dest->strides = &(dest->smalltable[1]);
610 newview.shape = &(newview.smalltable[0]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
setobject.c 42 (so)->table = (so)->smalltable; \
48 memset((so)->smalltable, 0, sizeof((so)->smalltable)); \
298 is_oldtable_malloced = oldtable != so->smalltable;
302 newtable = so->smalltable;
469 table_is_malloced = table != so->smalltable;
567 if (so->table != so->smalltable)
    [all...]
memoryobject.c 24 dest->shape = &(dest->smalltable[0]);
28 dest->strides = &(dest->smalltable[1]);
610 newview.shape = &(newview.smalltable[0]);
  /external/python/cpython2/Objects/
setobject.c 39 (so)->table = (so)->smalltable; \
45 memset((so)->smalltable, 0, sizeof((so)->smalltable)); \
294 is_oldtable_malloced = oldtable != so->smalltable;
298 newtable = so->smalltable;
465 table_is_malloced = table != so->smalltable;
563 if (so->table != so->smalltable)
1123 if (a->table == a->smalltable)
1124 u = b->smalltable;
1126 if (b->table == b->smalltable)
    [all...]
memoryobject.c 24 dest->shape = &(dest->smalltable[0]);
28 dest->strides = &(dest->smalltable[1]);
610 newview.shape = &(newview.smalltable[0]);

Completed in 608 milliseconds