Searched refs:__ll_highpart (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/m68knommu/lib/
H A Dmuldi3.c28 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro
36 __uh = __ll_highpart (u); \
38 __vh = __ll_highpart (v); \
45 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
50 (w1) = __x3 + __ll_highpart (__x1); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/math-emu/
H A Dsfp-util.h29 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
35 __d1 = __ll_highpart (d); \
41 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsfp-machine.h38 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
318 __d1 = __ll_highpart (d); \
324 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A Dlonglong.h39 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
1449 __uh = __ll_highpart (__u); \
1451 __vh = __ll_highpart (__v); \
1458 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1463 (w1) = __x3 + __ll_highpart (__x1); \
1483 __d1 = __ll_highpart (d); \
1489 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dlonglong.h39 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
1449 __uh = __ll_highpart (__u); \
1451 __vh = __ll_highpart (__v); \
1458 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1463 (w1) = __x3 + __ll_highpart (__x1); \
1483 __d1 = __ll_highpart (d); \
1489 __r1 = __r1 * __ll_B | __ll_highpart (n0); \

Completed in 131 milliseconds