/third_party/libabigail/tests/data/test-diff-dwarf/ |
H A D | test25-removed-fn-parms-v0.c | 5 __attribute__((unused)) char arg1, in fun() 4 fun(__attribute__((unused))unsigned arg0, __attribute__((unused)) char arg1, __attribute__((unused)) int arg2) fun() argument
|
H A D | test24-added-fn-parms-v1.c | 10 __attribute__((unused)) char arg1, in fun() 9 fun(__attribute__((unused))unsigned arg0, __attribute__((unused)) char arg1, __attribute__((unused)) int arg2) fun() argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
H A D | abi_variadic_function.rs | 10 pub fn b(arg1: ::std::os::raw::c_char, ...) -> ::std::os::raw::c_char; in b()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/ |
H A D | abi_variadic_function.rs | 10 pub fn b(arg1: ::std::os::raw::c_char, ...) -> ::std::os::raw::c_char; in b()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | pointer-attr.rs | 9 pub fn a(arg1: *const ::std::os::raw::c_char); in a()
|
H A D | func_ptr_return_type.rs | 11 arg1: ::std::os::raw::c_int, in func()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 117 #define arg1 rdi define 128 #define keysize 2*15*16(%arg1) 787 * arg1, %arg2, %arg3 are used as a pointer only, not modified 804 MOVADQ 0(%arg1),\TMP2 815 lea 0x10(%arg1),%r10 892 MOVADQ 0(%arg1),\TMP1 898 movaps 0x10*\index(%arg1), \TMP1 905 movaps 0x10*\index(%arg1), \TMP1 911 lea 0xa0(%arg1),%r10 977 * arg1, [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 113 #define arg1 rdi define 124 #define keysize 2*15*16(%arg1) 783 * arg1, %arg2, %arg3 are used as a pointer only, not modified 800 MOVADQ 0(%arg1),\TMP2 811 lea 0x10(%arg1),%r10 888 MOVADQ 0(%arg1),\TMP1 894 movaps 0x10*\index(%arg1), \TMP1 901 movaps 0x10*\index(%arg1), \TMP1 907 lea 0xa0(%arg1),%r10 973 * arg1, [all...] |
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/include/ |
H A D | fsm_message.h | 23 uint32_t arg1; member
|
/kernel/linux/linux-5.10/arch/arm/mach-bcm/ |
H A D | bcm_kona_smc.h | 28 unsigned arg1,
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | sigframe.h | 15 unsigned long arg1; /* siginfo pointer */ member
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | sigframe.h | 15 unsigned long arg1; /* siginfo pointer */ member
|
/kernel/linux/linux-6.6/arch/arm/mach-bcm/ |
H A D | bcm_kona_smc.h | 18 unsigned arg1,
|
/third_party/ltp/utils/benchmark/ebizzy-0.3/ |
H A D | ebizzy.h | 22 #define mallopt(arg1, arg2) do { } while (0);
|
/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_connection.c | 854 WaitNegotiationClosingTimeoutHandler((uint32_t)msg->arg1); in BrConnectionMsgHandler() 857 RetryNotifyReferenceHandler((uint32_t)msg->arg1); in BrConnectionMsgHandler() 860 ReportConnectExceptionHandler(msg->arg1, (int32_t)msg->arg2); in BrConnectionMsgHandler() 863 BrOnOccupyRelease((uint32_t)msg->arg1); in BrConnectionMsgHandler() 866 BrUpdateConnectionRc((uint32_t)msg->arg1, (int32_t)msg->arg2); in BrConnectionMsgHandler() 869 BrOnReferenceRequest((uint32_t)msg->arg1, (ReferenceCount *)msg->obj); in BrConnectionMsgHandler() 888 if (msg->arg1 == ctx->arg1) { in BrCompareConnectionLooperEventFunc() 896 if (ctx->arg1 != 0 || ctx->arg2 != 0 || ctx->obj != NULL) { in BrCompareConnectionLooperEventFunc() 899 "what=%{public}d, arg1 in BrCompareConnectionLooperEventFunc() [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-at91/ |
H A D | sam_secure.h | 16 struct arm_smccc_res sam_smccc_call(u32 fn, u32 arg0, u32 arg1);
|
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | arm_sdei.c | 40 unsigned long arg0, unsigned long arg1, 138 unsigned long arg1, unsigned long arg2, in invoke_sdei_fn() 146 sdei_firmware_call(function_id, arg0, arg1, arg2, arg3, arg4, in invoke_sdei_fn() 840 unsigned long arg0, unsigned long arg1, in sdei_smccc_smc() 844 arm_smccc_smc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_smc() 849 unsigned long arg0, unsigned long arg1, in sdei_smccc_hvc() 853 arm_smccc_hvc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_hvc() 137 invoke_sdei_fn(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, u64 *result) invoke_sdei_fn() argument 839 sdei_smccc_smc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, struct arm_smccc_res *res) sdei_smccc_smc() argument 848 sdei_smccc_hvc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, struct arm_smccc_res *res) sdei_smccc_hvc() argument
|
/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | arm_sdei.c | 39 unsigned long arg0, unsigned long arg1, 137 unsigned long arg1, unsigned long arg2, in invoke_sdei_fn() 145 sdei_firmware_call(function_id, arg0, arg1, arg2, arg3, arg4, in invoke_sdei_fn() 839 unsigned long arg0, unsigned long arg1, in sdei_smccc_smc() 843 arm_smccc_smc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_smc() 848 unsigned long arg0, unsigned long arg1, in sdei_smccc_hvc() 852 arm_smccc_hvc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_hvc() 136 invoke_sdei_fn(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, u64 *result) invoke_sdei_fn() argument 838 sdei_smccc_smc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, struct arm_smccc_res *res) sdei_smccc_smc() argument 847 sdei_smccc_hvc(unsigned long function_id, unsigned long arg0, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, struct arm_smccc_res *res) sdei_smccc_hvc() argument
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/ |
H A D | ui_service_extension_context.cpp | 107 callback.onResult = [uiExtensionCallbacks](int32_t arg1, const OHOS::AAFwk::Want arg2) { in StartAbilityByType() 108 uiExtensionCallbacks->OnResult(arg1, arg2); in StartAbilityByType()
|
/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/ |
H A D | mock_wifi_ap_service.h | 86 void SendMessage(int what, int arg1); 87 void SendMessage(int what, int arg1, int arg2);
|
/foundation/communication/nfc/services/src/ipc/controller/ |
H A D | nfc_controller_impl.cpp | 135 KITS::ErrorCode NfcControllerImpl::NotifyEventStatus(int eventType, int arg1, std::string arg2)
in NotifyEventStatus() argument 141 nfcService_.lock()->OnVendorEvent(eventType, arg1, arg2);
in NotifyEventStatus()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_texture.h | 158 TextureFormatTypeMap(GLenum arg1, GLenum arg2, GLenum arg3) : internalFormat(arg1), format(arg2), type(arg3) {} in TextureFormatTypeMap()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | relocate_kernel.S | 16 PTR_L a1, arg1 152 arg1: PTR 0x0 label
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | relocate_kernel.S | 35 0: copy %arg1, %rp 136 LDREG kexec_cmdline-0b(%arg2), %arg1
|
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_reqmgr.h | 142 void (*callback)(int status, void *arg1, void *arg2); 159 void (*callback)(int status, void *arg1, void *arg2);
|