HomeSort by relevance Sort by last modified time
    Searched defs:ob_item (Results 1 - 24 of 24) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
listobject.h 24 /* Vector of pointers to list elements. list[0] is ob_item[0], etc. */
25 PyObject **ob_item; member in struct:__anon5410
27 /* ob_item contains space for 'allocated' elements. The number
32 * ob_item == NULL implies ob_size == allocated == 0
61 #define PyList_GET_ITEM(op, i) (((PyListObject *)(op))->ob_item[i])
62 #define PyList_SET_ITEM(op, i, v) (((PyListObject *)(op))->ob_item[i] = (v))
tupleobject.h 26 PyObject *ob_item[1]; member in struct:__anon5434
28 /* ob_item contains space for 'ob_size' elements.
50 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
54 #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
structseq.h 31 PyObject *ob_item[1]; member in struct:__anon5433
36 (((PyStructSequence *)(op))->ob_item[i] = v)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
listobject.h 24 /* Vector of pointers to list elements. list[0] is ob_item[0], etc. */
25 PyObject **ob_item; member in struct:__anon5717
27 /* ob_item contains space for 'allocated' elements. The number
32 * ob_item == NULL implies ob_size == allocated == 0
61 #define PyList_GET_ITEM(op, i) (((PyListObject *)(op))->ob_item[i])
62 #define PyList_SET_ITEM(op, i, v) (((PyListObject *)(op))->ob_item[i] = (v))
tupleobject.h 26 PyObject *ob_item[1]; member in struct:__anon5740
28 /* ob_item contains space for 'ob_size' elements.
50 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
54 #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
structseq.h 31 PyObject *ob_item[1]; member in struct:__anon5739
36 (((PyStructSequence *)(op))->ob_item[i] = v)
  /external/python/cpython2/Include/
listobject.h 24 /* Vector of pointers to list elements. list[0] is ob_item[0], etc. */
25 PyObject **ob_item; member in struct:__anon30109
27 /* ob_item contains space for 'allocated' elements. The number
32 * ob_item == NULL implies ob_size == allocated == 0
61 #define PyList_GET_ITEM(op, i) (((PyListObject *)(op))->ob_item[i])
62 #define PyList_SET_ITEM(op, i, v) (((PyListObject *)(op))->ob_item[i] = (v))
tupleobject.h 26 PyObject *ob_item[1]; member in struct:__anon30134
28 /* ob_item contains space for 'ob_size' elements.
50 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
54 #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
structseq.h 31 PyObject *ob_item[1]; member in struct:__anon30133
36 (((PyStructSequence *)(op))->ob_item[i] = v)
  /prebuilts/gdb/darwin-x86/include/python2.7/
listobject.h 24 /* Vector of pointers to list elements. list[0] is ob_item[0], etc. */
25 PyObject **ob_item; member in struct:__anon60606
27 /* ob_item contains space for 'allocated' elements. The number
32 * ob_item == NULL implies ob_size == allocated == 0
61 #define PyList_GET_ITEM(op, i) (((PyListObject *)(op))->ob_item[i])
62 #define PyList_SET_ITEM(op, i, v) (((PyListObject *)(op))->ob_item[i] = (v))
tupleobject.h 26 PyObject *ob_item[1]; member in struct:__anon60630
28 /* ob_item contains space for 'ob_size' elements.
50 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
54 #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
structseq.h 31 PyObject *ob_item[1]; member in struct:__anon60629
36 (((PyStructSequence *)(op))->ob_item[i] = v)
  /prebuilts/gdb/linux-x86/include/python2.7/
listobject.h 24 /* Vector of pointers to list elements. list[0] is ob_item[0], etc. */
25 PyObject **ob_item; member in struct:__anon60728
27 /* ob_item contains space for 'allocated' elements. The number
32 * ob_item == NULL implies ob_size == allocated == 0
61 #define PyList_GET_ITEM(op, i) (((PyListObject *)(op))->ob_item[i])
62 #define PyList_SET_ITEM(op, i, v) (((PyListObject *)(op))->ob_item[i] = (v))
tupleobject.h 26 PyObject *ob_item[1]; member in struct:__anon60752
28 /* ob_item contains space for 'ob_size' elements.
50 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
54 #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
structseq.h 31 PyObject *ob_item[1]; member in struct:__anon60751
36 (((PyStructSequence *)(op))->ob_item[i] = v)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
listobject.h 24 /* Vector of pointers to list elements. list[0] is ob_item[0], etc. */
25 PyObject **ob_item; member in struct:__anon112540
27 /* ob_item contains space for 'allocated' elements. The number
32 * ob_item == NULL implies ob_size == allocated == 0
61 #define PyList_GET_ITEM(op, i) (((PyListObject *)(op))->ob_item[i])
62 #define PyList_SET_ITEM(op, i, v) (((PyListObject *)(op))->ob_item[i] = (v))
tupleobject.h 26 PyObject *ob_item[1]; member in struct:__anon112564
28 /* ob_item contains space for 'ob_size' elements.
50 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
54 #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
structseq.h 31 PyObject *ob_item[1]; member in struct:__anon112563
36 (((PyStructSequence *)(op))->ob_item[i] = v)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
listobject.h 24 /* Vector of pointers to list elements. list[0] is ob_item[0], etc. */
25 PyObject **ob_item; member in struct:__anon112663
27 /* ob_item contains space for 'allocated' elements. The number
32 * ob_item == NULL implies ob_size == allocated == 0
61 #define PyList_GET_ITEM(op, i) (((PyListObject *)(op))->ob_item[i])
62 #define PyList_SET_ITEM(op, i, v) (((PyListObject *)(op))->ob_item[i] = (v))
tupleobject.h 26 PyObject *ob_item[1]; member in struct:__anon112687
28 /* ob_item contains space for 'ob_size' elements.
50 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
54 #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
structseq.h 31 PyObject *ob_item[1]; member in struct:__anon112686
36 (((PyStructSequence *)(op))->ob_item[i] = v)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
arraymodule.c 33 char *ob_item; member in struct:arrayobject
57 self->ob_item != NULL) {
75 items = self->ob_item;
86 self->ob_item = items;
107 return PyString_FromStringAndSize(&((char *)ap->ob_item)[i], 1);
117 ((char *)ap->ob_item)[i] = x;
124 long x = ((char *)ap->ob_item)[i];
150 ((char *)ap->ob_item)[i] = (char)x;
157 long x = ((unsigned char *)ap->ob_item)[i];
169 ((char *)ap->ob_item)[i] = x;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
arraymodule.c 33 char *ob_item; member in struct:arrayobject
57 self->ob_item != NULL) {
75 items = self->ob_item;
86 self->ob_item = items;
107 return PyString_FromStringAndSize(&((char *)ap->ob_item)[i], 1);
117 ((char *)ap->ob_item)[i] = x;
124 long x = ((char *)ap->ob_item)[i];
150 ((char *)ap->ob_item)[i] = (char)x;
157 long x = ((unsigned char *)ap->ob_item)[i];
169 ((char *)ap->ob_item)[i] = x;
    [all...]
  /external/python/cpython2/Modules/
arraymodule.c 33 char *ob_item; member in struct:arrayobject
57 self->ob_item != NULL) {
75 items = self->ob_item;
86 self->ob_item = items;
107 return PyString_FromStringAndSize(&((char *)ap->ob_item)[i], 1);
117 ((char *)ap->ob_item)[i] = x;
124 long x = ((char *)ap->ob_item)[i];
150 ((char *)ap->ob_item)[i] = (char)x;
157 long x = ((unsigned char *)ap->ob_item)[i];
169 ((char *)ap->ob_item)[i] = x
    [all...]

Completed in 229 milliseconds