Searched refs:prev_idx (Results 1 – 6 of 6) sorted by relevance
34 int prev_idx, idx_delta; in __hpp__fmt() local38 prev_idx = perf_evsel__group_idx(evsel); in __hpp__fmt()48 idx_delta = perf_evsel__group_idx(evsel) - prev_idx - 1; in __hpp__fmt()66 prev_idx = perf_evsel__group_idx(evsel); in __hpp__fmt()69 idx_delta = nr_members - prev_idx - 1; in __hpp__fmt()
43 int prev_idx, idx_delta; in __hpp__color_fmt() local47 prev_idx = perf_evsel__group_idx(evsel); in __hpp__color_fmt()54 idx_delta = perf_evsel__group_idx(evsel) - prev_idx - 1; in __hpp__color_fmt()71 prev_idx = perf_evsel__group_idx(evsel); in __hpp__color_fmt()74 idx_delta = nr_members - prev_idx - 1; in __hpp__color_fmt()
278 const int prev_idx = cm->lst_fb_idx; in check_fragments_for_errors() local279 cm->fb_idx_ref_cnt[prev_idx]--; in check_fragments_for_errors()281 vp8_yv12_copy_frame(&cm->yv12_fb[prev_idx], in check_fragments_for_errors()
620 int prev_idx, idx_delta; in __hpp__color_fmt() local628 prev_idx = perf_evsel__group_idx(evsel); in __hpp__color_fmt()638 idx_delta = perf_evsel__group_idx(evsel) - prev_idx - 1; in __hpp__color_fmt()659 prev_idx = perf_evsel__group_idx(evsel); in __hpp__color_fmt()662 idx_delta = nr_members - prev_idx - 1; in __hpp__color_fmt()
1501 prev_idx = 01514 shortest_matches[curr] = curr[:max(prev_idx, curr_idx) + 1]1515 prev_idx = curr_idx1520 prev_idx = curr_idx + 1 # next will need at least one more char
3751 int *prev_idx = 0; in icvWriteSparseMat() local3789 for( ; idx[k] == prev_idx[k]; k++ ) in icvWriteSparseMat()3796 prev_idx = idx; in icvWriteSparseMat()