Searched refs:UInt32 (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | bzlib_private.hpp | 251 UInt32* arr1; 252 UInt32* arr2; 253 UInt32* ftab; 257 UInt32* ptr; 282 UInt32 bsBuff; 388 UInt32 bsBuff; 399 UInt32 tPos; 407 UInt32* tt; 469 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) \ 477 if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) \ [all …]
|
| H A D | decompress.cpp | 293 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress() 295 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress() 297 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress() 299 s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); in BZ2_decompress() 485 s->tt[nblock] = (UInt32)uc; in BZ2_decompress() 499 UInt32 nn; in BZ2_decompress() 500 nn = (UInt32)(nextSym - 1); in BZ2_decompress() 556 s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]); in BZ2_decompress() 684 s->storedCombinedCRC = (s->storedCombinedCRC << 8) | ((UInt32)uc); in BZ2_decompress() 686 s->storedCombinedCRC = (s->storedCombinedCRC << 8) | ((UInt32)uc); in BZ2_decompress() [all …]
|
| H A D | blocksort.cpp | 77 static __inline__ void fallbackSimpleSort(UInt32* fmap, UInt32* eclass, Int32 lo, Int32 hi) { in fallbackSimpleSort() 79 UInt32 ec_tmp; in fallbackSimpleSort() 143 static void fallbackQSort3(UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt) { in fallbackQSort3() 146 UInt32 med, r, r3; in fallbackQSort3() 271 static void fallbackSort(UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb) { in fallbackSort() 637 UInt32 v; in mainSimpleSort() 783 static void mainQSort3(UInt32* ptr, in mainQSort3() 928 static void mainSort(UInt32* ptr, in mainSort() 931 UInt32* ftab, in mainSort() 1219 UInt32* ptr = s->ptr; in BZ2_blockSort() [all …]
|
| H A D | bzlib.cpp | 207 s->arr1 = (UInt32*)BZALLOC(n * sizeof(UInt32)); in BZ_API() 208 s->arr2 = (UInt32*)BZALLOC((n + BZ_N_OVERSHOOT) * sizeof(UInt32)); in BZ_API() 209 s->ftab = (UInt32*)BZALLOC(65537 * sizeof(UInt32)); in BZ_API() 235 s->ptr = (UInt32*)s->arr1; in BZ_API() 300 UInt32 zchh = (UInt32)(zchh0); \ 336 ADD_CHAR_TO_BLOCK(s, (UInt32)(*((UChar*)(s->strm->next_in)))); in copy_input_until_stop() 357 ADD_CHAR_TO_BLOCK(s, (UInt32)(*((UChar*)(s->strm->next_in)))); in copy_input_until_stop() 648 UInt32 c_calculatedBlockCRC = s->calculatedBlockCRC; in unRLE_obuf_to_output_FAST() 653 UInt32* c_tt = s->tt; in unRLE_obuf_to_output_FAST() 654 UInt32 c_tPos = s->tPos; in unRLE_obuf_to_output_FAST() [all …]
|
| H A D | crctable.cpp | 78 UInt32 BZ2_crc32Table[256] = {
|
| H A D | compress.cpp | 110 static __inline__ void bsW(EState* s, Int32 n, UInt32 v) { in bsW() 117 static void bsPutUInt32(EState* s, UInt32 u) { in bsPutUInt32() 126 bsW(s, 8, (UInt32)c); in bsPutUChar() 174 UInt32* ptr = s->ptr; in generateMTFValues() 406 UInt32 cost01, cost23, cost45; in sendMTFValues()
|