Home
last modified time | relevance | path

Searched refs:fill_free_list (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dintobject.c48 fill_free_list(void) in fill_free_list() function
104 if ((free_list = fill_free_list()) == NULL) in PyInt_FromLong()
1464 if (!free_list && (free_list = fill_free_list()) == NULL) in _PyInt_Init()
Dfloatobject.c39 fill_free_list(void) in fill_free_list() function
146 if ((free_list = fill_free_list()) == NULL) in PyFloat_FromDouble()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dintobject.c48 fill_free_list(void) in fill_free_list() function
104 if ((free_list = fill_free_list()) == NULL) in PyInt_FromLong()
1433 if (!free_list && (free_list = fill_free_list()) == NULL) in _PyInt_Init()
Dfloatobject.c39 fill_free_list(void) in fill_free_list() function
146 if ((free_list = fill_free_list()) == NULL) in PyFloat_FromDouble()