Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib_private.h477 #define GET_LL(i) \ macro
484 s->tPos = GET_LL(s->tPos);
H A Ddecompress.c539 j = GET_LL(i); in BZ2_decompress()
541 Int32 tmp = GET_LL(j); in BZ2_decompress()