Home
last modified time | relevance | path

Searched refs:arg1 (Results 476 - 500 of 1010) sorted by relevance

1...<<11121314151617181920>>...41

/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/
H A Dlhash.h61 int name##_LHASH_COMP(const void *arg1, const void *arg2) { \
62 const o_type *a = arg1; \
71 void name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \
72 o_type *a = arg1; \
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/
H A Dlhash.h61 int name##_LHASH_COMP(const void *arg1, const void *arg2) { \
62 const o_type *a = arg1; \
71 void name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \
72 o_type *a = arg1; \
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
H A Dlhash.h61 int name##_LHASH_COMP(const void *arg1, const void *arg2) { \
62 const o_type *a = arg1; \
71 void name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \
72 o_type *a = arg1; \
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
H A Dlhash.h61 int name##_LHASH_COMP(const void *arg1, const void *arg2) { \
62 const o_type *a = arg1; \
71 void name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \
72 o_type *a = arg1; \
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dlhash.h61 int name##_LHASH_COMP(const void *arg1, const void *arg2) { \
62 const o_type *a = arg1; \
71 void name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \
72 o_type *a = arg1; \
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dlhash.h61 int name##_LHASH_COMP(const void *arg1, const void *arg2) { \
62 const o_type *a = arg1; \
71 void name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \
72 o_type *a = arg1; \
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dlhash.h61 int name##_LHASH_COMP(const void *arg1, const void *arg2) { \
62 const o_type *a = arg1; \
71 void name##_LHASH_DOALL_ARG(void *arg1, void *arg2) { \
72 o_type *a = arg1; \
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dbio_asn1.c66 static long asn1_bio_ctrl(BIO *h, int cmd, long arg1, void *arg2);
324 static long asn1_bio_ctrl(BIO *b, int cmd, long arg1, void *arg2) in asn1_bio_ctrl() argument
388 return BIO_ctrl(next, cmd, arg1, arg2); in asn1_bio_ctrl()
397 return BIO_ctrl(next, cmd, arg1, arg2); in asn1_bio_ctrl()
/third_party/openssl/crypto/asn1/
H A Dbio_asn1.c66 static long asn1_bio_ctrl(BIO *h, int cmd, long arg1, void *arg2);
324 static long asn1_bio_ctrl(BIO *b, int cmd, long arg1, void *arg2) in asn1_bio_ctrl() argument
388 return BIO_ctrl(next, cmd, arg1, arg2); in asn1_bio_ctrl()
397 return BIO_ctrl(next, cmd, arg1, arg2); in asn1_bio_ctrl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dtemplate_typedefs.rs9 ::std::option::Option<unsafe extern "C" fn(arg1: ::std::os::raw::c_int)>;
H A Dtemplate-fun-ty.rs26 ::std::option::Option<unsafe extern "C" fn(arg1: Args) -> R>;
H A Dtype-referenced-by-allowlisted-function.rs40 pub fn dl_iterate_phdr(arg1: *mut dl_phdr_info) -> ::std::os::raw::c_int; in dl_iterate_phdr()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc327 char arg1[ARG_SIZE + 1]; in Debug() local
329 char* argv[3] = {cmd, arg1, arg2}; in Debug()
333 arg1[ARG_SIZE] = 0; in Debug()
367 cmd, arg1, arg2); in Debug()
386 if (strcmp(arg1, "all") == 0) { in Debug()
388 } else if (strcmp(arg1, "allf") == 0) { in Debug()
391 int regnum = Registers::Number(arg1); in Debug()
392 int fpuregnum = FPURegisters::Number(arg1); in Debug()
397 PrintF("%s: 0x%08x %d \n", arg1, value, value); in Debug()
412 PrintF("%s: 0x%08x %11.4e\n", arg1, valu in Debug()
456 os << arg1 << ": \\n"; Debug() local
464 os << arg1 << " unrecognized\\n"; Debug() local
2225 int32_t arg1 = get_register(a1); SoftwareInterrupt() local
[all...]
/third_party/mesa3d/include/CL/
H A Dcl.hpp1640 getInfo(Func f, const Arg0& arg0, const Arg1& arg1, cl_uint name, T* param) in getInfo() argument
1642 GetInfoFunctor1<Func, Arg0, Arg1> f0 = { f, arg0, arg1 }; in getInfo()
7655 T1 arg1, in operator ()()
7690 arg1, in operator ()()
7880 T1 arg1, in operator ()()
7914 arg1, in operator ()()
8101 T1 arg1, in operator ()()
8134 arg1, in operator ()()
8318 T1 arg1, in operator ()()
8350 arg1, in operator ()()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dps3stor.h57 u64 arg1, u64 arg2, u64 arg3, u64 arg4);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dps3stor.h57 u64 arg1, u64 arg2, u64 arg3, u64 arg4);
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.h60 u32 arg0, u32 arg1, bool priv,
/kernel/uniproton/src/core/kernel/include/
H A Dprt_swtmr_external.h55 U32 arg1; member
/third_party/lwip/src/include/lwip/apps/
H A Dsnmp_threadsync.h66 } arg1; member
/third_party/openssl/ohos_lite/include/openssl/
H A Dtxt_db.h39 long arg1; member
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dperf_asm.S92 ;* arg1 : bit length of rdr
99 ;* arg1 : bit length of rdr
137 extrd,u arg1,63,6,%r1 ; setup shift amount by bits to move
550 ;* arg1 points to is loaded and moved into the staging register.
556 ;* arg1 = 64-bit value to write
990 ;* arg1 : bit length of rdr
997 ;* arg1 : bit length of rdr
1030 extrd,u arg1,63,6,%r1
1342 ;* arg1 points to is loaded and moved into the staging register.
1348 ;* arg1
[all...]
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dperf_asm.S92 ;* arg1 : bit length of rdr
99 ;* arg1 : bit length of rdr
137 extrd,u arg1,63,6,%r1 ; setup shift amount by bits to move
550 ;* arg1 points to is loaded and moved into the staging register.
556 ;* arg1 = 64-bit value to write
990 ;* arg1 : bit length of rdr
997 ;* arg1 : bit length of rdr
1030 extrd,u arg1,63,6,%r1
1342 ;* arg1 points to is loaded and moved into the staging register.
1348 ;* arg1
[all...]
/third_party/curl/lib/
H A Dcfilters.c481 int event, int arg1, void *arg2) in Curl_cf_def_cntrl()
486 (void)arg1; in Curl_cf_def_cntrl()
494 int event, int arg1, void *arg2) in Curl_conn_cf_cntrl()
501 result = cf->cft->cntrl(cf, data, event, arg1, arg2); in Curl_conn_cf_cntrl()
545 int event, int arg1, void *arg2) in cf_cntrl_all()
552 event, arg1, arg2); in cf_cntrl_all()
479 Curl_cf_def_cntrl(struct Curl_cfilter *cf, struct Curl_easy *data, int event, int arg1, void *arg2) Curl_cf_def_cntrl() argument
491 Curl_conn_cf_cntrl(struct Curl_cfilter *cf, struct Curl_easy *data, bool ignore_result, int event, int arg1, void *arg2) Curl_conn_cf_cntrl() argument
542 cf_cntrl_all(struct connectdata *conn, struct Curl_easy *data, bool ignore_result, int event, int arg1, void *arg2) cf_cntrl_all() argument
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc223 char arg1[ARG_SIZE + 1]; in ExecDebugCommand() local
225 char* argv[3] = {cmd, arg1, arg2}; in ExecDebugCommand()
229 arg1[ARG_SIZE] = 0; in ExecDebugCommand()
251 cmd, arg1, arg2); in ExecDebugCommand()
264 if (strcmp(arg1, "all") == 0) { in ExecDebugCommand()
284 if (GetValue(arg1, &value)) { in ExecDebugCommand()
285 PrintF("%s: 0x%08x %d \n", arg1, value, value); in ExecDebugCommand()
286 } else if (GetVFPSingleValue(arg1, &svalue)) { in ExecDebugCommand()
288 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word); in ExecDebugCommand()
289 } else if (GetVFPDoubleValue(arg1, in ExecDebugCommand()
307 os << arg1 << ": \\n"; ExecDebugCommand() local
315 os << arg1 << " unrecognized\\n"; ExecDebugCommand() local
1624 UnsafeGenericFunctionCall(intptr_t function, int32_t arg0, int32_t arg1, int32_t arg2, int32_t arg3, int32_t arg4, int32_t arg5, int32_t arg6, int32_t arg7, int32_t arg8, int32_t arg9, int32_t arg10, int32_t arg11, int32_t arg12, int32_t arg13, int32_t arg14, int32_t arg15, int32_t arg16, int32_t arg17, int32_t arg18, int32_t arg19) UnsafeGenericFunctionCall() argument
1642 UnsafeProfilingApiCall(intptr_t function, int32_t arg0, int32_t arg1) UnsafeProfilingApiCall() argument
1647 UnsafeDirectGetterCall(intptr_t function, int32_t arg0, int32_t arg1) UnsafeDirectGetterCall() argument
1666 int32_t arg1 = get_register(r1); SoftwareInterrupt() local
[all...]
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc333 char arg1[ARG_SIZE + 1]; in Debug() local
335 char* argv[3] = {cmd, arg1, arg2}; in Debug()
339 arg1[ARG_SIZE] = 0; in Debug()
373 cmd, arg1, arg2); in Debug()
394 if (strcmp(arg1, "all") == 0) { in Debug()
396 } else if (strcmp(arg1, "allf") == 0) { in Debug()
399 int regnum = Registers::Number(arg1); in Debug()
400 int fpuregnum = FPURegisters::Number(arg1); in Debug()
404 PrintF("%s: 0x%08" PRIx64 " %" PRId64 " \n", arg1, value, in Debug()
412 PrintF("%s unrecognized\n", arg1); in Debug()
444 os << arg1 << ": \\n"; Debug() local
452 os << arg1 << " unrecognized\\n"; Debug() local
2052 int64_t arg1 = get_register(a1); SoftwareInterrupt() local
[all...]

Completed in 33 milliseconds

1...<<11121314151617181920>>...41