Home
last modified time | relevance | path

Searched refs:_Mask (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/accelerants/ati/
H A Dmach64.h41 #define GetBits(__Value, _Mask) (((__Value) & (_Mask)) / UnitOf(_Mask)) argument
42 #define SetBits(__Value, _Mask) (((__Value) * UnitOf(_Mask)) & (_Mask)) argument