Searched refs:Int32 (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | bzlib_private.hpp | 191 Int32 rTPos 244 Int32 mode; 245 Int32 state; 273 Int32 numZ; 295 Int32 nMTF; 316 extern void BZ2_hbAssignCodes(Int32*, UChar*, Int32, Int32, Int32); 318 extern void BZ2_hbMakeCodeLengths(UChar*, Int32*, Int32, Int32); 379 Int32 state; 400 Int32 k0; 510 extern Int32 BZ2_indexIntoF(Int32, Int32*); [all …]
|
| H A D | huffman.cpp | 111 void BZ2_hbMakeCodeLengths(UChar *len, Int32 *freq, Int32 alphaSize, Int32 maxLen) { in BZ2_hbMakeCodeLengths() 116 Int32 nNodes, nHeap, n1, n2, i, j, k; in BZ2_hbMakeCodeLengths() 119 Int32 heap[BZ_MAX_ALPHA_SIZE + 2]; in BZ2_hbMakeCodeLengths() 120 Int32 weight[BZ_MAX_ALPHA_SIZE * 2]; in BZ2_hbMakeCodeLengths() 121 Int32 parent[BZ_MAX_ALPHA_SIZE * 2]; in BZ2_hbMakeCodeLengths() 205 void BZ2_hbAssignCodes(Int32 *code, UChar *length, Int32 minLen, Int32 maxLen, Int32 alphaSize) { in BZ2_hbAssignCodes() 206 Int32 j, vec, i; in BZ2_hbAssignCodes() 220 void BZ2_hbCreateDecodeTables(Int32 *limit, in BZ2_hbCreateDecodeTables() 221 Int32 *base, in BZ2_hbCreateDecodeTables() 222 Int32 *perm, in BZ2_hbCreateDecodeTables() [all …]
|
| H A D | blocksort.cpp | 78 Int32 i, j, tmp; in fallbackSimpleSort() 145 Int32 sp, lo, hi; in fallbackQSort3() 187 n = (Int32)eclass[fmap[unLo]] - (Int32)med; in fallbackQSort3() 201 n = (Int32)eclass[fmap[unHi]] - (Int32)med; in fallbackQSort3() 272 Int32 ftab[257]; in fallbackSort() 275 Int32 nNotDone; in fallbackSort() 276 Int32 nBhtab; in fallbackSort() 424 Int32 k; in mainGtU() 1023 Int32 vv; in mainSort() 1226 Int32 budget; in BZ2_blockSort() [all …]
|
| H A D | decompress.cpp | 73 Int32 i; in makeMaps_d() 154 Int32 i; in BZ2_decompress() 155 Int32 j; in BZ2_decompress() 156 Int32 t; in BZ2_decompress() 160 Int32 EOB; in BZ2_decompress() 166 Int32 es; in BZ2_decompress() 167 Int32 N; in BZ2_decompress() 168 Int32 curr; in BZ2_decompress() 169 Int32 zt; in BZ2_decompress() 170 Int32 zn; in BZ2_decompress() [all …]
|
| H A D | compress.cpp | 135 Int32 i; in makeMaps_e() 147 Int32 i, j; in generateMTFValues() 148 Int32 zPend; in generateMTFValues() 149 Int32 wr; in generateMTFValues() 150 Int32 EOB; in generateMTFValues() 277 Int32 t, i, j, k, gs, ge, totc, bt, bc; in sendMTFValues() 278 Int32 nSelectors, alphaSize, minLen, maxLen, selCtr; in sendMTFValues() 279 Int32 nGroups, nBytes; in sendMTFValues() 292 Int32 fave[BZ_N_GROUPS]; in sendMTFValues() 323 Int32 nPart, remF, tFreq, aFreq; in sendMTFValues() [all …]
|
| H A D | bzlib.cpp | 143 static void* default_bzalloc(void* opaque, Int32 items, Int32 size) { in default_bzalloc() 155 Int32 i; in prepare_new_block() 180 Int32 n; in BZ_API() 249 Int32 i; in add_pair_to_block() 757 Int32 BZ2_indexIntoF(Int32 indx, Int32* cftab) { in BZ2_indexIntoF() 1018 Int32 bufN; 1021 Int32 lastErr; 1037 Int32 ret; in BZ_API() 1084 Int32 n, n2, ret; in BZ_API() 1150 Int32 n, n2, ret; in BZ_API() [all …]
|
| H A D | randtable.cpp | 72 Int32 BZ2_rNums[512] = {
|
| /oneTBB/examples/parallel_for/game_of_life/ |
| H A D | Evolution.hpp | 36 typedef unsigned int Int32; typedef 93 Int32 m_nIteration; //! current calculation cycle index
|