Searched refs:__ll_b (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/lib/
H A Dmuldi3.c33 #define __ll_b (1L << (SI_TYPE_SIZE / 2)) macro
34 #define __ll_lowpart(t) ((usitype) (t) % __ll_b)
35 #define __ll_highpart(t) ((usitype) (t) / __ll_b)
57 __x3 += __ll_b; /* yes, add it in the proper pos. */ \
60 (w0) = __ll_lowpart (__x1) * __ll_b + __ll_lowpart (__x0); \

Completed in 45 milliseconds