/external/libchrome/base/task/sequence_manager/ |
D | intrusive_heap.h | 153 void FillHole(size_t hole, T&& element) { in FillHole() 166 void MoveHoleUpAndFillWithElement(size_t hole, T&& element) { in MoveHoleUpAndFillWithElement() 181 void MoveHoleDownAndFillWithElement(size_t hole, T&& element) { in MoveHoleDownAndFillWithElement() 204 void MoveHoleDownAndFillWithLeafElement(size_t hole, T&& leaf_element) { in MoveHoleDownAndFillWithLeafElement()
|
/external/libdrm/amdgpu/ |
D | amdgpu_vamgr.c | 64 struct amdgpu_bo_va_hole *hole, *tmp; in amdgpu_vamgr_deinit() local 76 struct amdgpu_bo_va_hole *hole, *n; in amdgpu_vamgr_find_va() local 136 struct amdgpu_bo_va_hole *hole, *next; in amdgpu_vamgr_free_va() local
|
/external/mesa3d/src/util/tests/vma/ |
D | vma_random_test.cpp | 113 for (const auto& hole : heap_holes) { in alloc() local 125 allocation hole = *i; in alloc() local 214 auto& hole = *begin(heap_holes); in empty() local
|
/external/rust/crates/regex/src/ |
D | compile.rs | 23 hole: Hole, field 378 let hole = self.push_hole(InstHole::Save { slot: first_slot }); in c_capture() localVariable 382 let hole = self.push_hole(InstHole::Save { slot: first_slot + 1 }); in c_capture() localVariable 409 let hole = in c_char() localVariable 417 let hole = self.push_hole(InstHole::Char { c: c }); in c_char() localVariable 429 let hole = if ranges.len() == 1 && ranges[0].0 == ranges[0].1 { in c_class() localVariable 473 let hole = self.push_hole(InstHole::EmptyLook { look: look }); in c_empty_look() localVariable 779 let hole = self.insts.len(); in push_hole() localVariable 785 let hole = self.insts.len(); in push_split_hole() localVariable
|
/external/mesa3d/src/util/ |
D | vma.c | 95 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
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | streamout_jit.h | 50 bool hole; member
|
/external/skqp/src/core/ |
D | SkTSort.h | 129 T* hole = next; in SkTInsertionSort() local
|
D | SkCanvas.cpp | 1094 SkRegion hole(ir); in internalSaveLayer() local
|
/external/skia/src/core/ |
D | SkTSort.h | 121 T* hole = next; in SkTInsertionSort() local
|
/external/rust/crates/rayon/src/slice/ |
D | quicksort.rs | 69 let mut hole = CopyOnDrop { in shift_head() localVariable 104 let mut hole = CopyOnDrop { in shift_tail() localVariable
|
D | mergesort.rs | 80 let mut hole = InsertionHole { in insert_head() localVariable 156 let mut hole; in merge() localVariable
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_bo.c | 205 struct radeon_bo_va_hole *hole, *n; in radeon_bomgr_find_va() local 290 struct radeon_bo_va_hole *hole = NULL; in radeon_bomgr_free_va() local
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_softpin.c | 294 uint64_t hole; in test_evict_snoop() local
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 880 int write_block(int file_fd, char *buffer, int size, long long hole, int sparse) in write_block() 2007 long long hole = 0; in writer() local
|
/external/e2fsprogs/misc/ |
D | create_inode.c | 468 off_t data = 0, hole; in try_lseek_copy() local
|
/external/iproute2/tc/ |
D | f_flower.c | 933 bool hole = false; in __mask_bits() local
|