__ll_highpart       6 arch/h8300/lib/muldi3.c #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
__ll_highpart      26 arch/m68k/lib/muldi3.c #define __ll_highpart(t) ((USItype) (t) / __ll_B)
__ll_highpart      10 arch/microblaze/lib/muldi3.c #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2))
__ll_highpart      13 arch/nds32/include/asm/sfp-machine.h #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
__ll_highpart      38 arch/powerpc/include/asm/sfp-machine.h #define __ll_highpart(t)	((UWtype) (t) >> (W_TYPE_SIZE / 2))
__ll_highpart      30 arch/sh/math-emu/sfp-util.h #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
__ll_highpart      41 lib/mpi/longlong.h #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
__ll_highpart      12 lib/muldi3.c   #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2))