HomeSort by relevance Sort by last modified time
    Searched refs:PyInt_FromLong (Results 201 - 225 of 313) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 462 return PyInt_FromLong((long)sts);
950 return PyInt_FromLong(pos);
961 return PyInt_FromLong((long) fileno(f->f_fp));
    [all...]
floatobject.c 116 PyStructSequence_SET_ITEM(floatinfo, pos++, PyInt_FromLong(flag))
553 one = PyInt_FromLong(1);
1051 return PyInt_FromLong(aslong);
    [all...]
memoryobject.c 446 item = PyInt_FromLong((unsigned char) *buf);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 462 return PyInt_FromLong((long)sts);
936 return PyInt_FromLong(pos);
947 return PyInt_FromLong((long) fileno(f->f_fp));
    [all...]
floatobject.c 116 PyStructSequence_SET_ITEM(floatinfo, pos++, PyInt_FromLong(flag))
552 one = PyInt_FromLong(1);
1050 return PyInt_FromLong(aslong);
    [all...]
memoryobject.c 446 item = PyInt_FromLong((unsigned char) *buf);
  /external/python/cpython2/Modules/
_tkinter.c 47 #define PyBool_FromLong PyInt_FromLong
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 462 return PyInt_FromLong((long)sts);
948 return PyInt_FromLong(pos);
959 return PyInt_FromLong((long) fileno(f->f_fp));
    [all...]
floatobject.c 116 PyStructSequence_SET_ITEM(floatinfo, pos++, PyInt_FromLong(flag))
562 one = PyInt_FromLong(1);
1060 return PyInt_FromLong(aslong);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c     [all...]
compile.c 335 v = PyInt_FromLong(i);
395 PyObject *tuple, *item = PyInt_FromLong(i);
996 v = PyInt_FromLong(arg);
    [all...]
errors.c 733 tmp = PyInt_FromLong(lineno);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c     [all...]
compile.c 332 v = PyInt_FromLong(i);
375 PyObject *tuple, *item = PyInt_FromLong(i);
973 v = PyInt_FromLong(arg);
    [all...]
errors.c 711 tmp = PyInt_FromLong(lineno);
  /external/python/cpython2/Python/
ceval.c     [all...]
compile.c 335 v = PyInt_FromLong(i);
395 PyObject *tuple, *item = PyInt_FromLong(i);
955 v = PyInt_FromLong(arg);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
parsermodule.c 100 w = PyInt_FromLong(TYPE(n));
122 (void) addelem(result, 0, PyInt_FromLong(TYPE(n)));
125 (void) addelem(result, 2, PyInt_FromLong(n->n_lineno));
127 (void) addelem(result, 3, PyInt_FromLong(n->n_col_offset));
    [all...]
timemodule.c 254 #define SET(i,val) PyStructSequence_SET_ITEM(v, i, PyInt_FromLong((long) val))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c 436 return PyInt_FromLong((long) self->fd);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
parsermodule.c 100 w = PyInt_FromLong(TYPE(n));
122 (void) addelem(result, 0, PyInt_FromLong(TYPE(n)));
125 (void) addelem(result, 2, PyInt_FromLong(n->n_lineno));
127 (void) addelem(result, 3, PyInt_FromLong(n->n_col_offset));
    [all...]
puremodule.c 941 PyObject *v = PyInt_FromLong(val);
    [all...]
timemodule.c 254 #define SET(i,val) PyStructSequence_SET_ITEM(v, i, PyInt_FromLong((long) val))
    [all...]
  /external/libxml2/python/
types.c 19 #define PY_IMPORT_INT PyInt_FromLong
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 54 #define PyInt_FromLong PyLong_FromLong

Completed in 2425 milliseconds

1 2 3 4 5 6 7 891011>>