Home
last modified time | relevance | path

Searched refs:arg0 (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py78 def __str__(arg0): argument
80 if not arg0.__class__ is union_pw_multi_aff:
81 arg0 = union_pw_multi_aff(arg0)
84 ptr = isl.isl_union_pw_multi_aff_to_str(arg0.ptr)
94 def add(arg0, arg1): argument
96 if not arg0.__class__ is union_pw_multi_aff:
97 arg0 = union_pw_multi_aff(arg0)
105 ctx = arg0.ctx
106 …res = isl.isl_union_pw_multi_aff_add(isl.isl_union_pw_multi_aff_copy(arg0.ptr), isl.isl_union_pw_m…
122 def as_multi_union_pw_aff(arg0): argument
[all …]
/netbsd-src/sys/arch/hppa/hppa/
H A Dsupport.S82 mtsp %arg0, %sr1 /* move the space register to sr1 */
83 add %arg1, %arg2, %arg0 /* get the last byte to flush in arg0 */
112 comb,<<,n %arg1, %arg0, fdc_short
115 addi -1, %arg0, %arg1
135 mtsp %arg0, %sr1 /* move the space register to sr1 */
136 add %arg1, %arg2, %arg0 /* get the last byte to flush in arg0 */
165 comb,<<,n %arg1, %arg0, pdc_short
168 addi -1, %arg0, %arg1
188 mtsp %arg0, %sr1 /* move the space register to sr1 */
189 add %arg1, %arg2, %arg0 /* get the last byte to flush in arg0 */
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DExpression.cc66 arg0 = NULL; in Expression()
75 arg0 = NULL; in Expression()
78 arg0 = _arg0->copy (); in Expression()
85 delete arg0; in ~Expression()
92 arg0 = NULL; in Expression()
95 if (rhs.arg0) in Expression()
97 arg0 = rhs.arg0->copy (); in Expression()
100 assert (arg0 && v.next == &(rhs.arg0->v)); in Expression()
101 v.next = &(arg0->v); in Expression()
110 arg0 = NULL; in Expression()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DExpression.cc66 arg0 = NULL; in Expression()
75 arg0 = NULL; in Expression()
78 arg0 = _arg0->copy (); in Expression()
85 delete arg0; in ~Expression()
92 arg0 = NULL; in Expression()
95 if (rhs.arg0) in Expression()
97 arg0 = rhs.arg0->copy (); in Expression()
100 assert (arg0 && v.next == &(rhs.arg0->v)); in Expression()
101 v.next = &(arg0->v); in Expression()
110 arg0 = NULL; in Expression()
[all …]
/netbsd-src/sys/sys/
H A Dsdt.h99 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) do \ argument
101 __MACROUSE((uintptr_t)(arg0)); \
110 #define SDT_PROBE_DEFINE1(prov, mod, func, name, arg0) argument
111 #define SDT_PROBE_DEFINE2(prov, mod, func, name, arg0, arg1) argument
112 #define SDT_PROBE_DEFINE3(prov, mod, func, name, arg0, arg1, arg2) argument
113 #define SDT_PROBE_DEFINE4(prov, mod, func, name, arg0, arg1, arg2, arg3) argument
114 #define SDT_PROBE_DEFINE5(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) argument
115 #define SDT_PROBE_DEFINE6(prov, mod, func, name, arg0, arg1, arg2, \ argument
117 #define SDT_PROBE_DEFINE7(prov, mod, func, name, arg0, arg1, arg2, \ argument
122 #define SDT_PROBE1(prov, mod, func, name, arg0) \ argument
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Java/
H A Dj_calldist.d55 self->depth[arg0]++;
56 self->exclude[arg0, self->depth[arg0]] = 0;
57 self->method[arg0, self->depth[arg0]] = timestamp;
61 /self->method[arg0, self->depth[arg0]]/
63 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
65 self->exclude[arg0, self->depth[arg0]];
66 self->method[arg0, self->depth[arg0]] = 0;
67 self->exclude[arg0, self->depth[arg0]] = 0;
81 self->depth[arg0]--;
82 self->exclude[arg0, self->depth[arg0]] += this->elapsed_incl;
[all …]
H A Dj_cpudist.d55 self->depth[arg0]++;
56 self->exclude[arg0, self->depth[arg0]] = 0;
57 self->method[arg0, self->depth[arg0]] = vtimestamp;
61 /self->method[arg0, self->depth[arg0]]/
63 this->oncpu_incl = vtimestamp - self->method[arg0, self->depth[arg0]];
65 self->exclude[arg0, self->depth[arg0]];
66 self->method[arg0, self->depth[arg0]] = 0;
67 self->exclude[arg0, self->depth[arg0]] = 0;
81 self->depth[arg0]--;
82 self->exclude[arg0, self->depth[arg0]] += this->oncpu_incl;
[all …]
H A Dj_calltime.d56 self->depth[arg0]++;
57 self->exclude[arg0, self->depth[arg0]] = 0;
58 self->method[arg0, self->depth[arg0]] = timestamp;
62 /self->method[arg0, self->depth[arg0]]/
64 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
66 self->exclude[arg0, self->depth[arg0]];
67 self->method[arg0, self->depth[arg0]] = 0;
68 self->exclude[arg0, self->depth[arg0]] = 0;
83 self->depth[arg0]--;
84 self->exclude[arg0, self->depth[arg0]] += this->elapsed_incl;
[all …]
H A Dj_cputime.d56 self->depth[arg0]++;
57 self->exclude[arg0, self->depth[arg0]] = 0;
58 self->method[arg0, self->depth[arg0]] = vtimestamp;
62 /self->method[arg0, self->depth[arg0]]/
64 this->oncpu_incl = vtimestamp - self->method[arg0, self->depth[arg0]];
66 self->exclude[arg0, self->depth[arg0]];
67 self->method[arg0, self->depth[arg0]] = 0;
68 self->exclude[arg0, self->depth[arg0]] = 0;
83 self->depth[arg0]--;
84 self->exclude[arg0, self->depth[arg0]] += this->oncpu_incl;
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/
H A Dj_cpudist.d55 self->depth[arg0]++;
56 self->exclude[arg0, self->depth[arg0]] = 0;
57 self->method[arg0, self->depth[arg0]] = vtimestamp;
61 /self->method[arg0, self->depth[arg0]]/
63 this->oncpu_incl = vtimestamp - self->method[arg0, self->depth[arg0]];
65 self->exclude[arg0, self->depth[arg0]];
66 self->method[arg0, self->depth[arg0]] = 0;
67 self->exclude[arg0, self->depth[arg0]] = 0;
81 self->depth[arg0]--;
82 self->exclude[arg0, self->depth[arg0]] += this->oncpu_incl;
[all …]
H A Dj_calldist.d55 self->depth[arg0]++;
56 self->exclude[arg0, self->depth[arg0]] = 0;
57 self->method[arg0, self->depth[arg0]] = timestamp;
61 /self->method[arg0, self->depth[arg0]]/
63 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
65 self->exclude[arg0, self->depth[arg0]];
66 self->method[arg0, self->depth[arg0]] = 0;
67 self->exclude[arg0, self->depth[arg0]] = 0;
81 self->depth[arg0]--;
82 self->exclude[arg0, self->depth[arg0]] += this->elapsed_incl;
[all …]
H A Dj_calltime.d56 self->depth[arg0]++;
57 self->exclude[arg0, self->depth[arg0]] = 0;
58 self->method[arg0, self->depth[arg0]] = timestamp;
62 /self->method[arg0, self->depth[arg0]]/
64 this->elapsed_incl = timestamp - self->method[arg0, self->depth[arg0]];
66 self->exclude[arg0, self->depth[arg0]];
67 self->method[arg0, self->depth[arg0]] = 0;
68 self->exclude[arg0, self->depth[arg0]] = 0;
83 self->depth[arg0]--;
84 self->exclude[arg0, self->depth[arg0]] += this->elapsed_incl;
[all …]
H A Dj_cputime.d56 self->depth[arg0]++;
57 self->exclude[arg0, self->depth[arg0]] = 0;
58 self->method[arg0, self->depth[arg0]] = vtimestamp;
62 /self->method[arg0, self->depth[arg0]]/
64 this->oncpu_incl = vtimestamp - self->method[arg0, self->depth[arg0]];
66 self->exclude[arg0, self->depth[arg0]];
67 self->method[arg0, self->depth[arg0]] = 0;
68 self->exclude[arg0, self->depth[arg0]] = 0;
83 self->depth[arg0]--;
84 self->exclude[arg0, self->depth[arg0]] += this->oncpu_incl;
[all …]
/netbsd-src/external/bsd/kyua-testers/dist/
H A Dcli_test.c164 char arg0[] = "unused-progname"; in ATF_TC_BODY() local
166 char* const argv[] = {arg0, arg1, NULL}; in ATF_TC_BODY()
178 char arg0[] = "unused-progname"; in ATF_TC_BODY() local
180 char* const argv[] = {arg0, arg1, NULL}; in ATF_TC_BODY()
193 char arg0[] = "unused-progname"; in ATF_TC_BODY() local
195 char* const argv[] = {arg0, arg1, NULL}; in ATF_TC_BODY()
208 char arg0[] = "unused-progname"; in ATF_TC_BODY() local
209 char* const argv[] = {arg0, NULL}; in ATF_TC_BODY()
226 char arg0[] = "unused-progname"; in check_flag_not_a_number() local
229 char* const argv[] = {arg0, arg1, NULL}; in check_flag_not_a_number()
[all …]
/netbsd-src/lib/libpthread/arch/hppa/
H A Dpthread_md.S37 stw %ret0,0(%arg0)
38 stw %ret0,4(%arg0)
39 stw %ret0,8(%arg0)
40 stw %ret0,12(%arg0)
48 ldo 15(%arg0),%arg0
49 depi 0,31,4,%arg0
52 ldw 0(%arg0),%ret0
53 stw %r0,0(%arg0) /* 0 == locked */
63 ldo 15(%arg0),%arg0
64 depi 0,31,4,%arg0
[all …]
/netbsd-src/lib/libc/arch/hppa/string/
H A Dffs.S42 comb,= %arg0,%r0,ffsdone ; If arg0 is 0
45 extru,= %arg0,31,16,%r0 ; If low 16 bits are non-zero
47 shd %r0,%arg0,16,%arg0 ; else shift right 16 bits
48 extru,= %arg0,31,8,%r0 ; If low 8 bits are non-zero
50 shd %r0,%arg0,8,%arg0 ; else shift right 8 bits
51 extru,= %arg0,31,4,%r0 ; If low 4 bits are non-zero
53 shd %r0,%arg0,4,%arg0 ; else shift right 4 bits
54 extru,= %arg0,31,2,%r0 ; If low 2 bits are non-zero
56 shd %r0,%arg0,2,%arg0 ; else shift right 2 bits
57 extru,= %arg0,31,1,%r0 ; If low bit is non-zero
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const-call.cc186 const real_value *arg0, const real_value *arg1, in do_mpfr_arg2() argument
191 if (format->b != 2 || !real_isfinite (arg0) || !real_isfinite (arg1)) in do_mpfr_arg2()
199 mpfr_from_real (m0, arg0, MPFR_RNDN); in do_mpfr_arg2()
219 const wide_int_ref &arg0, const real_value *arg1, in do_mpfr_arg2() argument
232 bool inexact = func (m, arg0.to_shwi (), m, rnd); in do_mpfr_arg2()
250 const real_value *arg0, const real_value *arg1, in do_mpfr_arg3() argument
256 || !real_isfinite (arg0) in do_mpfr_arg3()
266 mpfr_from_real (m0, arg0, MPFR_RNDN); in do_mpfr_arg3()
499 fold_const_pow (real_value *result, const real_value *arg0, in fold_const_pow() argument
502 if (do_mpfr_arg2 (result, mpfr_pow, arg0, arg1, format)) in fold_const_pow()
[all …]
H A Dfold-const.cc1743 const_unop (enum tree_code code, tree type, tree arg0) in const_unop() argument
1747 if (TREE_CODE (arg0) == REAL_CST in const_unop()
1748 && HONOR_SNANS (arg0) in const_unop()
1749 && REAL_VALUE_ISSIGNALING_NAN (TREE_REAL_CST (arg0)) in const_unop()
1761 return fold_convert_const (code, type, arg0); in const_unop()
1766 if (integer_zerop (arg0) in const_unop()
1768 (TYPE_ADDR_SPACE (TREE_TYPE (TREE_TYPE (arg0)))))) in const_unop()
1769 return fold_convert_const (code, type, arg0); in const_unop()
1773 return fold_view_convert_expr (type, arg0); in const_unop()
1780 tree tem = fold_negate_expr (UNKNOWN_LOCATION, arg0); in const_unop()
[all …]
/netbsd-src/libexec/ld.elf_so/arch/hppa/
H A Drtld_start.S49 stw %arg0, HPPA_FRAME_ARG(0)(%r3)
61 ldo R'_DYNAMIC - ($PIC_pcrel$0 - 12)(%r1),%arg0
77 sub %arg0, %arg1, %arg1 ; %arg1 = relocbase
85 ldw HPPA_FRAME_ARG(0)(%r3), %arg0 ; ps_strings
86 ldw 0(%arg0), %arg0 ; ps_argvstr member first in struct
94 ldo -12(%arg0), %arg0
95 stw %arg0, HPPA_FRAME_ARG(1)(%r3)
103 ldw HPPA_FRAME_ARG(0)(%r3), %arg0 ; ps_strings
126 stw %arg0, 4(%arg1)
134 bl L$lpc2, %arg0
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const-call.c186 const real_value *arg0, const real_value *arg1, in do_mpfr_arg2() argument
191 if (format->b != 2 || !real_isfinite (arg0) || !real_isfinite (arg1)) in do_mpfr_arg2()
199 mpfr_from_real (m0, arg0, MPFR_RNDN); in do_mpfr_arg2()
219 const wide_int_ref &arg0, const real_value *arg1, in do_mpfr_arg2() argument
232 bool inexact = func (m, arg0.to_shwi (), m, rnd); in do_mpfr_arg2()
250 const real_value *arg0, const real_value *arg1, in do_mpfr_arg3() argument
256 || !real_isfinite (arg0) in do_mpfr_arg3()
266 mpfr_from_real (m0, arg0, MPFR_RNDN); in do_mpfr_arg3()
501 fold_const_pow (real_value *result, const real_value *arg0, in fold_const_pow() argument
504 if (do_mpfr_arg2 (result, mpfr_pow, arg0, arg1, format)) in fold_const_pow()
[all …]
H A Dfold-const.c1738 const_unop (enum tree_code code, tree type, tree arg0) in const_unop() argument
1742 if (TREE_CODE (arg0) == REAL_CST in const_unop()
1743 && HONOR_SNANS (TYPE_MODE (TREE_TYPE (arg0))) in const_unop()
1744 && REAL_VALUE_ISSIGNALING_NAN (TREE_REAL_CST (arg0)) in const_unop()
1756 return fold_convert_const (code, type, arg0); in const_unop()
1761 if (integer_zerop (arg0) in const_unop()
1763 (TYPE_ADDR_SPACE (TREE_TYPE (TREE_TYPE (arg0)))))) in const_unop()
1764 return fold_convert_const (code, type, arg0); in const_unop()
1768 return fold_view_convert_expr (type, arg0); in const_unop()
1775 tree tem = fold_negate_expr (UNKNOWN_LOCATION, arg0); in const_unop()
[all …]
/netbsd-src/usr.sbin/tcpdchk/
H A Dinetcf.c90 char *arg0; local
166 if ((arg0 = strtok((char *) 0, whitespace)) == 0) {
170 if (arg0[strspn(arg0, "0123456789")] == 0) {
177 if ((arg0 = strtok((char *) 0, whitespace)) == 0) {
185 inet_chk(protocol, path, arg0, arg1);
194 static void inet_chk(char *protocol, char *path, char *arg0, char *arg1) in inet_chk() argument
200 char *tcpd_proc_name = (arg0[0] == '/' ? base_name(arg0) : arg0); in inet_chk()
216 inet_set(arg0, WR_YES); in inet_chk()
246 if (arg0[0] == '/' && STR_EQ(tcpd_proc_name, base_name(arg1))) in inet_chk()
247 tcpd_warn("%s inserted before %s", path, arg0); in inet_chk()
[all …]
/netbsd-src/sys/lib/libkern/arch/hppa/
H A Dmilli.S295 arg0: .equ r26 ; argument label
338 add,>= r0,arg0,ret1
412 remI300: add,>= arg0,r0,r0
483 add arg0,arg0,retreg ; shift msb bit into carry
559 copy arg0,retreg
561 extru arg0,30,31,retreg
565 extru arg0,29,30,retreg
573 extru arg0,28,29,retreg
594 sub arg0,arg1,r0
602 ; x2 .EQU arg0 ; r26
[all …]
/netbsd-src/lib/libc/arch/hppa/gen/
H A D__setjmp14.S56 stw %arg0, HPPA_FRAME_ARG(0)(%sp)
59 stw %r0, _SC_MASK13(%arg0) ; unused word (old style signal mask)
60 stw %sp, _SC_REGS_SP(%arg0) ; sc.sc_sp = %sp
61 stw %r0, _SC_REGS_AP(%arg0) ; sc.sc_ap = NULL
63 stw %r1, _SC_REGS_PCSQH(%arg0) ; sc.sc_pcsqh = %sr0
64 stw %rp, _SC_REGS_PCOQH(%arg0) ; sc.sc_pcoqh = %rp
65 stw %r1, _SC_REGS_PCSQT(%arg0) ; sc.sc_pcsqt = %sr0
67 stw %r1, _SC_REGS_PCOQT(%arg0) ; sc.sc_pcoqt = %rp + 4
70 stw %r1, _SC_REGS_PS(%arg0) ; set sc.sc_ps
73 ldo SIZEOF_SIGCONTEXT(%arg0), %r1
[all …]
H A D_setjmp.S54 stw %r0, _SC_ONSTACK(%arg0) ; no onstack
55 stw %r0, _SC_MASK13(%arg0) ; unused word (old style signal mask)
56 stw %sp, _SC_REGS_SP(%arg0) ; sc.sc_sp = %sp
57 stw %r0, _SC_REGS_AP(%arg0) ; sc.sc_ap = NULL
59 stw %r1, _SC_REGS_PCSQH(%arg0) ; sc.sc_pcsqh = %sr0
60 stw %rp, _SC_REGS_PCOQH(%arg0) ; sc.sc_pcoqh = %rp
61 stw %r1, _SC_REGS_PCSQT(%arg0) ; sc.sc_pcsqh = %sr0
63 stw %r1, _SC_REGS_PCOQT(%arg0) ; sc.sc_pcoqt = %rp + 4
64 stw %r0, _SC_REGS_PS(%arg0) ; set sc.sc_ps
67 ldo SIZEOF_SIGCONTEXT(%arg0), %r1
[all …]

12345678910>>...27