Searched refs:xh (Results 1 - 11 of 11) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/GNOME/
H A Dteam-address127 xh) english=Xhosa;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/KDE/
H A Dteam-address78 xh) english=Xhosa;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dlonglong.h135 #define umul_ppmm(xh, xl, m0, m1) \
143 : "=r" ((USItype)(xh)) \
207 #define umul_ppmm(xh, xl, a, b) \
221 : "=&r" ((USItype)(xh)), \
227 #define umul_ppmm(xh, xl, a, b) \
230 : "=&r" ((USItype)(xh)), \
392 #define umul_ppmm(xh, xl, m0, m1) \
403 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
404 (xh) += ((((SItype) __m0 >> 31) & __m1) \
407 #define smul_ppmm(xh, x
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Ddiv64.S18 #define xh r0 define
24 #define xh r1 define
36 * xh-xl = dividend (clobbered)
41 * xh = remainder
55 cmp xh, r4
66 clz ip, xh
77 cmpcc yl, xh
86 2: cmp xh, yl
88 subcss xh, xh, y
[all...]
H A Dmuldi3.S16 #define xh r0 define
22 #define xh r1 define
30 mul xh, yl, xh
31 mla xh, xl, yh, xh
36 mla xh, yh, ip, xh
41 adc xh, xh, y
[all...]
H A Ducmpdi2.S16 #define xh r0 define
22 #define xh r1 define
29 cmp xh, yh
40 cmp xh, yh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dlonglong.h95 #define umul_ppmm(xh, xl, a, b) \
110 : "=&r" ((USItype) (xh)), \
H A Dmuldi3.c34 #define umul_ppmm(xh, xl, a, b) \
49 : "=&r" ((USItype) (xh)), \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/math-emu/
H A Dop-2.h106 #define __FP_CLZ_2(R, xh, xl) \
108 if (xh) \
119 #define __FP_FRAC_ADDI_2(xh, xl, i) add_ssaaaa(xh, xl, xh, xl, 0, i)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/math-emu/
H A Dop-2.h134 #define __FP_CLZ_2(R, xh, xl) \
136 if (xh) \
137 __FP_CLZ(R,xh); \
147 #define __FP_FRAC_ADDI_2(xh, xl, i) add_ssaaaa(xh, xl, xh, xl, 0, i)
153 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) sub_ddmmss(xh, xl, xh, xl, yh, yl)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Daedsp16.c344 * Decode macros (xl == low byte, xh = high byte)
354 #define CDROM(xh) (xh & 0x20)
355 #define CDROMADDR(xh) (((xh & 0x1F) << 4) + 0x200)
394 #define BLDCDROM(xh, val) { \
395 xh &= ~0x20; \
397 xh |= 0x20; \
399 #define BLDCDROMADDR(xh, val) { \
404 xh |
[all...]

Completed in 142 milliseconds