Home
last modified time | relevance | path

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

/oneTBB/examples/graph/fgbzip2/
H A Dbzlib_private.hpp87 typedef unsigned char Bool; typedef
94 #define True ((Bool)1)
95 #define False ((Bool)0)
278 Bool inUse[256];
312 extern void BZ2_compressBlock(EState*, Bool);
384 Bool blockRandomised;
393 Bool smallDecompress;
421 Bool inUse[256];
422 Bool inUse16[16];
H A Dbzlib.cpp171 static Bool isempty_RL(EState* s) { in isempty_RL()
324 Bool progress_in = False; in copy_input_until_stop()
371 Bool progress_out = False; in copy_output_until_stop()
397 Bool progress_in = False; in handle_compress()
398 Bool progress_out = False; in handle_compress()
436 Bool progress; in BZ_API()
555 s->smallDecompress = (Bool)small; in BZ_API()
920 Bool corrupt; in BZ_API()
1019 Bool writing;
1022 Bool initialisedOk;
[all …]
H A Dhuffman.cpp117 Bool tooLong; in BZ2_hbMakeCodeLengths()
H A Dcompress.cpp626 Bool inUse16[16]; in sendMTFValues()
780 void BZ2_compressBlock(EState* s, Bool is_last_block) { in BZ2_compressBlock()
H A Dblocksort.cpp418 static __inline__ Bool mainGtU(UInt32 i1, in mainGtU()
937 Bool bigDone[256]; in mainSort()