Home
last modified time | relevance | path

Searched defs:hole (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/src/core/
H A DSkTSort.h121 T* hole = next; in SkTInsertionSort() local
/third_party/libdrm/amdgpu/
H A 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() argument
105 struct amdgpu_bo_va_hole *hole, *n; amdgpu_vamgr_find_va() local
170 struct amdgpu_bo_va_hole *hole, *next; amdgpu_vamgr_free_va() local
[all...]
/third_party/mesa3d/src/util/
H A Dvma.c95 util_vma_hole_alloc(struct util_vma_hole *hole, uint64_t offset, uint64_t size) util_vma_hole_alloc() argument
294 struct util_vma_hole *hole = calloc(1, sizeof(*hole)); util_vma_heap_free() local
[all...]
/third_party/mesa3d/src/util/tests/vma/
H A Dvma_random_test.cpp130 allocation hole = *i; in alloc() local
219 auto& hole = *begin(heap_holes); empty() local
[all...]
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A 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; radeon_bomgr_free_va() local
[all...]
/third_party/node/deps/v8/src/objects/
H A 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
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_lib.c2064 int hole; in ssl_get_min_max_version() local
[all...]
/third_party/openssl/ssl/statem/
H A Dstatem_lib.c2029 int hole; in ssl_get_min_max_version() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c1369 remove_hole(struct radv_device *device, union radv_shader_arena_block *hole) in remove_hole() argument
1378 add_hole(struct radv_device *device, union radv_shader_arena_block *hole) in add_hole() argument
1471 union radv_shader_arena_block *alloc = NULL, *hole = NULL; radv_alloc_shader_memory() local
1536 union radv_shader_arena_block *hole = list_entry(head, union radv_shader_arena_block, list); get_hole() local
1548 union radv_shader_arena_block *hole = alloc; radv_free_shader_memory() local
[all...]
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs22844 let mut hole = InsertionHole { src: &mut *tmp, dest: &mut v[1] }; in insert_head() variables
22905 let mut hole; merge() variables
44804 let mut hole = unsafe { Hole::new(&mut self.data, pos) }; sift_up() variables
44832 let mut hole = unsafe { Hole::new(&mut self.data, pos) }; sift_down_range() variables
44891 let mut hole = unsafe { Hole::new(&mut self.data, pos) }; sift_down_to_bottom() variables
[all...]

Completed in 46 milliseconds