Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_private.h495 #define GET_LL(i) \ macro
500 s->tPos = GET_LL(s->tPos);
H A Dbzlib_decompress.c561 j = GET_LL(i); in BZ2_decompress()
563 Int32 tmp = GET_LL(j); in BZ2_decompress()