Home | History | Annotate | Download | only in switchback

Lines Matching refs:stackLo

2102 #define fpush(lz,hz) { stackLo[sp] = lz; \
2107 lz = stackLo[sp]; \
2123 Int32 stackLo[FALLBACK_QSORT_STACK_SIZE];
2618 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \
2624 lz = stackLo[sp]; \
2655 Int32 stackLo[MAIN_QSORT_STACK_SIZE];