Searched refs:num_offsets (Results 1 – 2 of 2) sorted by relevance
388 int num_offsets = 1; in build_rhct() local394 num_offsets++; in build_rhct()399 num_offsets++; in build_rhct()405 build_append_int_noprefix(table_data, num_offsets, 2); in build_rhct()
8370 + size_t num_offsets;8558 + if (rd->num_offsets + n > rd->alloced_offsets) {8561 + while (rd->num_offsets + n > n2)8569 + rd->offsets[rd->num_offsets++] = offsets[i] - 1;9200 + si->n_offsets = rd->num_offsets;9251 + size_t n_offsets = (is_last ? rd->num_offsets : rd->slices[j].n_offsets) - rd->slices[i].n_off…