Home
last modified time | relevance | path

Searched defs:pointer (Results 101 - 125 of 490) sorted by relevance

12345678910>>...20

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist_node.h203 typedef typename OptionsT::pointer pointer; typedef
/third_party/skia/third_party/externals/icu/source/common/
H A Dulist.cpp159 const UListNode *pointer; in ulist_containsString() local
173 UListNode *pointer; in ulist_removeString() local
[all...]
/third_party/unity/extras/fixture/src/
H A Dunity_fixture.c144 void** pointer; member
156 void UnityPointer_Set(void** pointer, void* newValue, UNITY_LINE_TYPE line) in UnityPointer_Set() argument
/third_party/python/Objects/
H A Dcapsule.c8 void *pointer; member
44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor) in PyCapsule_New() argument
134 PyCapsule_SetPointer(PyObject *o, void *pointer) in PyCapsule_SetPointer() argument
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_load.cpp48 auto pointer = ir_context->get_def_use_mgr()->GetDef(message_.pointer_id()); in IsApplicable() local
H A Dtransformation_store.cpp43 auto pointer = ir_context->get_def_use_mgr()->GetDef(message_.pointer_id()); in IsApplicable() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Druntime.cpp370 void Runtime::PushToSharedNativePointerList(JSNativePointer *pointer) in PushToSharedNativePointerList() argument
H A Djs_collator.h89 static void FreeIcuCollator([[maybe_unused]] void *env, void *pointer, [[maybe_unused]] void *hint = nullptr) in FreeIcuCollator() argument
H A Djs_plural_rules.cpp32 void JSPluralRules::FreeIcuNumberFormatter([[maybe_unused]] void *env, void *pointer, void* hint) in FreeIcuNumberFormatter() argument
59 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuPointer, callback, ecmaVm); in SetIcuNumberFormatter() local
70 void JSPluralRules::FreeIcuPluralRules([[maybe_unused]] void *env, void *pointer, void* hint) in FreeIcuPluralRules() argument
97 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(icuPointer, callback, ecmaVm); SetIcuPluralRules() local
[all...]
/arkcompiler/runtime_core/libpandafile/
H A Ddata_protect.h34 explicit DataProtect(const uintptr_t pointer) in DataProtect() argument
45 static inline uintptr_t DataProtectAut(const uintptr_t pointer, [[maybe_unused]]const uintptr_t address) in DataProtectAut() argument
65 static inline uintptr_t DataProtectPac(const uintptr_t pointer, [[maybe_unused]]const uintptr_t address) in DataProtectPac() argument
85 Update(const uintptr_t pointer) Update() argument
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dmmap_mem_pool_test.cpp130 auto *pointer = static_cast<uint64_t *>(start); in FillMemory() local
140 auto *pointer = static_cast<uint64_t *>(start); in IsZeroMemory() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_dataview_stub_builder.cpp80 GateRef pointer = builder.GetDataPointFromBuffer(buffer); in SetTypedValue() local
109 void BuiltinsDataViewStubBuilder::SetValueInBufferForInt32(GateRef glue, GateRef pointer, GateRef offset, in SetValueInBufferForInt32() argument
126 Store(VariableType::INT8(), glue, pointer, offset, TruncInt32ToInt8(b0)); in SetValueInBufferForInt32() local
127 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(1)), TruncInt32ToInt8(b1)); in SetValueInBufferForInt32() local
128 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::TWO)), TruncInt32ToInt8(b2)); in SetValueInBufferForInt32() local
129 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::THREE)), TruncInt32ToInt8(b3)); in SetValueInBufferForInt32() local
134 Store(VariableType::INT8(), glue, pointer, offse in SetValueInBufferForInt32() local
135 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(1)), TruncInt32ToInt8(b2)); SetValueInBufferForInt32() local
136 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::TWO)), TruncInt32ToInt8(b1)); SetValueInBufferForInt32() local
137 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::THREE)), TruncInt32ToInt8(b0)); SetValueInBufferForInt32() local
144 SetValueInBufferForInt64(GateRef glue, GateRef pointer, GateRef offset, GateRef value, GateRef littleEndianHandle) SetValueInBufferForInt64() argument
170 Store(VariableType::INT8(), glue, pointer, offset, TruncInt32ToInt8(b0)); SetValueInBufferForInt64() local
171 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(1)), TruncInt32ToInt8(b1)); SetValueInBufferForInt64() local
172 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::TWO)), TruncInt32ToInt8(b2)); SetValueInBufferForInt64() local
173 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::THREE)), TruncInt32ToInt8(b3)); SetValueInBufferForInt64() local
174 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::FOUR)), TruncInt32ToInt8(b4)); SetValueInBufferForInt64() local
175 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::FIVE)), TruncInt32ToInt8(b5)); SetValueInBufferForInt64() local
176 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::SIX)), TruncInt32ToInt8(b6)); SetValueInBufferForInt64() local
177 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::SEVEN)), TruncInt32ToInt8(b7)); SetValueInBufferForInt64() local
182 Store(VariableType::INT8(), glue, pointer, offset, TruncInt32ToInt8(b7)); SetValueInBufferForInt64() local
183 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(1)), TruncInt32ToInt8(b6)); SetValueInBufferForInt64() local
184 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::TWO)), TruncInt32ToInt8(b5)); SetValueInBufferForInt64() local
185 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::THREE)), TruncInt32ToInt8(b4)); SetValueInBufferForInt64() local
186 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::FOUR)), TruncInt32ToInt8(b3)); SetValueInBufferForInt64() local
187 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::FIVE)), TruncInt32ToInt8(b2)); SetValueInBufferForInt64() local
188 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::SIX)), TruncInt32ToInt8(b1)); SetValueInBufferForInt64() local
189 Store(VariableType::INT8(), glue, pointer, Int32Add(offset, Int32(OffsetIndex::SEVEN)), TruncInt32ToInt8(b0)); SetValueInBufferForInt64() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.cpp54 GateRef CircuitBuilder::ExtractValue(MachineType mt, GateRef pointer, GateRef index) in ExtractValue() argument
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_bitvector.cpp57 JSHandle<JSNativePointer> pointer = factory->NewJSNativePointer(newBitSetVector, in BitVectorConstructor() local
507 void ContainersBitVector::FreeBitsetVectorPointer([[maybe_unused]] void *env, void *pointer, in FreeBitsetVectorPointer() argument
/base/telephony/core_service/test/unittest/icc_dialling_numbers_handler_gtest/
H A Dicc_dialling_numbers_handler_gtest.cpp136 AppExecFwk::InnerEvent::Pointer pointer = AppExecFwk::InnerEvent::Get(1, 1); in HWTEST_F() local
154 AppExecFwk::InnerEvent::Pointer pointer = AppExecFwk::InnerEvent::Get(1, 1); in HWTEST_F() local
/device/board/hihope/dayu210/audio_drivers/soc/src/
H A Drk3588_dma_ops.c245 static int32_t BytesToFrames(uint32_t frameBits, uint32_t size, uint32_t *pointer) in BytesToFrames() argument
255 int32_t Rk3588PcmPointer(struct PlatformData *data, const enum AudioStreamType streamType, uint32_t *pointer) in Rk3588PcmPointer() argument
/device/board/hihope/rk3568/audio_drivers/soc/src/
H A Drk3568_dma_ops.c346 static int32_t BytesToFrames(uint32_t frameBits, uint32_t size, uint32_t *pointer) in BytesToFrames() argument
356 int32_t Rk3568PcmPointer(struct PlatformData *data, const enum AudioStreamType streamType, uint32_t *pointer) in Rk3568PcmPointer() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_checkboxgroup_bridge.cpp290 auto pointer = nodeArg->ToNativePointer(vm); in SetCheckboxGroupOptions() local
H A Darkts_native_rating_bridge.cpp206 auto pointer = nodeArg->ToNativePointer(vm); in SetRatingOptions() local
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Devent_dispatcher.cpp91 TouchPoint pointer; in ConvertTouchEvent() local
[all...]
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_screen_touch_test.cpp338 MMI::PointerEvent::PointerItem pointer = {}; in HWTEST_F() local
361 MMI::PointerEvent::PointerItem pointer = {}; in HWTEST_F() local
403 MMI::PointerEvent::PointerItem pointer = {}; HWTEST_F() local
429 MMI::PointerEvent::PointerItem pointer = {}; HWTEST_F() local
455 MMI::PointerEvent::PointerItem pointer = {}; HWTEST_F() local
481 MMI::PointerEvent::PointerItem pointer = {}; HWTEST_F() local
507 MMI::PointerEvent::PointerItem pointer = {}; HWTEST_F() local
533 MMI::PointerEvent::PointerItem pointer = {}; HWTEST_F() local
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_connection.cpp265 sptr<AccessibleAbilityConnection> pointer = this; in OnAbilityConnectDoneSync() local
H A Daccessibility_touchEvent_injector.cpp107 MMI::PointerEvent::PointerItem pointer = {}; in CancelGesture() local
221 MMI::PointerEvent::PointerItem pointer = {}; in ParseTapsEvents() local
277 MMI::PointerEvent::PointerItem pointer = {}; ParseMovesEvents() local
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/texture_encode/
H A Dcommon.h124 int HWE_ReturnIfNull(const void* pointer, const char* msg) in HWE_ReturnIfNull() argument
/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h134 Pointer pointer; in InitializeFrom() local

Completed in 17 milliseconds

12345678910>>...20