Home
last modified time | relevance | path

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

/oneTBB/examples/graph/fgbzip2/
H A Dbzlib.cpp525 DState* s; in BZ_API()
542 s = (DState*)BZALLOC(sizeof(DState)); in BZ_API()
569 static Bool unRLE_obuf_to_output_FAST(DState* s) { in unRLE_obuf_to_output_FAST()
775 static Bool unRLE_obuf_to_output_SMALL(DState* s) { in unRLE_obuf_to_output_SMALL()
921 DState* s; in BZ_API()
924 s = (DState*)strm->state; in BZ_API()
980 DState* s; in BZ_API()
983 s = (DState*)strm->state; in BZ_API()
H A Dbzlib_private.hpp463 } DState; typedef
512 extern Int32 BZ2_decompress(DState*);
H A Ddecompress.cpp72 static void makeMaps_d(DState* s) { in makeMaps_d()
147 Int32 BZ2_decompress(DState* s) { in BZ2_decompress()