Home
last modified time | relevance | path

Searched defs:hole (Results 1 – 11 of 11) sorted by relevance

/third_party/libdrm/amdgpu/
Damdgpu_vamgr.c64 struct amdgpu_bo_va_hole *hole, *tmp; in amdgpu_vamgr_deinit() local
73 amdgpu_vamgr_subtract_hole(struct amdgpu_bo_va_hole *hole, uint64_t start_va, in amdgpu_vamgr_subtract_hole()
105 struct amdgpu_bo_va_hole *hole, *n; in amdgpu_vamgr_find_va() local
170 struct amdgpu_bo_va_hole *hole, *next; in amdgpu_vamgr_free_va() local
/third_party/mesa3d/src/util/tests/vma/
Dvma_random_test.cpp118 for (const auto& hole : heap_holes) { in alloc() local
130 allocation hole = *i; in alloc() local
219 auto& hole = *begin(heap_holes); in empty() local
/third_party/rust/crates/regex/src/
Dcompile.rs23 hole: Hole, field
413 let hole = self.push_hole(InstHole::Save { slot: first_slot }); in c_capture() localVariable
417 let hole = self.push_hole(InstHole::Save { slot: first_slot + 1 }); in c_capture() localVariable
444 let hole = in c_char() localVariable
452 let hole = self.push_hole(InstHole::Char { c }); in c_char() localVariable
466 let hole = if ranges.len() == 1 && ranges[0].0 == ranges[0].1 { in c_class() localVariable
512 let hole = self.push_hole(InstHole::EmptyLook { look }); in c_empty_look() localVariable
818 let hole = self.insts.len(); in push_hole() localVariable
824 let hole = self.insts.len(); in push_split_hole() localVariable
/third_party/mesa3d/src/util/
Dvma.c95 util_vma_hole_alloc(struct util_vma_hole *hole, in util_vma_hole_alloc()
294 struct util_vma_hole *hole = calloc(1, sizeof(*hole)); in util_vma_heap_free() local
/third_party/skia/src/core/
DSkTSort.h121 T* hole = next; in SkTInsertionSort() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c1369 remove_hole(struct radv_device *device, union radv_shader_arena_block *hole) in remove_hole()
1378 add_hole(struct radv_device *device, union radv_shader_arena_block *hole) in add_hole()
1471 union radv_shader_arena_block *alloc = NULL, *hole = NULL; in radv_alloc_shader_memory() local
1536 union radv_shader_arena_block *hole = list_entry(head, union radv_shader_arena_block, list); in get_hole() local
1548 union radv_shader_arena_block *hole = alloc; in radv_free_shader_memory() local
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c202 struct radeon_bo_va_hole *hole, *n; in radeon_bomgr_find_va() local
287 struct radeon_bo_va_hole *hole = NULL; in radeon_bomgr_free_va() local
/third_party/node/deps/v8/src/objects/
Dordered-hash-table.cc346 Object hole = ReadOnlyRoots(isolate).the_hole_value(); in Delete() local
501 Object hole = ReadOnlyRoots(isolate).the_hole_value(); in DeleteEntry() local
889 Object hole = ReadOnlyRoots(isolate).the_hole_value(); in Delete() local
906 Object hole = ReadOnlyRoots(isolate).the_hole_value(); in DeleteEntry() local
/third_party/node/deps/openssl/openssl/ssl/statem/
Dstatem_lib.c2064 int hole; in ssl_get_min_max_version() local
/third_party/openssl/ssl/statem/
Dstatem_lib.c2029 int hole; in ssl_get_min_max_version() local
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs22844 let mut hole = InsertionHole { src: &mut *tmp, dest: &mut v[1] }; localVariable
22905 let mut hole; localVariable
44804 let mut hole = unsafe { Hole::new(&mut self.data, pos) }; localVariable
44832 let mut hole = unsafe { Hole::new(&mut self.data, pos) }; localVariable
44891 let mut hole = unsafe { Hole::new(&mut self.data, pos) }; localVariable
48088 let hole = self.as_mut_ptr().add(index); localVariable