Searched refs:mpush (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/lib/bzip2/ |
H A D | bzlib_blocksort.c | 636 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ macro 682 mpush ( loSt, hiSt, dSt ); in mainQSort3() 732 mpush(lo, hi, d+1 ); in mainQSort3() 753 mpush (nextLo[0], nextHi[0], nextD[0]); in mainQSort3() 754 mpush (nextLo[1], nextHi[1], nextD[1]); in mainQSort3() 755 mpush (nextLo[2], nextHi[2], nextD[2]); in mainQSort3() 761 #undef mpush
|