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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 403 static int pendingfirst = 0; variable
436 if (j == pendingfirst) {
479 j = pendingfirst;
485 pendingfirst = (j + 1) % NPENDINGCALLS;
487 pendingcalls_to_do = pendingfirst != pendinglast;
530 static volatile int pendingfirst = 0; variable
545 if (j == pendingfirst) {
572 i = pendingfirst;
577 pendingfirst = (i + 1) % NPENDINGCALLS;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 401 static int pendingfirst = 0; variable
434 if (j == pendingfirst) {
477 j = pendingfirst;
483 pendingfirst = (j + 1) % NPENDINGCALLS;
485 pendingcalls_to_do = pendingfirst != pendinglast;
528 static volatile int pendingfirst = 0; variable
543 if (j == pendingfirst) {
570 i = pendingfirst;
575 pendingfirst = (i + 1) % NPENDINGCALLS;
    [all...]
  /external/python/cpython2/Python/
ceval.c 403 static int pendingfirst = 0; variable
436 if (j == pendingfirst) {
479 j = pendingfirst;
485 pendingfirst = (j + 1) % NPENDINGCALLS;
487 pendingcalls_to_do = pendingfirst != pendinglast;
530 static volatile int pendingfirst = 0; variable
545 if (j == pendingfirst) {
572 i = pendingfirst;
577 pendingfirst = (i + 1) % NPENDINGCALLS;
    [all...]
  /external/python/cpython3/Python/
ceval.c 418 static int pendingfirst = 0; variable
449 if (j == pendingfirst) {
492 j = pendingfirst;
498 pendingfirst = (j + 1) % NPENDINGCALLS;
500 if (pendingfirst != pendinglast)
546 static volatile int pendingfirst = 0; variable
561 if (j == pendingfirst) {
587 i = pendingfirst;
592 pendingfirst = (i + 1) % NPENDINGCALLS;
    [all...]

Completed in 226 milliseconds