Searched refs:COMPARE_MARGIN (Results 1 – 1 of 1) sorted by relevance
56 #define COMPARE_MARGIN 6 macro82 next = now + COMPARE_MARGIN; in setThreshold()83 } else if ((now + COMPARE_MARGIN - next) < (uint32_t)0x80000000) { in setThreshold()84 if (next < now + COMPARE_MARGIN) { in setThreshold()85 next = now + COMPARE_MARGIN; in setThreshold()