HomeSort by relevance Sort by last modified time
    Searched refs:increment_overflow (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
Time.c 210 increment_overflow(int * number, int delta) function
227 return increment_overflow(tensptr, tensdelta);
279 if (increment_overflow(&yourtm.tm_year, TM_YEAR_BASE))
282 if (increment_overflow(&yourtm.tm_year, -1))
290 if (increment_overflow(&yourtm.tm_year, 1))
300 if (increment_overflow(&yourtm.tm_year, 1))
304 if (increment_overflow(&yourtm.tm_year, -TM_YEAR_BASE))
317 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN))
  /bionic/libc/tzcode/
localtime.c 154 static bool increment_overflow(int *, int);
1749 increment_overflow(int *ip, int j) function
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 149 static int increment_overflow(int * number, int delta);
1582 increment_overflow(int *const ip, int j) function
    [all...]

Completed in 136 milliseconds