Searched refs:b00 (Results 1 – 1 of 1) sorted by relevance
31 const uint64_t b00 = (uint64_t)aLo * bLo; in __umul128() local36 const uint32_t b00Lo = (uint32_t)b00; in __umul128()37 const uint32_t b00Hi = (uint32_t)(b00 >> 32); in __umul128()