gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:uitoll from tkernel_2/kernel/tkernel/src/time_calls.c (0.02 seconds)
tkernel_2
kernel/tkernel/src/time_calls.c - 27.4KB - 1,118 lines
262: 
263:         tm = ll_add(cyccb->cyctmeb.time, uitoll(cyccb->cyctim));
264: 
393: */ 394: tm = ll_add(current_time, uitoll(pk_ccyc->cycphs_u)); 395: tm = ll_add(tm, uitoll(adjust_time())); 396:
492: */ 493: tm = ll_add(current_time, uitoll(cyccb->cyctim)); 494: tm = ll_add(tm, uitoll(adjust_time())); 495:
571: tm = ll_sub(tm, current_time); 572: tm = ll_sub(tm, uitoll(adjust_time())); 573: if ( ll_sign(tm) < 0 ) {
680: tm = ll_sub(tm, current_time); 681: tm = ll_sub(tm, uitoll(adjust_time())); 682: if ( ll_sign(tm) < 0 ) {
796: add adjust_time() */ 797: tm = ll_add(current_time, uitoll(reltim)); 798: tm = ll_add(tm, uitoll(adjust_time())); 799:
992: tm = ll_sub(tm, current_time); 993: tm = ll_sub(tm, uitoll(adjust_time())); 994: if ( ll_sign(tm) < 0 ) {
1100: tm = ll_sub(tm, current_time); 1101: tm = ll_sub(tm, uitoll(adjust_time())); 1102: if ( ll_sign(tm) < 0 ) {