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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 404 static int pendinglast = 0; variable
434 i = pendinglast;
441 pendinglast = j;
480 if (j == pendinglast) {
487 pendingcalls_to_do = pendingfirst != pendinglast;
531 static volatile int pendinglast = 0; variable
543 i = pendinglast;
551 pendinglast = j;
573 if (i == pendinglast)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 402 static int pendinglast = 0; variable
432 i = pendinglast;
439 pendinglast = j;
478 if (j == pendinglast) {
485 pendingcalls_to_do = pendingfirst != pendinglast;
529 static volatile int pendinglast = 0; variable
541 i = pendinglast;
549 pendinglast = j;
571 if (i == pendinglast)
    [all...]
  /external/python/cpython2/Python/
ceval.c 404 static int pendinglast = 0; variable
434 i = pendinglast;
441 pendinglast = j;
480 if (j == pendinglast) {
487 pendingcalls_to_do = pendingfirst != pendinglast;
531 static volatile int pendinglast = 0; variable
543 i = pendinglast;
551 pendinglast = j;
573 if (i == pendinglast)
    [all...]
  /external/python/cpython3/Python/
ceval.c 419 static int pendinglast = 0; variable
447 i = pendinglast;
454 pendinglast = j;
493 if (j == pendinglast) {
500 if (pendingfirst != pendinglast)
547 static volatile int pendinglast = 0; variable
559 i = pendinglast;
567 pendinglast = j;
588 if (i == pendinglast)
    [all...]

Completed in 751 milliseconds