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