Searched defs:__ll_lowpart (Results 1 – 9 of 9) sorted by relevance
11 #define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1)) macro
9 #define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1)) macro
29 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro
12 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) macro
25 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) macro
23 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro
37 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro
40 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro