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

/freebsd-11-stable/sys/i386/include/
H A Dcounter.h79 uint32_t res_lo, res_high; local
85 : "=a" (res_lo), "=d"(res_high)
88 return (res_lo + ((uint64_t)res_high << 32));

Completed in 55 milliseconds