Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arc/lib/
H A Dstart.S24 bz .Lmaster_proceed
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib_blocksort.c649 #define mnextswap(az,bz) \ argument
651 tz = nextLo[az]; nextLo[az] = nextLo[bz]; nextLo[bz] = tz; \
652 tz = nextHi[az]; nextHi[az] = nextHi[bz]; nextHi[bz] = tz; \
653 tz = nextD [az]; nextD [az] = nextD [bz]; nextD [bz] = tz; }