Home
last modified time | relevance | path

Searched defs:__ll_lowpart (Results 1 – 6 of 6) sorted by relevance

/linux/arch/microblaze/lib/
H A Dmuldi3.c9 #define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1)) macro
/linux/lib/
H A Dmuldi3.c11 #define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1)) macro
/linux/arch/sh/math-emu/
H A Dsfp-util.h29 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro
/linux/arch/m68k/lib/
H A Dmuldi3.c26 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) macro
/linux/arch/powerpc/include/asm/
H A Dsfp-machine.h37 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro
/linux/lib/crypto/mpi/
H A Dlonglong.h40 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro