Home
last modified time | relevance | path

Searched defs:new_cands (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rappor/analysis/R/
H A Ddecode_ngrams.R159 new_cands <- found_candidates[[adjacent_pairs[i]]] functionVar
190 BuildCandidates <- function(active_cands, new_cands) { argument
247 PruneCandidates <- function(active_cands, pairing, ngram_size, new_cands) { argument
H A Dngrams_simulation.R143 new_cands <- setdiff(str_candidates, colnames(sim$full_map$map_by_cohort[[1]])) functionVar
/aosp_15_r20/external/libbpf/src/
H A Dlibbpf.c5478 struct bpf_core_cand *new_cands, *cand; in bpf_core_add_cands() local