Searched refs:found_idx (Results 1 – 3 of 3) sorted by relevance
141 unsigned long found_idx; in pmt_telem_get_next_endpoint() local144 xa_for_each_start(&telem_array, found_idx, entry, start) { in pmt_telem_get_next_endpoint()149 if (found_idx > start) in pmt_telem_get_next_endpoint()154 return found_idx == start ? 0 : found_idx; in pmt_telem_get_next_endpoint()
489 size_t *found_idx) in symbols__find_by_name() argument494 if (found_idx) in symbols__find_by_name()495 *found_idx = SIZE_MAX; in symbols__find_by_name()511 if (found_idx) in symbols__find_by_name()512 *found_idx = i; in symbols__find_by_name()523 if (found_idx) in symbols__find_by_name()524 *found_idx = i - 1; in symbols__find_by_name()530 assert(!found_idx || !s || s == symbols[*found_idx]); in symbols__find_by_name()
4999 int found_idx; member5011 ctx->found_idx = num; in __find_xattr()5032 ctx.found_idx = -1; in find_xattr()5040 if (ctx.found_idx == -1) in find_xattr()5048 return ctx.found_idx; in find_xattr()