Home
last modified time | relevance | path

Searched refs:best_match (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dspellcheck.h83 class best_match
93 best_match (GOAL_TYPE goal,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dspellcheck.h83 class best_match
93 best_match (GOAL_TYPE goal,
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi-nor-tiny.c611 int best_match = shared_hwcaps & SNOR_HWCAPS_READ_MASK; in spi_nor_select_read() local
615 if (best_match < 0) in spi_nor_select_read()
618 if (best_match & SNOR_HWCAPS_READ_1_1_4) in spi_nor_select_read()
620 else if (best_match & SNOR_HWCAPS_READ_FAST) in spi_nor_select_read()
H A Dspi-nor-core.c2297 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1; in spi_nor_select_read() local
2300 if (best_match < 0) in spi_nor_select_read()
2303 cmd = spi_nor_hwcaps_read2cmd(BIT(best_match)); in spi_nor_select_read()
2329 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_PP_MASK) - 1; in spi_nor_select_pp() local
2332 if (best_match < 0) in spi_nor_select_pp()
2335 cmd = spi_nor_hwcaps_pp2cmd(BIT(best_match)); in spi_nor_select_pp()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dtestexport.py49 best_match = None
54 best_match = folder
55 return best_match
/OK3568_Linux_fs/kernel/drivers/media/i2c/et8ek8/
H A Det8ek8_driver.c407 struct et8ek8_reglist *best_match = NULL; in et8ek8_reglist_find_mode_fmt() local
438 if (dist < max_dist_match || !best_match) { in et8ek8_reglist_find_mode_fmt()
439 best_match = *list; in et8ek8_reglist_find_mode_fmt()
450 return best_match ? best_match : best_other; in et8ek8_reglist_find_mode_fmt()
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dcore.c2611 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1; in spi_nor_select_read() local
2614 if (best_match < 0) in spi_nor_select_read()
2617 cmd = spi_nor_hwcaps_read2cmd(BIT(best_match)); in spi_nor_select_read()
2642 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_PP_MASK) - 1; in spi_nor_select_pp() local
2645 if (best_match < 0) in spi_nor_select_pp()
2648 cmd = spi_nor_hwcaps_pp2cmd(BIT(best_match)); in spi_nor_select_pp()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dbase.c1085 const struct of_device_id *best_match = NULL; in __of_match_node() local
1095 best_match = matches; in __of_match_node()
1100 return best_match; in __of_match_node()
/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_route.c913 int best_match = 0; in dnet_select_source() local
928 if (ret > best_match) in dnet_select_source()
930 if (best_match == 0) in dnet_select_source()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_ipv4.c1050 struct tcp_md5sig_key *best_match = NULL; in __tcp_md5_do_lookup() local
1078 if (match && better_md5_match(best_match, key)) in __tcp_md5_do_lookup()
1079 best_match = key; in __tcp_md5_do_lookup()
1081 return best_match; in __tcp_md5_do_lookup()