Home
last modified time | relevance | path

Searched defs:__zeroull (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/sys/
H A Dcdefs.h731 static __inline unsigned long long __zeroull(void) { return 0; } in __zeroull() function
734 #define __zeroull() (0ULL) macro