Searched refs:increment_overflow (Results 1 – 3 of 3) sorted by relevance
| /external/cronet/third_party/icu/source/tools/tzcode/ |
| 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()
|
| /external/icu/icu4c/source/tools/tzcode/ |
| 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()
|
| /external/cronet/base/profiler/ |
| 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()
|