Searched refs:prev_idx (Results 1 – 4 of 4) sorted by relevance
94 int prev_idx = 0; in Eval() local97 if (i > prev_idx && !isspace(*(strref.str + prev_idx))) { in Eval()98 words.push_back({strref.str + prev_idx, i - prev_idx}); in Eval()100 prev_idx = i + 1; in Eval()103 if (strref.len > prev_idx) { in Eval()104 words.push_back({strref.str + prev_idx, strref.len - prev_idx}); in Eval()
283 const int prev_idx = cm->lst_fb_idx; in check_fragments_for_errors() local284 cm->fb_idx_ref_cnt[prev_idx]--; in check_fragments_for_errors()286 vp8_yv12_copy_frame(&cm->yv12_fb[prev_idx], &cm->yv12_fb[cm->lst_fb_idx]); in check_fragments_for_errors()
302 for (unsigned prev_idx = 0; prev_idx < cs->num_prev; ++prev_idx) { in si_parse_current_ib() local303 struct radeon_winsys_cs_chunk *chunk = &cs->prev[prev_idx]; in si_parse_current_ib()
1339 uint32_t prev_idx = 0; \1344 prev_idx = COLOR_INDEX; \1347 tmp_row[x] = prev_idx; \