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

/netbsd-current/sys/dev/
H A Dmidisyn.c748 int64_t t64a, t64b; local
775 t64b = 0x6763759d; /* INT64_C(8405905567872413) goofy warning again */
776 t64b |= (int64_t)0x1ddd20 << 32;
777 t64b /= t64a;
778 t64b += UINT32_C(2463438619);
779 return (uint32_t)t64b >> shift;

Completed in 177 milliseconds