Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib_decompress.c86 #define GET_BITS(lll,vvv,nnn) \ argument
87 case lll: s->state = lll; \
110 #define GET_UCHAR(lll,uuu) \ argument
111 GET_BITS(lll,uuu,8)
113 #define GET_BIT(lll,uuu) \ argument
114 GET_BITS(lll,uuu,1)