Lines Matching refs:_uint
267 /* produces _uint[_bMax:_bMin] */268 #define SLICE_UInt(_uint,_bMax,_bMin) \269 (( ((UInt)(_uint)) >> (_bMin)) \