HomeSort by relevance Sort by last modified time
    Searched refs:ob_item (Results 1 - 25 of 57) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
structseq.h 31 PyObject *ob_item[1]; member in struct:__anon4364
36 (((PyStructSequence *)(op))->ob_item[i] = v)
tupleobject.h 26 PyObject *ob_item[1]; member in struct:__anon4365
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)
listobject.h 24 /* Vector of pointers to list elements. list[0] is ob_item[0], etc. */
25 PyObject **ob_item; member in struct:__anon4341
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))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
structseq.h 31 PyObject *ob_item[1]; member in struct:__anon4670
36 (((PyStructSequence *)(op))->ob_item[i] = v)
tupleobject.h 26 PyObject *ob_item[1]; member in struct:__anon4671
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)
listobject.h 24 /* Vector of pointers to list elements. list[0] is ob_item[0], etc. */
25 PyObject **ob_item; member in struct:__anon4648
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))
  /external/python/cpython2/Include/
structseq.h 31 PyObject *ob_item[1]; member in struct:__anon32613
36 (((PyStructSequence *)(op))->ob_item[i] = v)
tupleobject.h 26 PyObject *ob_item[1]; member in struct:__anon32614
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)
listobject.h 24 /* Vector of pointers to list elements. list[0] is ob_item[0], etc. */
25 PyObject **ob_item; member in struct:__anon32589
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))
  /prebuilts/gdb/darwin-x86/include/python2.7/
structseq.h 31 PyObject *ob_item[1]; member in struct:__anon66503
36 (((PyStructSequence *)(op))->ob_item[i] = v)
tupleobject.h 26 PyObject *ob_item[1]; member in struct:__anon66504
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)
listobject.h 24 /* Vector of pointers to list elements. list[0] is ob_item[0], etc. */
25 PyObject **ob_item; member in struct:__anon66480
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))
  /prebuilts/gdb/linux-x86/include/python2.7/
structseq.h 31 PyObject *ob_item[1]; member in struct:__anon66625
36 (((PyStructSequence *)(op))->ob_item[i] = v)
tupleobject.h 26 PyObject *ob_item[1]; member in struct:__anon66626
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)
listobject.h 24 /* Vector of pointers to list elements. list[0] is ob_item[0], etc. */
25 PyObject **ob_item; member in struct:__anon66602
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))
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
structseq.h 31 PyObject *ob_item[1]; member in struct:__anon1018
36 (((PyStructSequence *)(op))->ob_item[i] = v)
tupleobject.h 26 PyObject *ob_item[1]; member in struct:__anon1019
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)
listobject.h 24 /* Vector of pointers to list elements. list[0] is ob_item[0], etc. */
25 PyObject **ob_item; member in struct:__anon995
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))
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
structseq.h 31 PyObject *ob_item[1]; member in struct:__anon1141
36 (((PyStructSequence *)(op))->ob_item[i] = v)
tupleobject.h 26 PyObject *ob_item[1]; member in struct:__anon1142
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)
  /external/python/cpython3/Include/
listobject.h 25 /* Vector of pointers to list elements. list[0] is ob_item[0], etc. */
26 PyObject **ob_item; member in struct:__anon33152
28 /* ob_item contains space for 'allocated' elements. The number
33 * ob_item == NULL implies ob_size == allocated == 0
72 #define PyList_GET_ITEM(op, i) (((PyListObject *)(op))->ob_item[i])
73 #define PyList_SET_ITEM(op, i, v) (((PyListObject *)(op))->ob_item[i] = (v))
75 #define _PyList_ITEMS(op) (((PyListObject *)(op))->ob_item)
tupleobject.h 27 PyObject *ob_item[1]; member in struct:__anon33191
29 /* ob_item contains space for 'ob_size' elements.
58 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
62 #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v)
  /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...]
  /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...]

Completed in 487 milliseconds

1 2 3