gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ll_sub from tkernel_2/kernel/tkernel/src/time_calls.c (0.00 seconds)
tkernel_2
kernel/tkernel/src/time_calls.c - 27.4KB - 1,118 lines
37:         BEGIN_CRITICAL_SECTION;
38:         real_time_ofs = ll_sub(toLSYSTIM(pk_tim), current_time);
39:         END_CRITICAL_SECTION;
48: BEGIN_CRITICAL_SECTION; 49: real_time_ofs = ll_sub(ltoll(tim_u), current_time); 50: END_CRITICAL_SECTION;
267: /* Adjust time to be later than current time */ 268: tm = ll_sub(current_time, cyccb->cyctmeb.time); 269: n = lui_div(tm, cyccb->cyctim);
570: } 571: tm = ll_sub(tm, current_time); 572: tm = ll_sub(tm, uitoll(adjust_time())); 573: if ( ll_sign(tm) < 0 ) {
679: } 680: tm = ll_sub(tm, current_time); 681: tm = ll_sub(tm, uitoll(adjust_time())); 682: if ( ll_sign(tm) < 0 ) {
991: tm = almcb->almtmeb.time; 992: tm = ll_sub(tm, current_time); 993: tm = ll_sub(tm, uitoll(adjust_time())); 994: if ( ll_sign(tm) < 0 ) {
1099: tm = almcb->almtmeb.time; 1100: tm = ll_sub(tm, current_time); 1101: tm = ll_sub(tm, uitoll(adjust_time())); 1102: if ( ll_sign(tm) < 0 ) {