Home
last modified time | relevance | path

Searched defs:candidates (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Ddw_mmc-exynos.c465 static s8 dw_mci_exynos_get_best_clksmpl(u8 candidates) in dw_mci_exynos_get_best_clksmpl()
508 u8 start_smpl, smpl, candidates = 0; in dw_mci_exynos_execute_tuning() local
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpath.py296 def which_wild(pathname, path=None, mode=os.F_OK, *, reverse=False, candidates=False): argument
/openbmc/linux/lib/zstd/compress/
H A Dzstd_ldm.c349 ldmMatchCandidate_t* const candidates = ldmState->matchCandidates; in ZSTD_ldm_generateSequences_internal() local
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py568 def __init__(self, item, candidates, runtime = False): argument