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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/lib/
H A Dmuldi3.c35 #define __ll_highpart(t) ((usitype) (t) / __ll_b) macro
45 __uh = __ll_highpart (u); \
47 __vh = __ll_highpart (v); \
54 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
59 (w1) = __x3 + __ll_highpart (__x1); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dlonglong.h30 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro
128 __d1 = __ll_highpart (d); \
134 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/math-emu/
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-WNDR4500v2-V1.0.0.60_1.0.38/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 78 milliseconds