Lines Matching refs:LL
36 uint64_t ll;44 } LL;45 LL rl, rm, rn, rh, a0, b0;48 a0.ll = a;49 b0.ll = b;51 rl.ll = (uint64_t)a0.l.low * b0.l.low;52 rm.ll = (uint64_t)a0.l.low * b0.l.high;53 rn.ll = (uint64_t)a0.l.high * b0.l.low;54 rh.ll = (uint64_t)a0.l.high * b0.l.high;63 *plow = rl.ll;64 *phigh = rh.ll;