Home | History | Annotate | Download | only in priv

Lines Matching refs:_uint

233 // produces _uint[_bMax:_bMin]
234 #define SLICE_UInt(_uint,_bMax,_bMin) \
235 (( ((UInt)(_uint)) >> (_bMin)) \