Lines Matching refs:positive
93 static void leapadd(zic_t t, int positive, int rolling, int count);
1205 register int positive; local
1209 positive = FALSE;
1212 positive = FALSE;
1215 positive = TRUE;
1218 positive = TRUE;
1229 leapadd(tadd(t, tod), positive, lp->l_value, count);
1912 leapadd(t, positive, rolling, count) in leapadd() argument
1914 const int positive;
1920 if (leapcnt + (positive ? count : 1) > TZ_MAX_LEAPS) {
1939 corr[i] = positive ? 1L : eitol(-count);
1942 } while (positive && --count != 0);