Lines Matching refs:UInt16
429 typedef unsigned short UInt16; typedef
600 UInt16* mtfv;
766 UInt16 *ll16;
846 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
1577 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
1763 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
1837 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
2387 UInt16* quadrant, in mainGtU()
2393 UInt16 s1, s2; in mainGtU()
2524 UInt16* quadrant, in mainSimpleSort()
2660 UInt16* quadrant, in mainQSort3()
2790 UInt16* quadrant, in mainSort()
2803 UInt16 s; in mainSort()
2813 j = (j >> 8) | ( ((UInt16)block[i]) << 8); in mainSort()
2816 j = (j >> 8) | ( ((UInt16)block[i-1]) << 8); in mainSort()
2819 j = (j >> 8) | ( ((UInt16)block[i-2]) << 8); in mainSort()
2822 j = (j >> 8) | ( ((UInt16)block[i-3]) << 8); in mainSort()
2827 j = (j >> 8) | ( ((UInt16)block[i]) << 8); in mainSort()
3035 UInt16 qVal = (UInt16)(j >> shifts); in mainSort()
3076 UInt16* quadrant; in BZ2_blockSort()
3091 quadrant = (UInt16*)(&(block[i])); in BZ2_blockSort()
3570 UInt16* mtfv = s->mtfv; in generateMTFValues()
3674 UInt16 cost[BZ_N_GROUPS]; in sendMTFValues()
3677 UInt16* mtfv = s->mtfv; in sendMTFValues()
3779 register UInt16 icv; in sendMTFValues()
3808 UInt16 icv = mtfv[i]; in sendMTFValues()
3974 UInt16 mtfv_i; in sendMTFValues()
4565 s->mtfv = (UInt16*)s->arr1; in BZ_API()