Searched refs:UInt16 (Results 1 – 7 of 7) sorted by relevance
390 UInt16* quadrant, in mainGtU()396 UInt16 s1, s2; in mainGtU()527 UInt16* quadrant, in mainSimpleSort()663 UInt16* quadrant, in mainQSort3()793 UInt16* quadrant, in mainSort()806 UInt16 s; in mainSort()816 j = (j >> 8) | ( ((UInt16)block[i]) << 8); in mainSort()819 j = (j >> 8) | ( ((UInt16)block[i-1]) << 8); in mainSort()822 j = (j >> 8) | ( ((UInt16)block[i-2]) << 8); in mainSort()825 j = (j >> 8) | ( ((UInt16)block[i-3]) << 8); in mainSort()[all …]
90 typedef unsigned short UInt16; typedef250 UInt16* mtfv;412 UInt16 *ll16;491 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
192 UInt16* mtfv = s->mtfv; in generateMTFValues()297 UInt16 cost[BZ_N_GROUPS]; in sendMTFValues()300 UInt16* mtfv = s->mtfv; in sendMTFValues()402 register UInt16 icv; in sendMTFValues()431 UInt16 icv = mtfv[i]; in sendMTFValues()597 UInt16 mtfv_i; in sendMTFValues()
255 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()444 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()521 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
250 s->mtfv = (UInt16*)s->arr1; in BZ_API()
16 #define CLzmaProb UInt16
45 typedef unsigned short UInt16; typedef