Searched defs:__ll_lowpart (Results 1 – 3 of 3) sorted by relevance
13 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) macro
24 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro