Searched refs:from_u128 (Results 1 – 2 of 2) sorted by relevance
162 #define UF_TO_U32(x) from_u128(x)163 #define UF_TO_U64(x) from_u128(x)181 #define U128_TO_UF(x) from_u128(x)
278 #define from_u128(x) (x) macro321 static inline uint64_t from_u128(_u128 a) in from_u128() function