HomeSort by relevance Sort by last modified time
    Searched refs:recycle_on_stack (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
listobject.c 622 PyObject *recycle_on_stack[8]; local
623 PyObject **recycle = recycle_on_stack; /* will allocate more if needed */
672 if (s > sizeof(recycle_on_stack)) {
704 if (recycle != recycle_on_stack)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
listobject.c 622 PyObject *recycle_on_stack[8]; local
623 PyObject **recycle = recycle_on_stack; /* will allocate more if needed */
672 if (s > sizeof(recycle_on_stack)) {
704 if (recycle != recycle_on_stack)
    [all...]
  /external/python/cpython2/Objects/
listobject.c 622 PyObject *recycle_on_stack[8]; local
623 PyObject **recycle = recycle_on_stack; /* will allocate more if needed */
674 if (s > sizeof(recycle_on_stack)) {
707 if (recycle != recycle_on_stack)
    [all...]
  /external/python/cpython3/Objects/
listobject.c 587 PyObject *recycle_on_stack[8]; local
588 PyObject **recycle = recycle_on_stack; /* will allocate more if needed */
639 if (s > sizeof(recycle_on_stack)) {
677 if (recycle != recycle_on_stack)
    [all...]

Completed in 167 milliseconds