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