Home
last modified time | relevance | path

Searched refs:mnextswap (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_blocksort.c649 #define mnextswap(az,bz) \ macro
746 if (mnextsize(0) < mnextsize(1)) mnextswap(0,1); in mainQSort3()
747 if (mnextsize(1) < mnextsize(2)) mnextswap(1,2); in mainQSort3()
748 if (mnextsize(0) < mnextsize(1)) mnextswap(0,1); in mainQSort3()
765 #undef mnextswap