OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_PyLong_New
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
longobject.c
82
_PyLong_New
(Py_ssize_t size)
105
result =
_PyLong_New
(i);
145
v =
_PyLong_New
(ndigits);
173
v =
_PyLong_New
(ndigits);
212
v =
_PyLong_New
(ndig);
583
v =
_PyLong_New
(ndigits);
871
v =
_PyLong_New
(ndigits);
899
v =
_PyLong_New
(ndigits);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
longobject.c
78
_PyLong_New
(Py_ssize_t size)
101
result =
_PyLong_New
(i);
141
v =
_PyLong_New
(ndigits);
169
v =
_PyLong_New
(ndigits);
208
v =
_PyLong_New
(ndig);
597
v =
_PyLong_New
(ndigits);
885
v =
_PyLong_New
(ndigits);
913
v =
_PyLong_New
(ndigits);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
longobject.c
82
_PyLong_New
(Py_ssize_t size)
105
result =
_PyLong_New
(i);
145
v =
_PyLong_New
(ndigits);
173
v =
_PyLong_New
(ndigits);
212
v =
_PyLong_New
(ndig);
583
v =
_PyLong_New
(ndigits);
871
v =
_PyLong_New
(ndigits);
899
v =
_PyLong_New
(ndigits);
[
all
...]
/external/python/cpython2/Objects/
longobject.c
66
_PyLong_New
(Py_ssize_t size)
89
result =
_PyLong_New
(i);
129
v =
_PyLong_New
(ndigits);
157
v =
_PyLong_New
(ndigits);
196
v =
_PyLong_New
(ndig);
585
v =
_PyLong_New
(ndigits);
873
v =
_PyLong_New
(ndigits);
901
v =
_PyLong_New
(ndigits);
[
all
...]
/external/python/cpython3/Objects/
longobject.c
195
_PyLong_New
(Py_ssize_t size)
231
result =
_PyLong_New
(i);
266
v =
_PyLong_New
(1);
278
v =
_PyLong_New
(2);
296
v =
_PyLong_New
(ndigits);
327
v =
_PyLong_New
(ndigits);
365
v =
_PyLong_New
(ndig);
835
v =
_PyLong_New
(ndigits);
1102
v =
_PyLong_New
(ndigits);
1132
v =
_PyLong_New
(ndigits)
[
all
...]
Completed in 1007 milliseconds