Symbol: UWtype
arch/powerpc/include/asm/sfp-machine.h
282
UWtype __d1, __d0, __q1, __q0; \
arch/powerpc/include/asm/sfp-machine.h
283
UWtype __r1, __r0, __m; \
arch/powerpc/include/asm/sfp-machine.h
289
__m = (UWtype) __q1 * __d0; \
arch/powerpc/include/asm/sfp-machine.h
302
__m = (UWtype) __q0 * __d0; \
arch/powerpc/include/asm/sfp-machine.h
313
(q) = (UWtype) __q1 * __ll_B | __q0; \
arch/powerpc/include/asm/sfp-machine.h
36
#define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
arch/powerpc/include/asm/sfp-machine.h
37
#define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
arch/powerpc/include/asm/sfp-machine.h
38
#define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
arch/sh/math-emu/sfp-util.h
16
UWtype __x; \
arch/sh/math-emu/sfp-util.h
28
#define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
arch/sh/math-emu/sfp-util.h
29
#define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
arch/sh/math-emu/sfp-util.h
30
#define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
arch/sh/math-emu/sfp-util.h
34
UWtype __d1, __d0, __q1, __q0; \
arch/sh/math-emu/sfp-util.h
35
UWtype __r1, __r0, __m; \
arch/sh/math-emu/sfp-util.h
41
__m = (UWtype) __q1 * __d0; \
arch/sh/math-emu/sfp-util.h
54
__m = (UWtype) __q0 * __d0; \
arch/sh/math-emu/sfp-util.h
65
(q) = (UWtype) __q1 * __ll_B | __q0; \
arch/sh/math-emu/sfp-util.h
8
UWtype __x; \
arch/sparc/math-emu/sfp-util_64.h
108
(q) = (UWtype) (__q1 << 32) | __q0; \
arch/sparc/math-emu/sfp-util_64.h
78
UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \
arch/sparc/math-emu/sfp-util_64.h
84
__m = (UWtype) __q1 * __d0; \
arch/sparc/math-emu/sfp-util_64.h
97
__m = (UWtype) __q0 * __d0; \
include/math-emu/op-2.h
157
UWtype _t = xl; \
include/math-emu/op-4.h
343
UWtype _t; \
include/math-emu/op-4.h
582
UWtype _t0, _t1, _t2; \
include/math-emu/op-4.h
591
UWtype _t0, _t1, _t2, _t3; \
include/math-emu/op-4.h
600
UWtype _t; \
lib/crypto/mpi/longlong.h
1235
ph = (UWtype) (__ll >> W_TYPE_SIZE); \
lib/crypto/mpi/longlong.h
1236
pl = (UWtype) __ll; \
lib/crypto/mpi/longlong.h
1242
({UWtype __hi, __lo; \
lib/crypto/mpi/longlong.h
1252
UWtype __x; \
lib/crypto/mpi/longlong.h
1262
UWtype __x; \
lib/crypto/mpi/longlong.h
1272
UWtype __x0, __x1, __x2, __x3; \
lib/crypto/mpi/longlong.h
1274
UWtype __u = (u), __v = (v); \
lib/crypto/mpi/longlong.h
1281
__x0 = (UWtype) __ul * __vl; \
lib/crypto/mpi/longlong.h
1282
__x1 = (UWtype) __ul * __vh; \
lib/crypto/mpi/longlong.h
1283
__x2 = (UWtype) __uh * __vl; \
lib/crypto/mpi/longlong.h
1284
__x3 = (UWtype) __uh * __vh; \
lib/crypto/mpi/longlong.h
1299
UWtype __w1; \
lib/crypto/mpi/longlong.h
1300
UWtype __m0 = (u), __m1 = (v); \
lib/crypto/mpi/longlong.h
1310
UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \
lib/crypto/mpi/longlong.h
1316
__m = (UWtype) __q1 * __d0; \
lib/crypto/mpi/longlong.h
1328
__m = (UWtype) __q0 * __d0; \
lib/crypto/mpi/longlong.h
1338
(q) = (UWtype) __q1 * __ll_B | __q0; \
lib/crypto/mpi/longlong.h
1347
UWtype __r; \
lib/crypto/mpi/longlong.h
39
#define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
lib/crypto/mpi/longlong.h
40
#define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
lib/crypto/mpi/longlong.h
41
#define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))