Searched full:sec_max (Results 1 – 2 of 2) sorted by relevance
163 uint32_t ticks, sec_max; in apple_wdog_watchdog_fn() local172 sec_max = UINT_MAX / sc->clk_freq; in apple_wdog_watchdog_fn()173 if (sec == 0 || sec > sec_max) { in apple_wdog_watchdog_fn()180 sec_max); in apple_wdog_watchdog_fn()
123 static const int sec_MAX = sizeof(sec_names) / sizeof(char *); variable467 for (i = 0; i < sec_MAX; i++) { in resp_searchform()