Searched refs:low (Results 1 – 2 of 2) sorted by relevance
614 Idx low = 0, high = pstr->valid_len, mid; in re_string_reconstruct() local617 mid = (high + low) / 2; in re_string_reconstruct()621 low = mid + 1; in re_string_reconstruct()625 while (low < high); in re_string_reconstruct()642 for (low = 0; low < pstr->valid_len; low++) in re_string_reconstruct()643 pstr->offsets[low] = pstr->offsets[low + offset] - offset; in re_string_reconstruct()666 for (low = 0; low < pstr->valid_len; ++low) in re_string_reconstruct()667 pstr->wcs[low] = WEOF; in re_string_reconstruct()
5152 Major rewrite of the low-level gconv functionality.5525 * libc.map: Add various low-level I/O functions.6202 * iconv/gconv.c: Rewrite of the low-level of gconv.
Completed in 18 milliseconds