Lines Matching refs:UInt16
436 typedef unsigned short UInt16; typedef
607 UInt16* mtfv;
773 UInt16 *ll16;
853 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
1586 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
1772 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
1846 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
2396 UInt16* quadrant, in mainGtU()
2402 UInt16 s1, s2; in mainGtU()
2533 UInt16* quadrant, in mainSimpleSort()
2669 UInt16* quadrant, in mainQSort3()
2799 UInt16* quadrant, in mainSort()
2812 UInt16 s; in mainSort()
2822 j = (j >> 8) | ( ((UInt16)block[i]) << 8); in mainSort()
2825 j = (j >> 8) | ( ((UInt16)block[i-1]) << 8); in mainSort()
2828 j = (j >> 8) | ( ((UInt16)block[i-2]) << 8); in mainSort()
2831 j = (j >> 8) | ( ((UInt16)block[i-3]) << 8); in mainSort()
2836 j = (j >> 8) | ( ((UInt16)block[i]) << 8); in mainSort()
3044 UInt16 qVal = (UInt16)(j >> shifts); in mainSort()
3085 UInt16* quadrant; in BZ2_blockSort()
3100 quadrant = (UInt16*)(&(block[i])); in BZ2_blockSort()
3579 UInt16* mtfv = s->mtfv; in generateMTFValues()
3683 UInt16 cost[BZ_N_GROUPS]; in sendMTFValues()
3686 UInt16* mtfv = s->mtfv; in sendMTFValues()
3788 register UInt16 icv; in sendMTFValues()
3817 UInt16 icv = mtfv[i]; in sendMTFValues()
3983 UInt16 mtfv_i; in sendMTFValues()
4574 s->mtfv = (UInt16*)s->arr1; in BZ_API()