Home
last modified time | relevance | path

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

/oneTBB/examples/graph/fgbzip2/
H A Dbzlib_private.hpp499 #define GET_LL(i) (((UInt32)s->ll16[i]) | (GET_LL4(i) << 16)) macro
506 s->tPos = GET_LL(s->tPos);
H A Ddecompress.cpp617 j = GET_LL(i); in BZ2_decompress()
619 Int32 tmp = GET_LL(j); in BZ2_decompress()