/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha512-ssse3-asm.S | 90 # Input message (arg1)
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | irq_64.c | 295 void *arg1, void *arg2) in irq_install_pre_handler() 293 irq_install_pre_handler(int irq, void (*func)(unsigned int, void *, void *), void *arg1, void *arg2) irq_install_pre_handler() argument
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha512-ssse3-asm.S | 87 # Input message (arg1)
|
H A D | sha512-avx-asm.S | 89 # Input message (arg1)
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | fault.c | 671 , [arg1] "r" (regs), [arg2] "r" (address), [arg3] "r" (&info)); in page_fault_oops()
|
/third_party/elfutils/libdw/ |
H A D | libdwP.h | 1307 int __libdw_finddbg_cb (const void *arg1, const void *arg2);
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | xvididct.asm | 188 ;row1, row2, reg1, reg2, clear1, arg1, clear2, arg2
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_ameth.c | 420 static int rsa_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in rsa_pkey_ctrl() argument
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 157 pub sa_handler: extern fn(arg1: ::c_int),
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_ameth.c | 417 static int rsa_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in rsa_pkey_ctrl() argument
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross.hpp | 357 void set_execution_mode(spv::ExecutionMode mode, uint32_t arg0 = 0, uint32_t arg1 = 0, uint32_t arg2 = 0);
|
H A D | spirv_cross_c.h | 883 unsigned arg0, unsigned arg1, unsigned arg2);
|
H A D | main.cpp | 465 uint32_t arg1 = compiler.get_execution_mode_argument(mode, 1); in print_resources() 475 fprintf(stderr, " LocalSize: (%u, %u, %u)\n", arg0, arg1, arg2); in print_resources()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 4644 R CallMethod1(C *obj, P1 arg1) { in CallMethod1() argument 4645 return ((*obj).*F)(arg1); in CallMethod1() 4649 R CallMethod2(C *obj, P1 arg1, P2 arg2) { in CallMethod2() argument 4650 return ((*obj).*F)(arg1, arg2); in CallMethod2() 4654 R CallMethod3(C *obj, P1 arg1, P2 arg2, P3 arg3) { in CallMethod3() argument 4655 return ((*obj).*F)(arg1, arg2, arg3); in CallMethod3() 4660 R CallMethod4(C *obj, P1 arg1, P2 arg2, P3 arg3, P4 arg4) { in CallMethod4() argument 4661 return ((*obj).*F)(arg1, arg2, arg3, arg4); in CallMethod4() 4815 /* Function wrapper that munges the return value from void to (void*)arg1 */
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.cpp | 1669 TIntermTyped* arg1 = arg[1]->getAsTyped(); in visitAggregate() local 1670 emit(sw::Shader::OPCODE_TRUNC, arg1, arg[0]); in visitAggregate() 1671 assignLvalue(arg1, arg1); in visitAggregate() 1672 emitBinary(sw::Shader::OPCODE_SUB, result, arg[0], arg1); in visitAggregate()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_connection_manager.cpp | 1203 bool GattConnectionManager::Device::ProcessMessage(int messageId, int arg1, void *arg2) in ProcessMessage() argument 1208 return SM().ProcessMessage(utility::Message(messageId, arg1, arg2)); in ProcessMessage()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | sil-sii8620.c | 412 static void sii8620_mt_msc_cmd(struct sii8620 *ctx, u8 cmd, u8 arg1, u8 arg2) in sii8620_mt_msc_cmd() argument 420 msg->reg[1] = arg1; in sii8620_mt_msc_cmd()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | dell-laptop.c | 340 u32 arg0, u32 arg1, u32 arg2, u32 arg3) in dell_fill_request() 344 buffer->input[1] = arg1; in dell_fill_request() 339 dell_fill_request(struct calling_interface_buffer *buffer, u32 arg0, u32 arg1, u32 arg2, u32 arg3) dell_fill_request() argument
|
/kernel/linux/linux-6.6/drivers/platform/x86/dell/ |
H A D | dell-laptop.c | 357 u32 arg0, u32 arg1, u32 arg2, u32 arg3) in dell_fill_request() 361 buffer->input[1] = arg1; in dell_fill_request() 356 dell_fill_request(struct calling_interface_buffer *buffer, u32 arg0, u32 arg1, u32 arg2, u32 arg3) dell_fill_request() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | sil-sii8620.c | 412 static void sii8620_mt_msc_cmd(struct sii8620 *ctx, u8 cmd, u8 arg1, u8 arg2) in sii8620_mt_msc_cmd() argument 420 msg->reg[1] = arg1; in sii8620_mt_msc_cmd()
|
/third_party/curl/lib/vtls/ |
H A D | vtls.c | 1765 int event, int arg1, void *arg2) in ssl_cf_cntrl() 1769 (void)arg1; in ssl_cf_cntrl() 1763 ssl_cf_cntrl(struct Curl_cfilter *cf, struct Curl_easy *data, int event, int arg1, void *arg2) ssl_cf_cntrl() argument
|
/third_party/curl/lib/ |
H A D | cf-socket.c | 1472 int event, int arg1, void *arg2) in cf_socket_cntrl() 1476 (void)arg1; in cf_socket_cntrl() 1470 cf_socket_cntrl(struct Curl_cfilter *cf, struct Curl_easy *data, int event, int arg1, void *arg2) cf_socket_cntrl() argument
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-regexp-gen.cc | 583 TNode<Int32T> arg1 = TruncateIntPtrToInt32(int_last_index); in RegExpExecInternal() local 635 std::make_pair(arg1_type, arg1), std::make_pair(arg2_type, arg2), in RegExpExecInternal()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_dgram.c | 48 static long dgram_ctrl(BIO *h, int cmd, long arg1, void *arg2); 57 static long dgram_sctp_ctrl(BIO *h, int cmd, long arg1, void *arg2);
|
/third_party/openssl/crypto/bio/ |
H A D | bss_dgram.c | 48 static long dgram_ctrl(BIO *h, int cmd, long arg1, void *arg2); 57 static long dgram_sctp_ctrl(BIO *h, int cmd, long arg1, void *arg2);
|