Searched refs:bias (Results 1 – 2 of 2) sorted by relevance
| /include/zfs/ |
| A D | spa.h | 29 #define BF32_GET_SB(x, low, len, shift, bias) \ argument 30 ((BF32_GET(x, low, len) + (bias)) << (shift)) 31 #define BF64_GET_SB(x, low, len, shift, bias) \ argument 32 ((BF64_GET(x, low, len) + (bias)) << (shift)) 34 #define BF32_SET_SB(x, low, len, shift, bias, val) \ argument 35 BF32_SET(x, low, len, ((val) >> (shift)) - (bias)) 36 #define BF64_SET_SB(x, low, len, shift, bias, val) \ argument 37 BF64_SET(x, low, len, ((val) >> (shift)) - (bias))
|
| /include/ |
| A D | div64.h | 160 static inline u64 __arch_xprod_64(const u64 m, u64 n, bool bias) in __arch_xprod_64() argument 168 if (!bias) { in __arch_xprod_64()
|
Completed in 25 milliseconds