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

  /external/python/cpython3/Include/internal/
ceval.h 19 #define NPENDINGCALLS 32
23 } calls[NPENDINGCALLS];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 398 #define NPENDINGCALLS 32
402 } pendingcalls[NPENDINGCALLS];
435 j = (i + 1) % NPENDINGCALLS;
472 for (i=0; i<NPENDINGCALLS; i++) {
485 pendingfirst = (j + 1) % NPENDINGCALLS;
525 #define NPENDINGCALLS 32
529 } pendingcalls[NPENDINGCALLS];
544 j = (i + 1) % NPENDINGCALLS;
577 pendingfirst = (i + 1) % NPENDINGCALLS;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 396 #define NPENDINGCALLS 32
400 } pendingcalls[NPENDINGCALLS];
433 j = (i + 1) % NPENDINGCALLS;
470 for (i=0; i<NPENDINGCALLS; i++) {
483 pendingfirst = (j + 1) % NPENDINGCALLS;
523 #define NPENDINGCALLS 32
527 } pendingcalls[NPENDINGCALLS];
542 j = (i + 1) % NPENDINGCALLS;
575 pendingfirst = (i + 1) % NPENDINGCALLS;
    [all...]
  /external/python/cpython2/Python/
ceval.c 398 #define NPENDINGCALLS 32
402 } pendingcalls[NPENDINGCALLS];
435 j = (i + 1) % NPENDINGCALLS;
472 for (i=0; i<NPENDINGCALLS; i++) {
485 pendingfirst = (j + 1) % NPENDINGCALLS;
525 #define NPENDINGCALLS 32
529 } pendingcalls[NPENDINGCALLS];
544 j = (i + 1) % NPENDINGCALLS;
577 pendingfirst = (i + 1) % NPENDINGCALLS;
    [all...]

Completed in 1561 milliseconds