Searched refs:map_hash (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | symbol-summary.h | 256 typedef int_hash <int, 0, -1> map_hash; in class() typedef 259 hash_map <map_hash, T *> m_map; in class() 282 typedef typename hash_map <map_hash, T *>::iterator map_iterator; in ~function_summary() 752 typedef int_hash <int, 0, -1> map_hash; 755 hash_map <map_hash, T *> m_map; 769 typedef typename hash_map <map_hash, T *>::iterator map_iterator;
|
| H A D | ChangeLog-2015 | 26452 (function_summary::m_map): Use map_hash as the first template 26517 * symbol-summary.h (function_summary::map_hash): New class.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | symbol-summary.h | 207 typedef int_hash <int, 0, -1> map_hash; in class() typedef 210 hash_map <map_hash, T *> m_map; in class() 241 typedef typename hash_map <map_hash, T *>::iterator map_iterator; in ~function_summary() 696 typedef int_hash <int, 0, -1> map_hash; 699 hash_map <map_hash, T *> m_map; 713 typedef typename hash_map <map_hash, T *>::iterator map_iterator;
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_legacy.h | 84 return drm_ht_create(&dev->map_hash, 12); in drm_legacy_create_map_hash() 89 drm_ht_remove(&dev->map_hash); in drm_legacy_remove_map_hash()
|
| H A D | drm_vm.c | 139 if (drm_ht_find_item(&dev->map_hash, vma->vm_pgoff, &hash)) in drm_vm_fault() 562 if (drm_ht_find_item(&dev->map_hash, vma->vm_pgoff, &hash)) { in drm_mmap_locked()
|
| H A D | drm_bufs.c | 104 ret = drm_ht_insert_item(&dev->map_hash, hash); in drm_map_handle() 130 return drm_ht_just_insert_please(&dev->map_hash, hash, in drm_map_handle() 554 drm_ht_remove_key(&dev->map_hash, in drm_legacy_rmmap_locked()
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
| H A D | drm_device.h | 359 struct drm_open_hash map_hash; member
|
| /netbsd-src/sys/external/bsd/drm2/drm/ |
| H A D | drm_vm.c | 109 if (drm_ht_find_item(&dev->map_hash, page_offset, &hash)) in drm_legacy_mmap_paddr_locked()
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_union_map.c | 4439 uint32_t map_hash; in add_hash() local 4441 map_hash = isl_map_get_hash(map); in add_hash() 4442 isl_hash_hash(*hash, map_hash); in add_hash()
|