| /third_party/skia/src/core/ |
| H A D | SkTSort.h | 121 T* hole = next; in SkTInsertionSort() local
|
| /foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
| H A D | flutter_render_context.cpp | 81 Rect hole = transparentHole - childOffset; in PaintChild() local
|
| H A D | rosen_render_context.cpp | 93 Rect hole = transparentHole - childOffset; in PaintChild() 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...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | global_dictionary-inl.h | 77 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
|
| H A D | tagged_dictionary.cpp | 246 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local 427 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
|
| /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...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | linked_hashtable_stub_builder.cpp | 320 BRANCH(TaggedIsHole(key), &hole, &loopEnd); in GetDeletedElementsAt() local
|
| /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...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 4175 GateRef hole = GetVregValue(sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | frame_states.cpp | 290 auto hole = circuit_->GetConstantGate(MachineType::I64, in AdvanceToNextBc() local
|
| H A D | interpreter_stub.cpp | 1662 GateRef hole = GetVregValue(sp, ZExtInt8ToPtr(v0));
in DECLARE_ASM_HANDLER() local 1681 GateRef hole = acc;
in DECLARE_ASM_HANDLER() local
|
| H A D | slowpath_lowering.cpp | 890 auto hole = builder_.HoleConstant(); in SaveFrameToContext() local 1191 GateRef hole = acc_.GetValueIn(gate, 0); in LowerThrowUndefinedIfHole() local 1217 GateRef hole = acc_.GetValueIn(gate, 1); in LowerThrowUndefinedIfHoleWithName() local
|
| H A D | stub_builder.cpp | 2815 BRANCH(Int32GreaterThan(index, capacity), &hole, &exit); in ICStoreElement() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | pandagen.cpp | 1200 VReg hole = AllocReg(); in EmitRethrow() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | interpreter-inl.cpp | 3984 JSTaggedValue hole = GET_VREG_VALUE(v0); in RunInternal() local 3995 JSTaggedValue hole = acc; in RunInternal() 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...] |