Home
last modified time | relevance | path

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

/oneTBB/examples/graph/fgbzip2/
H A Dbzlib_private.hpp467 #define BZ_GET_FAST(cccc) \ argument
472 cccc = (UChar)(s->tPos & 0xff); \
475 #define BZ_GET_FAST_C(cccc) \ argument
480 cccc = (UChar)(c_tPos & 0xff); \
501 #define BZ_GET_SMALL(cccc) \ argument
505 cccc = BZ2_indexIntoF(s->tPos, s->cftab); \