Searched refs:aLo (Results 1 – 1 of 1) sorted by relevance
26 const uint32_t aLo = (uint32_t)a; in __umul128() local31 const uint64_t b00 = (uint64_t)aLo * bLo; in __umul128()32 const uint64_t b01 = (uint64_t)aLo * bHi; in __umul128()