/third_party/openssl/crypto/ec/ |
H A D | ecx_meth.c | 217 static int ecx_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in ecx_ctrl() argument 222 ECX_KEY *ecx = ossl_ecx_key_op(NULL, arg2, arg1, pkey->ameth->pkey_id, in ecx_ctrl() 233 unsigned char **ppt = arg2; in ecx_ctrl() 247 static int ecd_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in ecd_ctrl() argument 252 *(int *)arg2 = NID_undef; in ecd_ctrl()
|
/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/ |
H A D | mock_wifi_ap_service.h | 87 void SendMessage(int what, int arg1, int arg2);
|
/foundation/communication/nfc/services/include/ |
H A D | nfc_service.h | 57 void OnVendorEvent(int eventType, int arg1, std::string arg2);
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | sbi.h | 263 unsigned long arg1, unsigned long arg2,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.h | 124 int wcn36xx_smd_dump_cmd_req(struct wcn36xx *wcn, u32 arg1, u32 arg2,
|
/kernel/uniproton/src/core/kernel/timer/swtmr/ |
H A D | prt_swtmr.c | 76 swtmr->handler(OS_SWTMR_INDEX_2_ID(swtmr->swtmrIndex), swtmr->arg1, swtmr->arg2, swtmr->arg3, swtmr->arg4); in OsSwTmrScanProcess()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-helpers.h | 58 ecma_value_t arg2, ecma_string_index_of_mode_t mode);
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | asn1.h | 53 int (*pkey_ctrl) (EVP_PKEY *pkey, int op, long arg1, void *arg2);
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_sock.c | 33 static long sock_ctrl(BIO *h, int cmd, long arg1, void *arg2);
|
H A D | bss_fd.c | 55 static long fd_ctrl(BIO *h, int cmd, long arg1, void *arg2);
|
H A D | bf_prefix.c | 20 static long prefix_ctrl(BIO *b, int cmd, long arg1, void *arg2);
|
H A D | bf_nbio.c | 24 static long nbiof_ctrl(BIO *h, int cmd, long arg1, void *arg2);
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | bio_md.c | 23 static long md_ctrl(BIO *h, int cmd, long arg1, void *arg2);
|
/third_party/openssl/crypto/evp/ |
H A D | bio_md.c | 23 static long md_ctrl(BIO *h, int cmd, long arg1, void *arg2);
|
/third_party/openssl/crypto/bio/ |
H A D | bf_prefix.c | 20 static long prefix_ctrl(BIO *b, int cmd, long arg1, void *arg2);
|
H A D | bf_nbio.c | 24 static long nbiof_ctrl(BIO *h, int cmd, long arg1, void *arg2);
|
H A D | bss_sock.c | 33 static long sock_ctrl(BIO *h, int cmd, long arg1, void *arg2);
|
H A D | bss_fd.c | 55 static long fd_ctrl(BIO *h, int cmd, long arg1, void *arg2);
|
/third_party/openssl/include/crypto/ |
H A D | asn1.h | 53 int (*pkey_ctrl) (EVP_PKEY *pkey, int op, long arg1, void *arg2);
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 10742 uint64_t arg2, 10745 uint64_t data0[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; 10746 uint64_t data1[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; 10747 uint64_t data2[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; 10748 uint64_t data3[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; 10749 uint64_t data4[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; 10750 uint64_t data5[] __attribute__((aligned(kXRegSizeInBytes * 2))) = {arg2, 0}; 10785 uint64_t stored_value = arg2 & result_mask; 10791 // The data fields contain arg2 already then only the bits masked by 10793 uint64_t final_expected = (arg2 [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | bsaes-x86_64.pl | 1166 my ($arg1,$arg2,$arg3,$arg4,$arg5,$arg6)=$win64 ? ("%rcx","%rdx","%r8","%r9","%r10","%r11d") 1213 mov $arg2,$out 1336 lea ($out), $arg2 1432 mov $arg2,$out 1556 lea ($out), $arg2 1667 mov $arg2, $out 1865 lea 0x20(%rbp), $arg2 # buffer output 1964 mov $arg2, $out 2108 lea 0x30(%rbp), $arg2 2222 mov $arg2, [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | bsaes-x86_64.pl | 1166 my ($arg1,$arg2,$arg3,$arg4,$arg5,$arg6)=$win64 ? ("%rcx","%rdx","%r8","%r9","%r10","%r11d") 1213 mov $arg2,$out 1336 lea ($out), $arg2 1432 mov $arg2,$out 1556 lea ($out), $arg2 1667 mov $arg2, $out 1865 lea 0x20(%rbp), $arg2 # buffer output 1964 mov $arg2, $out 2108 lea 0x30(%rbp), $arg2 2222 mov $arg2, [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 1779 const IArg2& arg2 = IArg2(), in apply() 1782 return this->applyArgs(ctx, IArgs(arg0, arg1, arg2, arg3)); in apply() 1788 const IArg2& arg2 = IArg2(), in fail() 1791 return this->doFail(ctx, IArgs(arg0, arg1, arg2, arg3)); in fail() 1800 const ExprP<Arg2>& arg2 = voidP(), 1859 const ExprP<Arg2>& arg2 = voidP(), in Apply() 1862 m_args (arg0, arg1, arg2, arg3) {} in Apply() 1936 const ExprP<typename Sig::Arg2>& arg2 = voidP(), in createApply() 1939 return exprP(new Apply<Sig>(func, arg0, arg1, arg2, arg3)); in createApply() 1945 const ExprP<typename Sig::Arg2>& arg2, in operator ()() 1943 operator ()(const ExprP<typename Sig::Arg0>& arg0, const ExprP<typename Sig::Arg1>& arg1, const ExprP<typename Sig::Arg2>& arg2, const ExprP<typename Sig::Arg3>& arg3) const operator ()() argument 1991 ApplyVar(const ApplyFunc& func, const VariableP<Arg0>& arg0, const VariableP<Arg1>& arg1, const VariableP<Arg2>& arg2, const VariableP<Arg3>& arg3) ApplyVar() argument 2022 applyVar(const Func<Sig>& func, const VariableP<typename Sig::Arg0>& arg0, const VariableP<typename Sig::Arg1>& arg1, const VariableP<typename Sig::Arg2>& arg2, const VariableP<typename Sig::Arg3>& arg3) applyVar() argument 3541 mat3(const ExprP<Vector<T, Rows> >& arg0, const ExprP<Vector<T, Rows> >& arg1, const ExprP<Vector<T, Rows> >& arg2) mat3() argument 3549 mat4(const ExprP<Vector<T, Rows> >& arg0, const ExprP<Vector<T, Rows> >& arg1, const ExprP<Vector<T, Rows> >& arg2, const ExprP<Vector<T, Rows> >& arg3) mat4() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 1752 const IArg2& arg2 = IArg2(), in apply() 1755 return this->applyArgs(ctx, IArgs(arg0, arg1, arg2, arg3)); in apply() 1761 const IArg2& arg2 = IArg2(), in fail() 1764 return this->doFail(ctx, IArgs(arg0, arg1, arg2, arg3)); in fail() 1773 const ExprP<Arg2>& arg2 = voidP(), 1832 const ExprP<Arg2>& arg2 = voidP(), in Apply() 1835 m_args (arg0, arg1, arg2, arg3) {} in Apply() 1909 const ExprP<typename Sig::Arg2>& arg2 = voidP(), in createApply() 1912 return exprP(new Apply<Sig>(func, arg0, arg1, arg2, arg3)); in createApply() 1918 const ExprP<typename Sig::Arg2>& arg2, in operator ()() 1916 operator ()(const ExprP<typename Sig::Arg0>& arg0, const ExprP<typename Sig::Arg1>& arg1, const ExprP<typename Sig::Arg2>& arg2, const ExprP<typename Sig::Arg3>& arg3) const operator ()() argument 1964 ApplyVar(const ApplyFunc& func, const VariableP<Arg0>& arg0, const VariableP<Arg1>& arg1, const VariableP<Arg2>& arg2, const VariableP<Arg3>& arg3) ApplyVar() argument 1995 applyVar(const Func<Sig>& func, const VariableP<typename Sig::Arg0>& arg0, const VariableP<typename Sig::Arg1>& arg1, const VariableP<typename Sig::Arg2>& arg2, const VariableP<typename Sig::Arg3>& arg3) applyVar() argument 3530 mat3(const ExprP<Vector<T, Rows> >& arg0, const ExprP<Vector<T, Rows> >& arg1, const ExprP<Vector<T, Rows> >& arg2) mat3() argument 3538 mat4(const ExprP<Vector<T, Rows> >& arg0, const ExprP<Vector<T, Rows> >& arg1, const ExprP<Vector<T, Rows> >& arg2, const ExprP<Vector<T, Rows> >& arg3) mat4() argument [all...] |
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64.cc | 3423 const CPURegister& arg2, in TruncateDoubleToI() 3431 CPURegister args[kPrintfMaxArgCount] = {arg0, arg1, arg2, arg3}; in TruncateDoubleToI() 3448 tmp_list.Remove(arg0, arg1, arg2, arg3); in TruncateDoubleToI() 3452 fp_tmp_list.Remove(arg0, arg1, arg2, arg3); in TruncateDoubleToI() 3601 CPURegister arg1, CPURegister arg2, in TruncateDoubleToI() 3623 tmp_list.Remove(arg0, arg1, arg2, arg3); in TruncateDoubleToI() 3624 fp_tmp_list.Remove(arg0, arg1, arg2, arg3); in TruncateDoubleToI() 3635 bool arg2_sp = arg2.is_valid() && sp.Aliases(arg2); in TruncateDoubleToI() 3646 if (arg2_sp) arg2 in TruncateDoubleToI() 3420 PrintfNoPreserve(const char* format, const CPURegister& arg0, const CPURegister& arg1, const CPURegister& arg2, const CPURegister& arg3) TruncateDoubleToI() argument [all...] |