Home
last modified time | relevance | path

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

/coreutils/src/
Dlonglong.h43 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) macro
44 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
2112 __x3 += __ll_B; /* yes, add it in the proper pos. */ \
2146 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
2159 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
2169 (q) = __q1 * __ll_B | __q0; \
Dfactor.c205 # define __ll_B ((uintmax_t) 1 << (W_TYPE_SIZE / 2)) macro
206 # define __ll_lowpart(t) ((uintmax_t) (t) & (__ll_B - 1))
275 __x3 += __ll_B; /* Yes, add it in the proper pos. */ \