Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkTSort.h121 T* hole = next; in SkTInsertionSort() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dflutter_render_context.cpp81 Rect hole = transparentHole - childOffset; in PaintChild() local
H A Drosen_render_context.cpp93 Rect hole = transparentHole - childOffset; in PaintChild() 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...]
/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_dictionary-inl.h77 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
H A Dtagged_dictionary.cpp246 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
427 JSTaggedValue hole = JSTaggedValue::Hole(); in ClearEntry() local
/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...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.cpp320 BRANCH(TaggedIsHole(key), &hole, &loopEnd); in GetDeletedElementsAt() local
/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...]
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp4175 GateRef hole = GetVregValue(sp, ZExtInt8ToPtr(v0)); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.cpp290 auto hole = circuit_->GetConstantGate(MachineType::I64, in AdvanceToNextBc() local
H A Dinterpreter_stub.cpp1662 GateRef hole = GetVregValue(sp, ZExtInt8ToPtr(v0)); in DECLARE_ASM_HANDLER() local
1681 GateRef hole = acc; in DECLARE_ASM_HANDLER() local
H A Dslowpath_lowering.cpp890 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 Dstub_builder.cpp2815 BRANCH(Int32GreaterThan(index, capacity), &hole, &exit); in ICStoreElement() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1200 VReg hole = AllocReg(); in EmitRethrow() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp3984 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 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 130 milliseconds