Home
last modified time | relevance | path

Searched refs:HOSTWDSZ (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/parisc/math-emu/
H A Dfpbits.h19 * should be predefined using the constants HOSTWDSZ and BITFRL and
26 #ifndef HOSTWDSZ
27 #define HOSTWDSZ 32 macro
41 ((object) >> (HOSTWDSZ - (start) - (length)) & \
42 ((unsigned)-1 >> (HOSTWDSZ - (length))))
45 ((int)((object) << start) >> (HOSTWDSZ - (length)))
48 ((object) & (((unsigned)-1 >> (HOSTWDSZ-len)) << (HOSTWDSZ-start-len)))
51 ((object) & ~(((unsigned)-1 >> (HOSTWDSZ-len)) << (HOSTWDSZ
[all...]
/kernel/linux/linux-6.6/arch/parisc/math-emu/
H A Dfpbits.h19 * should be predefined using the constants HOSTWDSZ and BITFRL and
26 #ifndef HOSTWDSZ
27 #define HOSTWDSZ 32 macro
41 ((object) >> (HOSTWDSZ - (start) - (length)) & \
42 ((unsigned)-1 >> (HOSTWDSZ - (length))))
45 ((int)((object) << start) >> (HOSTWDSZ - (length)))
48 ((object) & (((unsigned)-1 >> (HOSTWDSZ-len)) << (HOSTWDSZ-start-len)))
51 ((object) & ~(((unsigned)-1 >> (HOSTWDSZ-len)) << (HOSTWDSZ
[all...]

Completed in 1 milliseconds