HomeSort by: relevance | last modified time | path
    Searched defs:mpush (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/bzip2/dist/
blocksort.c 598 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ macro
644 mpush ( loSt, hiSt, dSt );
694 mpush(lo, hi, d+1 );
715 mpush (nextLo[0], nextHi[0], nextD[0]);
716 mpush (nextLo[1], nextHi[1], nextD[1]);
717 mpush (nextLo[2], nextHi[2], nextD[2]);
723 #undef mpush macro

Completed in 26 milliseconds