Home
last modified time | relevance | path

Searched defs:__ll_highpart (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/arch/h8300/lib/
H A Dmuldi3.c6 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
/kernel/linux/linux-5.10/arch/microblaze/lib/
H A Dmuldi3.c10 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2)) macro
/kernel/linux/linux-5.10/arch/sh/math-emu/
H A Dsfp-util.h30 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
/kernel/linux/linux-6.6/arch/microblaze/lib/
H A Dmuldi3.c10 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2)) macro
/kernel/linux/linux-6.6/arch/sh/math-emu/
H A Dsfp-util.h30 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
/kernel/linux/linux-5.10/lib/
H A Dmuldi3.c12 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2)) macro
/kernel/linux/linux-6.6/lib/
H A Dmuldi3.c12 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2)) macro
/kernel/linux/linux-5.10/arch/m68k/lib/
H A Dmuldi3.c26 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro
/kernel/linux/linux-6.6/arch/m68k/lib/
H A Dmuldi3.c26 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro
/kernel/linux/linux-5.10/lib/mpi/
H A Dlonglong.h41 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
/kernel/linux/linux-6.6/lib/crypto/mpi/
H A Dlonglong.h41 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dsfp-machine.h13 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dsfp-machine.h38 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsfp-machine.h38 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro

Completed in 7 milliseconds