Home
last modified time | relevance | path

Searched refs:small_ints (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dintobject.c79 static PyIntObject *small_ints[NSMALLNEGINTS + NSMALLPOSINTS]; variable
92 v = small_ints[ival + NSMALLNEGINTS]; in PyInt_FromLong()
1471 small_ints[ival + NSMALLNEGINTS] = v; in _PyInt_Init()
1513 small_ints[p->ob_ival + in PyInt_ClearFreeList()
1516 small_ints[p->ob_ival + in PyInt_ClearFreeList()
1544 q = small_ints; in PyInt_Fini()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dintobject.c79 static PyIntObject *small_ints[NSMALLNEGINTS + NSMALLPOSINTS]; variable
92 v = small_ints[ival + NSMALLNEGINTS]; in PyInt_FromLong()
1440 small_ints[ival + NSMALLNEGINTS] = v; in _PyInt_Init()
1482 small_ints[p->ob_ival + in PyInt_ClearFreeList()
1485 small_ints[p->ob_ival + in PyInt_ClearFreeList()
1513 q = small_ints; in PyInt_Fini()