Home | History | Annotate | Download | only in tests

Lines Matching refs:stackLo

2155 #define fpush(lz,hz) { stackLo[sp] = lz; \
2160 lz = stackLo[sp]; \
2176 Int32 stackLo[FALLBACK_QSORT_STACK_SIZE];
2669 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \
2675 lz = stackLo[sp]; \
2706 Int32 stackLo[MAIN_QSORT_STACK_SIZE];