Home | Sort by: relevance | last modified time | path |
/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); |