Searched refs:best_match (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/sys/dev/drm2/ |
| D | drm_mm.h | 191 bool best_match); 199 bool best_match); 203 bool best_match) in drm_mm_search_free() argument 205 return drm_mm_search_free_generic(mm,size, alignment, 0, best_match); in drm_mm_search_free() 213 bool best_match) in drm_mm_search_free_in_range() argument 216 start, end, best_match); in drm_mm_search_free_in_range() 222 bool best_match) in drm_mm_search_free_color() argument 224 return drm_mm_search_free_generic(mm,size, alignment, color, best_match); in drm_mm_search_free_color() 233 bool best_match) in drm_mm_search_free_in_range_color() argument 236 start, end, best_match); in drm_mm_search_free_in_range_color()
|
| D | drm_mm.c | 386 bool best_match) in drm_mm_search_free_generic() argument 411 if (!best_match) in drm_mm_search_free_generic() 430 bool best_match) in drm_mm_search_free_in_range_generic() argument 458 if (!best_match) in drm_mm_search_free_in_range_generic()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ |
| D | LineTable.cpp | 302 size_t best_match = UINT32_MAX; in FindLineEntryIndexByFileIndex() local 330 if (best_match == UINT32_MAX) in FindLineEntryIndexByFileIndex() 331 best_match = idx; in FindLineEntryIndexByFileIndex() 332 else if (m_entries[idx].line < m_entries[best_match].line) in FindLineEntryIndexByFileIndex() 333 best_match = idx; in FindLineEntryIndexByFileIndex() 337 if (best_match != UINT32_MAX) in FindLineEntryIndexByFileIndex() 340 ConvertEntryAtIndexToLineEntry (best_match, *line_entry_ptr); in FindLineEntryIndexByFileIndex() 341 return best_match; in FindLineEntryIndexByFileIndex() 350 size_t best_match = UINT32_MAX; in FindLineEntryIndexByFileIndex() local 378 if (best_match == UINT32_MAX) in FindLineEntryIndexByFileIndex() [all …]
|
| /freebsd-10-stable/contrib/gcc/ |
| D | struct-equiv.c | 1036 struct_equiv_make_checkpoint (&info->best_match, info); in struct_equiv_init() 1152 struct_equiv_improve_checkpoint (&info->best_match, info); in struct_equiv_block_eq() 1172 struct_equiv_improve_checkpoint (&info->best_match, info); in struct_equiv_block_eq() 1180 if (info->best_match.x_start != info->cur.x_start in struct_equiv_block_eq() 1185 struct_equiv_improve_checkpoint (&info->best_match, info); in struct_equiv_block_eq() 1187 if (info->best_match.ninsns > info->cur.ninsns) in struct_equiv_block_eq() 1188 info->best_match.ninsns = info->cur.ninsns; in struct_equiv_block_eq() 1201 struct_equiv_restore_checkpoint (&info->best_match, info); in struct_equiv_block_eq()
|
| D | basic-block.h | 1119 struct struct_equiv_checkpoint best_match; member
|
| /freebsd-10-stable/sys/dev/drm/ |
| D | drm_mm.h | 83 int best_match);
|
| D | drm_mm.c | 283 unsigned alignment, int best_match) in drm_mm_search_free() argument 309 if (!best_match) in drm_mm_search_free()
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | vdev_geom.c | 697 enum match match, best_match; in vdev_geom_attach_by_guids() local 703 best_match = NO_MATCH; in vdev_geom_attach_by_guids() 712 if (match > best_match) { in vdev_geom_attach_by_guids() 713 best_match = match; in vdev_geom_attach_by_guids()
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | symfile.c | 2997 struct obj_section *osect, *best_match = NULL; in find_pc_overlay() local 3008 best_match = osect; in find_pc_overlay() 3011 best_match = osect; in find_pc_overlay() 3013 return best_match ? best_match->the_bfd_section : NULL; in find_pc_overlay()
|