/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/ |
H A D | frw_main.c | 45 hi_void frw_set_rom_resv_func(frw_rom_resv_func_enum_uint8 func_id, hi_void *func) in frw_set_rom_resv_func() argument 57 hi_void *frw_get_rom_resv_func(frw_rom_resv_func_enum_uint8 func_id) in frw_get_rom_resv_func() argument
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | wrap_opkill.cpp | 65 uint32_t func_id = GetKillingFuncId(inst->opcode()); in ReplaceWithFunctionCall() local
|
H A D | struct_cfg_analysis.cpp | 239 uint32_t func_id = funcs_to_process.front(); in FindFuncsCalledFromContinue() local
|
H A D | instrument_pass.cpp | 791 uint32_t func_id = param2input_func_id_[param_cnt]; in GetDirectReadFunctionId() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | wrap_opkill.cpp | 65 uint32_t func_id = GetKillingFuncId(inst->opcode()); in ReplaceWithFunctionCall() local
|
H A D | struct_cfg_analysis.cpp | 239 uint32_t func_id = funcs_to_process.front(); in FindFuncsCalledFromContinue() local
|
H A D | instrument_pass.cpp | 791 uint32_t func_id = param2input_func_id_[param_cnt]; in GetDirectReadFunctionId() local
|
/third_party/spirv-tools/source/opt/ |
H A D | wrap_opkill.cpp | 66 uint32_t func_id = GetKillingFuncId(inst->opcode()); in ReplaceWithFunctionCall() local
|
H A D | struct_cfg_analysis.cpp | 238 uint32_t func_id = funcs_to_process.front(); in FindFuncsCalledFromContinue() local
|
H A D | inst_buff_addr_check_pass.cpp | 209 const uint32_t func_id = TakeNextId(); in GetSearchAndTestFuncId() local 249 const uint32_t func_id = GetSearchAndTestFuncId(); in GenSearchAndTest() local
|
H A D | inst_bindless_check_pass.cpp | 71 const uint32_t func_id = TakeNextId(); in GenDescCheckFunctionId() local 106 const uint32_t func_id = GenDescCheckFunctionId(); in GenDescCheckCall() local
|
H A D | instrument_pass.cpp | 83 StartFunction( uint32_t func_id, const analysis::Type* return_type, const std::vector<const analysis::Type*>& param_types) StartFunction() argument 290 GenReadFunctionCall( uint32_t return_id, uint32_t func_id, const std::vector<uint32_t>& func_call_args, InstructionBuilder* ref_builder) GenReadFunctionCall() argument
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/arch/hi3516cv500/hal/ |
H A D | sys_drv.c | 96 hi_s32 sys_drv_drv_ioctrl(hi_mpp_chn *mpp_chn, sys_func func_id, hi_void *io_args) in sys_drv_drv_ioctrl() argument
|
/third_party/node/deps/v8/src/parsing/ |
H A D | preparser.cc | 285 int func_id = GetNextFunctionLiteralId(); in ParseFunctionLiteral() local
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_pm_policy.c | 119 static inline void kbase_timeline_pm_cores_func(struct kbase_device *kbdev, enum kbase_pm_func_id func_id, in kbase_timeline_pm_cores_func() argument 132 static inline void kbase_timeline_pm_cores_func(struct kbase_device *kbdev, enum kbase_pm_func_id func_id, in kbase_timeline_pm_cores_func() argument
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_pm_policy.c | 131 kbase_timeline_pm_cores_func(struct kbase_device *kbdev, enum kbase_pm_func_id func_id, kbase_pm_change_state state) kbase_timeline_pm_cores_func() argument 146 kbase_timeline_pm_cores_func(struct kbase_device *kbdev, enum kbase_pm_func_id func_id, kbase_pm_change_state state) kbase_timeline_pm_cores_func() argument
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_msl.cpp | 1567 void CompilerMSL::extract_global_variables_from_function(uint32_t func_id, std::set<uint32_t> &added_arg_ids, in extract_global_variables_from_function() argument
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder.cc | 610 auto func_id = func_op.to_i(); in GenerateFunction() local 2242 auto func_id = func_symbol_to_id_[ident->symbol]; in GenerateFunctionCall() local
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | bpf.h | 1623 static inline const struct bpf_func_proto *bpf_base_func_proto(enum bpf_func_id func_id) in bpf_base_func_proto() argument
|
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 248 int func_id;
member 440 static bool is_release_function(enum bpf_func_id func_id)
in is_release_function() argument 445 static bool may_be_acquire_function(enum bpf_func_id func_id)
in may_be_acquire_function() argument 452 is_acquire_function(enum bpf_func_id func_id, const struct bpf_map *map) is_acquire_function() argument 469 is_ptr_cast_function(enum bpf_func_id func_id) is_ptr_cast_function() argument 4619 may_update_sockmap(struct bpf_verifier_env *env, int func_id) may_update_sockmap() argument 4658 check_map_func_compatibility(struct bpf_verifier_env *env, struct bpf_map *map, int func_id) check_map_func_compatibility() argument 4916 check_refcount_ok(const struct bpf_func_proto *fn, int func_id) check_refcount_ok() argument 4966 check_func_proto(const struct bpf_func_proto *fn, int func_id) check_func_proto() argument 5204 do_refine_retval_range(struct bpf_reg_state *regs, int ret_type, int func_id, struct bpf_call_arg_meta *meta) do_refine_retval_range() argument 5222 record_func_map(struct bpf_verifier_env *env, struct bpf_call_arg_meta *meta, int func_id, int insn_idx) record_func_map() argument 5257 record_func_key(struct bpf_verifier_env *env, struct bpf_call_arg_meta *meta, int func_id, int insn_idx) record_func_key() argument 5306 check_helper_call(struct bpf_verifier_env *env, int func_id, int insn_idx) check_helper_call() argument [all...] |
/third_party/libbpf/src/ |
H A D | libbpf.c | 7215 static bool insn_is_helper_call(struct bpf_insn *insn, enum bpf_func_id *func_id) argument 7231 enum bpf_func_id func_id; local
|