gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:li_mul (0.00 seconds)
tkernel_2
kernel/tkernel/src/timer.h - 3.0KB - 120 lines
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: }