Searched refs:next_str_idx (Results 1 – 1 of 1) sorted by relevance
4214 int strs_cap = 0, strs_cnt = 0, next_str_idx = 0; in btf_raw_create() local4255 if (CHECK(next_str_idx == strs_cnt, in btf_raw_create()4257 next_str_idx)) { in btf_raw_create()4261 ret_types[i] = strs_idx[next_str_idx++] - str; in btf_raw_create()4289 next_str_idx < strs_cnt ? strs_idx[next_str_idx] : NULL; in btf_raw_create()