| /src/external/gpl3/gdb.old/dist/gdb/ |
| m2-exp.h | 33 struct value *arg2); 73 value *arg2 = std::get<1> (m_storage)->evaluate_with_coercion (exp, variable 75 return eval_op_m2_subscript (expect_type, exp, noside, arg1, arg2);
|
| f-exp.h | 34 struct value *arg1, struct value *arg2); 82 struct value *arg1, struct value *arg2); 95 FORTRAN_CMPLX, ARG1 and ARG2 are the arguments passed to CMPLX. */ 101 struct value *arg1, struct value *arg2); 106 FORTRAN_CMPLX, ARG1 and ARG2 are real and imaginary part passed to CMPLX, 112 value *arg2, type *kind_arg); 129 struct value *arg2); 173 struct value *arg2); 178 FORTRAN_ARRAY_SIZE, ARG1 and ARG2 the first two values passed to SIZE, and 183 value *arg1, value *arg2, type *kind_arg) 243 value *arg2 = std::get<1> (m_storage)->evaluate (nullptr, exp, noside); variable [all...] |
| rust-exp.h | 79 value *arg2 = std::get<1> (m_storage)->evaluate (nullptr, exp, noside); variable 80 return rust_subscript (expect_type, exp, noside, false, arg1, arg2); 88 value *arg2 = std::get<1> (m_storage)->evaluate (nullptr, exp, noside); local 89 return rust_subscript (expect_type, exp, noside, true, arg1, arg2);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| m2-exp.h | 33 struct value *arg2); 73 value *arg2 = std::get<1> (m_storage)->evaluate_with_coercion (exp, variable 75 return eval_op_m2_subscript (expect_type, exp, noside, arg1, arg2);
|
| f-exp.h | 34 struct value *arg1, struct value *arg2); 82 struct value *arg1, struct value *arg2); 95 FORTRAN_CMPLX, ARG1 and ARG2 are the arguments passed to CMPLX. */ 101 struct value *arg1, struct value *arg2); 106 FORTRAN_CMPLX, ARG1 and ARG2 are real and imaginary part passed to CMPLX, 112 value *arg2, type *kind_arg); 129 struct value *arg2); 173 struct value *arg2); 178 FORTRAN_ARRAY_SIZE, ARG1 and ARG2 the first two values passed to SIZE, and 183 value *arg1, value *arg2, type *kind_arg) 243 value *arg2 = std::get<1> (m_storage)->evaluate (nullptr, exp, noside); variable [all...] |
| /src/games/hunt/huntd/ |
| terminal.c | 127 int arg1, arg2; local 134 arg2 = va_arg(ap, int); 136 (void) putc(arg2, pp->p_output);
|
| /src/external/bsd/atf/dist/atf-c/ |
| tp_test.c | 51 char arg2[] = "-Z"; local 54 char *const argv[] = { arg1, arg2, arg3, arg4, NULL };
|
| /src/external/bsd/atf/dist/atf-c++/detail/ |
| application_test.cpp | 49 char arg2[] = "-Z"; local 52 char *const argv[] = { arg1, arg2, arg3, arg4, NULL };
|
| /src/external/bsd/atf/dist/tools/ |
| application_test.cpp | 49 char arg2[] = "-Z"; local 52 char *const argv[] = { arg1, arg2, arg3, arg4, NULL };
|
| /src/external/bsd/unbound/dist/contrib/ |
| unbound_cache.cmd | 23 rem arg2 - file name (optional)
25 set arg2=%2
variable 36 if defined %arg2% (goto Not_Defined) else (goto Defined)
68 echo Saving cache to %arg2%
69 %uc% dump_cache>%arg2%
70 dir /a %arg2%
76 echo Loading cache from %arg2%
77 dir /a %arg2%
78 type %arg2%|%uc% load_cache
83 echo Saving cache to %arg2% [all...] |
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| txt_db.h | 46 long arg2; member in struct:txt_db_st
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| txt_db.h | 46 long arg2; member in struct:txt_db_st
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| txt_db.h | 40 long arg2; member in struct:txt_db_st
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| sel.h | 59 void *arg2; member in struct:hx_expr
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| conf_include_test.c | 184 const char *arg2; local 197 if ((arg2 = test_get_argument(1)) != NULL && *arg2 == 'f') {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| ovldbreak.cc | 49 char arg2 = 2; local 67 foo_instance1.overload1arg(arg2);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| ovldbreak.cc | 49 char arg2 = 2; local 67 foo_instance1.overload1arg(arg2);
|
| /src/external/mit/isl/dist/ |
| isl_test2.cc | 78 const char *arg2; member in struct:binary 86 const char *arg2; member in struct:ternary 150 A1 arg1(ctx, test.arg2); 158 ss << name << "(" << test.arg1 << ", " << test.arg2 << ") =\n" 176 A1 arg1(ctx, test.arg2); 177 A2 arg2(ctx, test.arg3); 179 const auto &res = (obj.*fn)(arg1, arg2); 185 ss << name << "(" << test.arg1 << ", " << test.arg2 << ", "
|
| /src/tests/lib/libcurses/director/ |
| director.c | 134 char *arg1, *arg2; local 263 if (asprintf(&arg2, "%d", pipe_from_slave[1]) < 0) 264 err(1, "arg2 conversion failed"); 266 if (execl(slave, slave, arg1, arg2, (char *)0) < 0)
|
| /src/external/cddl/osnet/dev/dtrace/aarch64/ |
| dtrace_subr.c | 261 register_t arg1, arg2; local 274 arg2 = (data >> ARG2_SHIFT) & ARG2_MASK; 285 *(sp + 1) = frame->tf_regs.r_reg[arg2]; 289 frame->tf_regs.r_reg[arg2] = *(sp + 1);
|
| /src/external/cddl/osnet/dev/fbt/x86/ |
| fbt_isa.c | 80 uintptr_t arg0, arg1, arg2, arg3, arg4; local 108 arg2 = frame->tf_rdx; 125 arg2 = stack[i++]; 133 arg2, arg3, arg4);
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| xref.c | 115 cm_xref (int arg, int arg2, int arg3) 120 char *arg2 = get_xref_token (0); local 142 if (*arg2 || *arg3) 147 execute_string ("%s", *arg3 ? arg3 : arg2); 179 if (*arg2) 182 execute_string ("%s", arg2); 218 arg2 - reference name 219 arg3 - title or topic (and reference name if arg2 is NULL) 224 if (!*arg2) 232 ref_name = arg2; [all...] |
| /src/sys/arch/hpcmips/stand/pbsdboot/ |
| pbsdboot.h | 70 void *arg2; member in struct:map_s
|
| /src/sys/arch/sparc64/sparc64/ |
| ipifuncs.c | 95 sparc64_ipi_halt_thiscpu(void *arg, void *arg2) 212 uint64_t arg2) 223 sparc64_send_ipi(ci->ci_cpuid, func, arg1, arg2); 232 sparc64_broadcast_ipi(ipifunc_t func, uint64_t arg1, uint64_t arg2) 236 arg1, arg2); local 243 sparc64_send_ipi_sun4u(int upaid, ipifunc_t func, uint64_t arg1, uint64_t arg2) 268 stxa(IDDR_2H, ASI_INTERRUPT_DISPATCH, arg2); 306 sparc64_send_ipi_sun4v(int cpuid, ipifunc_t func, uint64_t arg1, uint64_t arg2) 314 stxa(ci->ci_mondo + 16, ASI_PHYS_CACHED, arg2);
|
| /src/sys/kern/ |
| subr_xcall.c | 257 xc_broadcast(unsigned int flags, xcfunc_t func, void *arg1, void *arg2) 271 (*func)(arg1, arg2); 281 return xc_highpri(func, arg1, arg2, NULL, ipl); 283 return xc_lowpri(func, arg1, arg2, NULL); 288 xc_nop(void *arg1, void *arg2) 314 xc_unicast(unsigned int flags, xcfunc_t func, void *arg1, void *arg2, 332 (*func)(arg1, arg2); 343 return xc_highpri(func, arg1, arg2, ci, ipl); 345 return xc_lowpri(func, arg1, arg2, ci); 396 xc_lowpri(xcfunc_t func, void *arg1, void *arg2, struct cpu_info *ci 443 void *arg1, *arg2; local 507 void *arg1, *arg2; local [all...] |