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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
peephole.c 309 int cumlc=0, lastlc=0; /* Count runs of consecutive LOAD_CONSTs */ local
361 lastlc = cumlc;
411 cumlc = lastlc + 1;
418 cumlc = lastlc + 1;
438 j <= lastlc &&
482 if (lastlc >= 2 &&
496 if (lastlc >= 1 &&
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
peephole.c 320 int cumlc=0, lastlc=0; /* Count runs of consecutive LOAD_CONSTs */ local
370 lastlc = cumlc;
420 cumlc = lastlc + 1;
427 cumlc = lastlc + 1;
447 j <= lastlc &&
491 if (lastlc >= 2 &&
505 if (lastlc >= 1 &&
  /external/python/cpython2/Python/
peephole.c 309 int cumlc=0, lastlc=0; /* Count runs of consecutive LOAD_CONSTs */ local
361 lastlc = cumlc;
411 cumlc = lastlc + 1;
418 cumlc = lastlc + 1;
438 j <= lastlc &&
482 if (lastlc >= 2 &&
496 if (lastlc >= 1 &&

Completed in 836 milliseconds