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

/netbsd-current/sys/sys/
H A Dcdefs.h731 static __inline unsigned long long __zeroull(void) { return 0; } function
734 #define __zeroull() (0ULL) macro
750 ((__UINTMAX_TYPE__)((a) + __zeroull()) <= \

Completed in 185 milliseconds