HomeSort by: relevance | last modified time | path
    Searched defs:increment_overflow (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/time/
localtime.c 282 static bool increment_overflow(int *, int);
1370 || increment_overflow(&yearbeg1, 1)
1378 if (increment_overflow(&yearlim, years_of_observations))
1414 if (increment_overflow(&yearlim,
2058 increment_overflow(int *ip, int j) function in typeref:typename:bool
localtime.c 282 static bool increment_overflow(int *, int);
1370 || increment_overflow(&yearbeg1, 1)
1378 if (increment_overflow(&yearlim, years_of_observations))
1414 if (increment_overflow(&yearlim,
2058 increment_overflow(int *ip, int j) function in typeref:typename:bool
localtime.c 282 static bool increment_overflow(int *, int);
1370 || increment_overflow(&yearbeg1, 1)
1378 if (increment_overflow(&yearlim, years_of_observations))
1414 if (increment_overflow(&yearlim,
2058 increment_overflow(int *ip, int j) function in typeref:typename:bool

Completed in 125 milliseconds