Searched refs:UWROLLNUM (Results 1 – 4 of 4) sorted by relevance
57 #define UWROLLNUM(num) ((num) & 0x03ffffffU) macro123 #define UWROLLNUMADD(num1, num2) ((num1) = (((num1) & 0xfc000000U) | (UWROLLNUM(num1) + UWROLLNUM(n…141 #define UWROLLNUMSUB(num1, num2) ((num1) = (((num1) & 0xfc000000U) | (UWROLLNUM(num1) - UWROLLNUM(n…
121 if (UWROLLNUM(swtmr->idxRollNum) > 0) { in OsSwTmrScan()182 if (UWROLLNUM(temp->idxRollNum) > UWROLLNUM(swtmr->idxRollNum)) { in OsSwTmrStart()
35 retValue += UWROLLNUM(timer->idxRollNum); in OsSwTmrGetRemain()
62 … ((NUMBER1) = (((NUMBER1) & OS_TSK_HIGH_BITS_MASK) | (UWROLLNUM(NUMBER1) - UWROLLNUM(NUMBER2))))65 … ((NUMBER1) = (((NUMBER1) & OS_TSK_HIGH_BITS_MASK) | (UWROLLNUM(NUMBER1) + UWROLLNUM(NUMBER2))))67 #define UWROLLNUM(NUMBER) ((NUMBER) & OS_TSK_LOW_BITS_MASK) macro