Searched defs:FbLeftStipBits (Results 1 – 1 of 1) sorted by relevance
132 #define FbLeftStipBits(x,n) ((x) & ((((FbStip) 1) << (n)) - 1)) macro139 #define FbLeftStipBits(x,n) ((x) >> (FB_STIP_UNIT - (n))) macro