Lines Matching defs:value
169 _bisect(const int64_t value, const int64_t *arr, size_t size);
535 // adjust the fold value.
1471 // Initialize offsets to invalid value (> 24 hours)
1580 parse_uint(const char *const p, uint8_t *value)
1586 *value = (*p) - '0';
1649 // Indicates the value added to the local time to arrive at Coordinated
1654 // One or more digits may be used; the value is always interpreted as a
1973 * a value for a given DST offset, we'll assume it's 1H rather than 0H, so
2027 // If there are time zones we didn't find a value for, we'll end up
2113 _bisect(const int64_t value, const int64_t *arr, size_t size)
2121 if (arr[m] > value) {