| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_timeline_sync_fence.h | 29 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 D | mali_timeline_sync_fence.h | 28 struct mali_sync_flag *flag; /**< Sync flag used to connect tracker and sync fence. */ member
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | waiter_list.cpp | 38 [[maybe_unused]] bool flag = false; in DeleteNode() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_full_gc.h | 36 void SetForAppSpawn(bool flag) in SetForAppSpawn() argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_context.h | 30 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 D | mali_kbase_context.h | 98 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 D | mali_kbase_context.h | 33 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 D | mali_kbase_context.h | 89 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 D | wideningConverter.h | 103 void ApplyGlobalWidening(TypeFlag flag) in ApplyGlobalWidening() argument 150 void ApplyWidening(TypeFlag flag) in ApplyWidening() argument
|
| /developtools/hapsigner/hapsigntool_cpp/hap/provider/src/ |
| H A D | local_sign_provider.cpp | 52 bool flag = false; in CheckPublicKeyPath() local
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/ |
| H A D | signature_block_types_test.cpp | 44 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 D | ffrt_profiler.h | 43 void SetEnableFlag(bool flag) in SetEnableFlag() argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
| H A D | getopt.h | 15 int *flag; member
|
| /device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
| H A D | Rockchip_OSAL_Log.c | 37 void _Rockchip_OSAL_Log(ROCKCHIP_LOG_LEVEL logLevel, OMX_U32 flag, const char *tag, const char *msg, ...) in _Rockchip_OSAL_Log() argument
|
| H A D | Rockchip_OSAL_Library.c | 33 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 D | ets_atomic_flag.h | 32 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 D | envScope.cpp | 50 void LoopEnvScope::CopyBindings(PandaGen *pg, varbinder::VariableScope *scope, varbinder::VariableFlags flag) in CopyBindings() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
| H A D | regExpLiteral.cpp | 48 compiler::VReg flag = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/ |
| H A D | vm_thread_control.cpp | 45 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 D | elf_sign_block_test.cpp | 51 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 D | sp_task_test.cpp | 52 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 D | mali_memory_external.c | 35 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 D | mali_memory_defer_bind.h | 32 u32 flag;
member 47 u32 flag;
member
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_memory_defer_bind.h | 32 u32 flag; member 48 u32 flag; member
|
| H A D | mali_memory_external.c | 35 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
|