Symbol: W_TYPE_SIZE
arch/microblaze/lib/muldi3.c
10
#define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2))
arch/microblaze/lib/muldi3.c
8
#define __ll_B ((unsigned long) 1 << (W_TYPE_SIZE / 2))
arch/powerpc/include/asm/sfp-machine.h
36
#define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
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
28
#define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
arch/sh/math-emu/sfp-util.h
30
#define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
lib/crypto/mpi/longlong.h
113
#if (defined(__a29k__) || defined(_AM29K)) && W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
1144
#if defined(__vax__) && W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
1192
#if defined(__z8000__) && W_TYPE_SIZE == 16
lib/crypto/mpi/longlong.h
1235
ph = (UWtype) (__ll >> W_TYPE_SIZE); \
lib/crypto/mpi/longlong.h
1244
((UDWtype) __hi << W_TYPE_SIZE) | __lo; })
lib/crypto/mpi/longlong.h
1292
(w0) = (__ll_lowpart(__x1) << W_TYPE_SIZE/2) + __ll_lowpart(__x0); \
lib/crypto/mpi/longlong.h
1302
(w1) = __w1 - (-(__m0 >> (W_TYPE_SIZE - 1)) & __m1) \
lib/crypto/mpi/longlong.h
1303
- (-(__m1 >> (W_TYPE_SIZE - 1)) & __m0); \
lib/crypto/mpi/longlong.h
153
#if defined(__alpha) && W_TYPE_SIZE == 64
lib/crypto/mpi/longlong.h
175
#if defined(__arm__) && W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
231
#if defined(__clipper__) && W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
262
#if defined(__gmicro__) && W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
299
#if defined(__hppa) && W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
351
#if (defined(__i370__) || defined(__mvs__)) && W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
38
#define __BITS4 (W_TYPE_SIZE / 4)
lib/crypto/mpi/longlong.h
39
#define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
lib/crypto/mpi/longlong.h
396
#if (defined(__i386__) || defined(__i486__)) && W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
41
#define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
lib/crypto/mpi/longlong.h
439
#if defined(__i860__) && W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
449
#if defined(__i960__) && W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
514
#if (defined(__mc68000__) || defined(__mc68020__) || defined(__NeXT__) || defined(mc68020)) && W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
593
#if defined(__m88000__) && W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
641
#if defined(__mips__) && W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
655
#if (defined(__mips) && __mips >= 3) && W_TYPE_SIZE == 64
lib/crypto/mpi/longlong.h
688
#if defined(__ns32000__) && W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
720
#if (defined(_ARCH_PPC) || defined(_IBMR2)) && W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
838
#if defined(__pyr__) && W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
873
#if defined(__ibm032__) /* RT/ROMP */ && W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
932
&& W_TYPE_SIZE == 32
lib/crypto/mpi/longlong.h
949
#if defined(__sparc__) && W_TYPE_SIZE == 32
lib/muldi3.c
10
#define __ll_B ((unsigned long) 1 << (W_TYPE_SIZE / 2))
lib/muldi3.c
12
#define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2))