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

/netbsd-current/sys/arch/arm/fdt/
H A Dpcihost_fdt.c286 #define DECODE64(x,o) (swap ? be64dec(&(x)[o]) : (((uint64_t)((x)[(o)+0]) << 32) + (x)[(o)+1])) macro
292 #undef DECODE64 macro

Completed in 145 milliseconds