Home
last modified time | relevance | path

Searched refs:offset_buffer (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c1242 size_t len, int *offset_buffer,
1246 int *offset_buffer, char *is_binary) in convert_mbs_to_wcs() argument
1269 offset_buffer[0] = 0; in convert_mbs_to_wcs()
1296 offset_buffer[wc_count + 1] = mb_count += consumed; in convert_mbs_to_wcs()
1301 offset_buffer[i] = mb_count + 1; in convert_mbs_to_wcs()
5489 count_mbs_length(int *offset_buffer, int length) in count_mbs_length() argument
5497 if (offset_buffer == NULL) in count_mbs_length()
5502 if (offset_buffer[length] == length) in count_mbs_length()
5514 if (offset_buffer[middle] > length) in count_mbs_length()
5516 else if (offset_buffer[middle] < length) in count_mbs_length()