Searched refs:cands (Results 1 - 7 of 7) sorted by relevance
/third_party/libbpf/src/ |
H A D | relo_core.h | 16 struct bpf_core_cand *cands; member 85 struct bpf_core_cand_list *cands,
|
H A D | relo_core.c | 1284 struct bpf_core_cand_list *cands, in bpf_core_calc_relo_insn() 1337 for (i = 0, j = 0; i < cands->len; i++) { in bpf_core_calc_relo_insn() 1338 err = bpf_core_spec_match(local_spec, cands->cands[i].btf, in bpf_core_calc_relo_insn() 1339 cands->cands[i].id, cand_spec); in bpf_core_calc_relo_insn() 1384 cands->cands[j++] = cands->cands[ in bpf_core_calc_relo_insn() 1280 bpf_core_calc_relo_insn(const char *prog_name, const struct bpf_core_relo *relo, int relo_idx, const struct btf *local_btf, struct bpf_core_cand_list *cands, struct bpf_core_spec *specs_scratch, struct bpf_core_relo_res *targ_res) bpf_core_calc_relo_insn() argument [all...] |
H A D | libbpf_internal.h | 636 struct bpf_core_cand_list *cands); 637 void bpf_core_free_cands(struct bpf_core_cand_list *cands);
|
H A D | libbpf.c | 5849 void bpf_core_free_cands(struct bpf_core_cand_list *cands) argument 5851 if (!cands) 5854 free(cands->cands); 5855 free(cands); 5863 struct bpf_core_cand_list *cands) 5895 new_cands = libbpf_reallocarray(cands->cands, cands->len + 1, 5896 sizeof(*cands 5858 bpf_core_add_cands(struct bpf_core_cand *local_cand, size_t local_essent_len, const struct btf *targ_btf, const char *targ_btf_name, int targ_start_id, struct bpf_core_cand_list *cands) global() argument 6010 struct bpf_core_cand_list *cands; global() local 6150 struct bpf_core_cand_list *cands = NULL; global() local [all...] |
/third_party/nghttp2/src/ |
H A D | util.cc | 615 auto cands = std::vector<std::pair<int, const char *>>(); in show_candidates() local 626 cands.emplace_back(0, options[i].name); in show_candidates() 633 cands.emplace_back(0, options[i].name); in show_candidates() 639 cands.emplace_back(sim, options[i].name); in show_candidates() 641 if (prefix_match == 1 || cands.empty()) { in show_candidates() 644 std::sort(std::begin(cands), std::end(cands)); in show_candidates() 645 int threshold = cands[0].first; in show_candidates() 651 for (auto &item : cands) { in show_candidates()
|
/third_party/python/Lib/test/ |
H A D | test_tuple.py | 201 cands = list(range(-10, -1)) + list(range(9)) 206 tryone("-10 .. 8 by 4", list(product(cands, repeat=4)), 208 del cands
|
/third_party/ffmpeg/libavfilter/ |
H A D | signature_lookup.c | 180 MatchingInfo *cands = NULL, *c = NULL; in get_matching_parameters() local 286 cands = c; in get_matching_parameters() 312 return cands; in get_matching_parameters()
|
Completed in 22 milliseconds