HomeSort by: relevance | last modified time | path
    Searched defs:_mt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
bitops.h 268 uint64_t _mt; local in function:fast_divide32_prepare
272 _mt = (uint64_t)(0x100000000ULL * ((1ULL << _l) - _div));
273 *_m = (uint32_t)(_mt / _div + 1);
bitops.h 268 uint64_t _mt; local in function:fast_divide32_prepare
272 _mt = (uint64_t)(0x100000000ULL * ((1ULL << _l) - _div));
273 *_m = (uint32_t)(_mt / _div + 1);

Completed in 21 milliseconds