Search | Google it | Results 1 - 1 of 1 for funcall:li_mul (0.00 seconds) |
44: /* conversion from milliseconds to microseconds */ 45: ltime = li_mul(ltime, 1000); 46: 59: /* return the sub-millisecond residue in microseconds */ 60: *us = lltol(ll_sub(ltime, li_mul(t, 1000))); 61: }