Searched refs:found_idx (Results 1 – 3 of 3) sorted by relevance
149 unsigned long found_idx; in pmt_telem_get_next_endpoint() local152 xa_for_each_start(&telem_array, found_idx, entry, start) { in pmt_telem_get_next_endpoint()157 if (found_idx > start) in pmt_telem_get_next_endpoint()162 return found_idx == start ? 0 : found_idx; in pmt_telem_get_next_endpoint()
504 size_t *found_idx) in symbols__find_by_name() argument509 if (found_idx) in symbols__find_by_name()510 *found_idx = SIZE_MAX; in symbols__find_by_name()526 if (found_idx) in symbols__find_by_name()527 *found_idx = i; in symbols__find_by_name()538 if (found_idx) in symbols__find_by_name()539 *found_idx = i - 1; in symbols__find_by_name()545 assert(!found_idx || !s || s == symbols[*found_idx]); in symbols__find_by_name()
4944 int found_idx; member4957 ctx->found_idx = num; in __find_xattr()4980 ctx.found_idx = -1; in find_xattr()4989 if (ctx.found_idx == -1) in find_xattr()4997 return ctx.found_idx; in find_xattr()