Searched refs:increment_overflow (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 151 static int increment_overflow(int * number, int delta); 1473 if (increment_overflow(&newy, idelta)) in timesub() 1502 if (increment_overflow(&y, -1)) in timesub() 1508 if (increment_overflow(&y, 1)) in timesub() 1512 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE)) in timesub() 1584 increment_overflow(int *const ip, int j) in increment_overflow() function 1636 return increment_overflow(tensptr, tensdelta); in normalize_overflow() 1746 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/tzcode/ |
H A D | localtime.c | 151 static int increment_overflow(int * number, int delta); 1473 if (increment_overflow(&newy, idelta)) in timesub() 1502 if (increment_overflow(&y, -1)) in timesub() 1508 if (increment_overflow(&y, 1)) in timesub() 1512 if (increment_overflow(&tmp->tm_year, -TM_YEAR_BASE)) in timesub() 1584 increment_overflow(int *const ip, int j) in increment_overflow() function 1636 return increment_overflow(tensptr, tensdelta); in normalize_overflow() 1746 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
|
/aosp_15_r20/bionic/libc/tzcode/ |
H A D | localtime.c | 149 static bool increment_overflow(int *, int); 1260 || increment_overflow(&yearbeg1, 1) in tzparse() 1268 if (increment_overflow(&yearlim, YEARSPERREPEAT + 1)) in tzparse() 1304 if (increment_overflow(&yearlim, in tzparse() 1915 increment_overflow(int *ip, int j) in increment_overflow() function 1979 return increment_overflow(tensptr, tensdelta); in normalize_overflow() 2112 if (increment_overflow(&yourtm.tm_sec, 1 - SECSPERMIN)) in time2sub()
|
/aosp_15_r20/external/cronet/base/profiler/ |
H A D | chrome_unwinder_android_unittest.cc | 646 const uint8_t increment_overflow[] = { in TEST() local 651 const uint8_t* current_instruction = &increment_overflow[0]; in TEST() 658 increment_overflow + sizeof(increment_overflow)); in TEST()
|