Searched defs:REV (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/lib/libkern/
H A Dcrc32.c25 #define REV(w) (((w)>>24)+(((w)>>8)&0xff00)+ \ macro
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dcrc32.c61 # define REV(w) (((w)>>24)+(((w)>>8)&0xff00)+ \ macro
/netbsd-current/sys/dev/ic/
H A Daic6360reg.h92 #define REV 0x1c /* Revision (001 for 6360) */ macro
/netbsd-current/external/mit/isl/dist/imath/
H A Dimath.c100 static inline void REV(unsigned char *A, int N) { function

Completed in 102 milliseconds