Home
last modified time | relevance | path

Searched defs:flag (Results 1 - 25 of 366) sorted by relevance

12345678910>>...15

/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_timeline_sync_fence.h29 struct mali_sync_flag *flag; /**< Sync flag used to connect tracker and sync fence. */ member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_timeline_sync_fence.h28 struct mali_sync_flag *flag; /**< Sync flag used to connect tracker and sync fence. */ member
/arkcompiler/ets_runtime/ecmascript/
H A Dwaiter_list.cpp38 [[maybe_unused]] bool flag = false; in DeleteNode() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_full_gc.h36 void SetForAppSpawn(bool flag) in SetForAppSpawn() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_context.h30 static inline bool kbase_ctx_flag(struct kbase_context *kctx, enum kbase_context_flags flag) in kbase_ctx_flag() argument
46 static inline void kbase_ctx_flag_clear(struct kbase_context *kctx, enum kbase_context_flags flag) in kbase_ctx_flag_clear() argument
79 kbase_ctx_flag_set(struct kbase_context *kctx, enum kbase_context_flags flag) kbase_ctx_flag_set() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/context/
H A Dmali_kbase_context.h98 static inline bool kbase_ctx_flag(struct kbase_context *kctx, enum kbase_context_flags flag) in kbase_ctx_flag() argument
114 static inline void kbase_ctx_flag_clear(struct kbase_context *kctx, enum kbase_context_flags flag) in kbase_ctx_flag_clear() argument
147 kbase_ctx_flag_set(struct kbase_context *kctx, enum kbase_context_flags flag) kbase_ctx_flag_set() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_context.h33 kbase_ctx_flag(struct kbase_context *kctx, enum kbase_context_flags flag) kbase_ctx_flag() argument
50 kbase_ctx_flag_clear(struct kbase_context *kctx, enum kbase_context_flags flag) kbase_ctx_flag_clear() argument
85 kbase_ctx_flag_set(struct kbase_context *kctx, enum kbase_context_flags flag) kbase_ctx_flag_set() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/context/
H A Dmali_kbase_context.h89 kbase_ctx_flag(struct kbase_context *kctx, enum kbase_context_flags flag) kbase_ctx_flag() argument
106 kbase_ctx_flag_clear(struct kbase_context *kctx, enum kbase_context_flags flag) kbase_ctx_flag_clear() argument
123 kbase_ctx_flag_set(struct kbase_context *kctx, enum kbase_context_flags flag) kbase_ctx_flag_set() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DwideningConverter.h103 void ApplyGlobalWidening(TypeFlag flag) in ApplyGlobalWidening() argument
150 void ApplyWidening(TypeFlag flag) in ApplyWidening() argument
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dlocal_sign_provider.cpp52 bool flag = false; in CheckPublicKeyPath() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/
H A Dsignature_block_types_test.cpp44 bool flag = type == SignatureBlockTypes::PROFILE_NOSIGNED_BLOCK; in HWTEST_F() local
60 bool flag = type == SignatureBlockTypes::PROFILE_SIGNED_BLOCK; in HWTEST_F() local
76 bool flag = type == SignatureBlockTypes::PROFILE_NOSIGNED_BLOCK; in HWTEST_F() local
92 bool flag = type == SignatureBlockTypes::PROFILE_NOSIGNED_BLOCK; in HWTEST_F() local
/developtools/profiler/device/plugins/ffrt_profiler/client/include/
H A Dffrt_profiler.h43 void SetEnableFlag(bool flag) in SetEnableFlag() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dgetopt.h15 int *flag; member
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_Log.c37 void _Rockchip_OSAL_Log(ROCKCHIP_LOG_LEVEL logLevel, OMX_U32 flag, const char *tag, const char *msg, ...) in _Rockchip_OSAL_Log() argument
H A DRockchip_OSAL_Library.c33 void *Rockchip_OSAL_dlopen(const char *filename, int flag) in Rockchip_OSAL_dlopen() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_atomic_flag.h32 static EtsAtomicFlag *FromCoreType(ObjectHeader *flag) in FromCoreType() argument
37 static const EtsAtomicFlag *FromCoreType(const ObjectHeader *flag) in FromCoreType() argument
62 static EtsAtomicFlag *FromEtsObject(EtsObject *flag) in FromEtsObject() argument
67 static const EtsAtomicFlag *FromEtsObject(const EtsObject *flag) in FromEtsObject() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DenvScope.cpp50 void LoopEnvScope::CopyBindings(PandaGen *pg, varbinder::VariableScope *scope, varbinder::VariableFlags flag) in CopyBindings() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
H A DregExpLiteral.cpp48 compiler::VReg flag = pg->AllocReg(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/dfx/
H A Dvm_thread_control.cpp45 void VmThreadControl::SetVMNeedSuspension(bool flag) in SetVMNeedSuspension() argument
55 void VmThreadControl::SetTerminationRequest(bool flag) in SetTerminationRequest() argument
60 void VmThreadControl::SetVMSuspended(bool flag) in SetVMSuspended() argument
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
H A Delf_sign_block_test.cpp51 bool flag = elfSignBlock.FromByteArray(arr, block); in HWTEST_F() local
74 bool flag = elfSignBlock.FromByteArray(arr, block); in HWTEST_F() local
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
H A Dsp_task_test.cpp52 bool flag = spTask.CheckTcpParam(str, errorInfo); in HWTEST_F() local
61 bool flag = spTask.CheckTcpParam(str, errorInfo); in HWTEST_F() local
70 bool flag = spTask.CheckTcpParam(str, errorInfo); in HWTEST_F() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_external.c35 mali_mem_bind_ext_buf(mali_mem_allocation *alloc, mali_mem_backend *mem_backend, u32 phys_addr, u32 flag) mali_mem_bind_ext_buf() argument
H A Dmali_memory_defer_bind.h32 u32 flag; member
47 u32 flag; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_memory_defer_bind.h32 u32 flag; member
48 u32 flag; member
H A Dmali_memory_external.c35 mali_mem_bind_ext_buf(mali_mem_allocation *alloc, mali_mem_backend *mem_backend, u32 phys_addr, u32 flag) mali_mem_bind_ext_buf() argument

Completed in 6 milliseconds

12345678910>>...15