Searched refs:best_match (Results 1 – 5 of 5) sorted by relevance
31 const u8 *best_match; member78 ctx->best_match = hash[1]; in longest_match_std()81 ctx->best_match = hash[0]; in longest_match_std()103 ctx->best_match = ptr; in longest_match_best()179 t16 = make_pair(up - ctx->best_match, max_len, idx); in compress_chunk()
407 struct et8ek8_reglist *best_match = NULL; in et8ek8_reglist_find_mode_fmt() local438 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()
947 const struct of_device_id *best_match = NULL; in __of_match_node() local957 best_match = matches; in __of_match_node()962 return best_match; in __of_match_node()
2473 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1; in spi_nor_select_read() local2476 if (best_match < 0) in spi_nor_select_read()2479 cmd = spi_nor_hwcaps_read2cmd(BIT(best_match)); in spi_nor_select_read()2504 int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_PP_MASK) - 1; in spi_nor_select_pp() local2507 if (best_match < 0) in spi_nor_select_pp()2510 cmd = spi_nor_hwcaps_pp2cmd(BIT(best_match)); in spi_nor_select_pp()
1089 struct tcp_md5sig_key *best_match = NULL; in __tcp_md5_do_lookup() local1117 if (match && better_md5_match(best_match, key)) in __tcp_md5_do_lookup()1118 best_match = key; in __tcp_md5_do_lookup()1120 return best_match; in __tcp_md5_do_lookup()