Home
last modified time | relevance | path

Searched refs:__BITS4 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/nios2/lib/
H A Dlonglong.h21 #define __BITS4 (W_TYPE_SIZE / 4) macro
220 __a = __xr < ((UWtype)1<<2*__BITS4) \
221 ? (__xr < ((UWtype)1<<__BITS4) ? 0 : __BITS4) \
222 : (__xr < ((UWtype)1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
/openbmc/u-boot/arch/m68k/lib/
H A Dmuldi3.c10 #define __BITS4 (SI_TYPE_SIZE / 4) macro
/openbmc/linux/arch/m68k/lib/
H A Dmuldi3.c23 #define __BITS4 (SI_TYPE_SIZE / 4) macro
/openbmc/linux/lib/crypto/mpi/
H A Dlonglong.h38 #define __BITS4 (W_TYPE_SIZE / 4) macro