Home
last modified time | relevance | path

Searched defs:__ll_lowpart (Results 1 – 5 of 5) 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/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