/third_party/skia/src/core/ |
H A D | SkTSort.h | 121 T* hole = next; in SkTInsertionSort() local
|
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_vamgr.c | 64 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 D | vma.c | 95 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 D | vma_random_test.cpp | 130 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 D | radeon_drm_bo.c | 202 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 D | ordered-hash-table.cc | 346 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 D | statem_lib.c | 2064 int hole; in ssl_get_min_max_version() local [all...] |
/third_party/openssl/ssl/statem/ |
H A D | statem_lib.c | 2029 int hole; in ssl_get_min_max_version() local [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.c | 1369 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 D | rust-library.rs | 22844 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...] |