Home
last modified time | relevance | path

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

/oneTBB/examples/graph/fgbzip2/
H A Dblocksort.cpp421 UInt16* quadrant, in mainGtU()
426 UInt16 s1, s2; in mainGtU()
630 UInt16* quadrant, in mainSimpleSort()
785 UInt16* quadrant, in mainQSort3()
930 UInt16* quadrant, in mainSort()
942 UInt16 s; in mainSort()
954 j = (j >> 8) | (((UInt16)block[i]) << 8); in mainSort()
968 j = (j >> 8) | (((UInt16)block[i]) << 8); in mainSort()
1185 UInt16 qVal = (UInt16)(j >> shifts); in mainSort()
1225 UInt16* quadrant; in BZ2_blockSort()
[all …]
H A Dbzlib_private.hpp92 typedef unsigned short UInt16; typedef
259 UInt16* mtfv;
410 UInt16* ll16;
495 s->ll16[i] = (UInt16)(n & 0x0000ffff); \
H A Dcompress.cpp176 UInt16* mtfv = s->mtfv; in generateMTFValues()
291 UInt16 cost[BZ_N_GROUPS]; in sendMTFValues()
294 UInt16* mtfv = s->mtfv; in sendMTFValues()
407 UInt16 icv; in sendMTFValues()
479 UInt16 icv = mtfv[i]; in sendMTFValues()
702 UInt16 mtfv_i; in sendMTFValues()
H A Ddecompress.cpp254 s->ll16 = (UInt16*)BZALLOC(s->blockSize100k * 100000 * sizeof(UInt16)); in BZ2_decompress()
477 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
554 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); in BZ2_decompress()
H A Dbzlib.cpp233 s->mtfv = (UInt16*)s->arr1; in BZ_API()