Home | History | Annotate | Download | only in source

Lines Matching refs:tShift

2200 	uint32 tShift = 32 - tBits;
2201 uint32 tRound = (1 << (tShift - 1));
2220 uint32 index = Min_uint32 ((uint32) (delta >> tShift), tLimit);