Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h348 size_t best_match = UINT32_MAX; in FindLineEntryIndexByFileIndexImpl() local
351 return best_match; in FindLineEntryIndexByFileIndexImpl()
379 if (best_match == UINT32_MAX || in FindLineEntryIndexByFileIndexImpl()
380 m_entries[idx].line < m_entries[best_match].line) in FindLineEntryIndexByFileIndexImpl()
381 best_match = idx; in FindLineEntryIndexByFileIndexImpl()
391 if (best_match == UINT32_MAX) in FindLineEntryIndexByFileIndexImpl()
392 best_match = idx; in FindLineEntryIndexByFileIndexImpl()
394 best_match = idx; in FindLineEntryIndexByFileIndexImpl()
398 best_match = idx; in FindLineEntryIndexByFileIndexImpl()
403 if (best_match != UINT32_MAX) { in FindLineEntryIndexByFileIndexImpl()
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_mm.h189 bool best_match);
197 bool best_match);
201 bool best_match) in drm_mm_search_free() argument
203 return drm_mm_search_free_generic(mm,size, alignment, 0, best_match); in drm_mm_search_free()
211 bool best_match) in drm_mm_search_free_in_range() argument
214 start, end, best_match); in drm_mm_search_free_in_range()
220 bool best_match) in drm_mm_search_free_color() argument
222 return drm_mm_search_free_generic(mm,size, alignment, color, best_match); in drm_mm_search_free_color()
231 bool best_match) in drm_mm_search_free_in_range_color() argument
234 start, end, best_match); in drm_mm_search_free_in_range_color()
H A Ddrm_mm.c384 bool best_match) in drm_mm_search_free_generic() argument
409 if (!best_match) in drm_mm_search_free_generic()
428 bool best_match) in drm_mm_search_free_in_range_generic() argument
456 if (!best_match) in drm_mm_search_free_in_range_generic()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c715 enum match match, best_match; in vdev_geom_attach_by_guids() local
722 best_match = NO_MATCH; in vdev_geom_attach_by_guids()
731 if (match > best_match) { in vdev_geom_attach_by_guids()
732 best_match = match; in vdev_geom_attach_by_guids()
734 } else if (match == best_match) { in vdev_geom_attach_by_guids()
/freebsd/sys/opencrypto/
H A Dcrypto.c608 int best_match, error, hid; in crypto_select_driver() local
634 if (best == NULL || error > best_match || in crypto_select_driver()
635 (error == best_match && in crypto_select_driver()
638 best_match = error; in crypto_select_driver()