Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/vndcompress/
H A Dcommon.h48 #define __zeroll() (0LL) macro
/netbsd-src/sys/sys/
H A Dcdefs.h730 static __inline long long __zeroll(void) { return 0; } in __zeroll() function
733 #define __zeroll() (0LL) macro