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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/math-emu/
H A Dsfp-util.h27 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) macro
28 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
41 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
54 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
64 (q) = (UWtype) __q1 * __ll_B | __q0; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/lib/
H A Dmuldi3.c26 #define __ll_B (1L << (SI_TYPE_SIZE / 2)) macro
27 #define __ll_lowpart(t) ((USItype) (t) % __ll_B)
28 #define __ll_highpart(t) ((USItype) (t) / __ll_B)
48 __x3 += __ll_B; /* yes, add it in the proper pos. */ \
51 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsfp-machine.h36 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) macro
37 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
324 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
337 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
347 (q) = (UWtype) __q1 * __ll_B | __q0; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A Dlonglong.h37 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) macro
38 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
1461 __x3 += __ll_B; /* yes, add it in the proper pos. */ \
1489 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
1502 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
1512 (q) = (UWtype) __q1 * __ll_B | __q0; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dlonglong.h37 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) macro
38 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
1461 __x3 += __ll_B; /* yes, add it in the proper pos. */ \
1489 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
1502 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
1512 (q) = (UWtype) __q1 * __ll_B | __q0; \

Completed in 169 milliseconds