Home
last modified time | relevance | path

Searched refs:ref1 (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/
H A Drefhash.t33 my $ref = []; my $ref1 = [];
123 $h{$ref}->{$ref1} = 'bungo';
124 test($h{$ref}->{$ref1} eq 'bungo');
133 test((keys %{$h{$ref}})[0] eq $ref1);
149 undef $ref1;
/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dinfo-utils.c351 info_concatenate_references (REFERENCE **ref1, REFERENCE **ref2) in info_concatenate_references() argument
358 if (!ref1) in info_concatenate_references()
361 return (ref1); in info_concatenate_references()
364 for (i = 0; ref1[i]; i++); in info_concatenate_references()
372 for (i = 0; ref1[i]; i++) in info_concatenate_references()
373 result[i] = ref1[i]; in info_concatenate_references()
380 free (ref1); in info_concatenate_references()
H A Dinfo-utils.h87 REFERENCE **info_concatenate_references (REFERENCE **ref1, REFERENCE **ref2);
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Delement_access.cc49 ref ref1 = str02[csz02 - 1]; in test01() local
50 VERIFY( ref1 == 'a' ); in test01()
/openbsd-src/sys/dev/acpi/
H A Dacpidebug.c159 if (value->v_field.ref1) in db_aml_showvalue()
161 aml_nodename(value->v_field.ref1->node)); in db_aml_showvalue()
169 aml_nodename(value->v_field.ref1->node)); in db_aml_showvalue()
H A Ddsdt.c824 printf(" field: bitpos=%.4x bitlen=%.4x ref1:%p ref2:%p [%s]\n", in aml_showvalue()
826 val->v_field.ref1, val->v_field.ref2, in aml_showvalue()
828 if (val->v_field.ref1) in aml_showvalue()
829 printf(" ref1: %s\n", aml_nodename(val->v_field.ref1->node)); in aml_showvalue()
1049 aml_delref(&val->v_field.ref1, "");
2706 struct aml_value tmp, *ref1, *ref2; in aml_rwindexfield()
2713 ref1 = fld->v_field.ref1; in aml_rwindexfield()
2768 aml_rwfield(ref1, bpo in aml_rwfield()
2687 struct aml_value tmp, *ref1, *ref2; aml_rwindexfield() local
2762 struct aml_value tmp, *ref1, *ref2; aml_rwfield() local
[all...]
H A Damltypes.h288 struct aml_value *ref1; member
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dstate.t313 my $ref1 = reference;
315 is $ref1, $ref2, "Reference to state variable";
H A Dref.t929 local $ref1 = bless ["ok $test\n"]; # dynamic destruction
/openbsd-src/usr.sbin/smtpd/
H A Dscheduler_ramqueue.c1177 time_t ref1, ref2; in rq_envelope_cmp() local
1179 ref1 = (e1->sched < e1->expire) ? e1->sched : e1->expire; in rq_envelope_cmp()
1181 if (ref1 != ref2) in rq_envelope_cmp()
1182 return (ref1 < ref2) ? -1 : 1; in rq_envelope_cmp()
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/
H A DContext.t162 my $ref1 = $hub->add_context_init(sub { die "Bad Arg" unless ref($_[0]) eq 'Test2::API::Context'…
190 $hub->remove_context_init($ref1);
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A DLRS152 l(<ref1>,<ref2>)
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcall.c2040 int ref1, i; in add_builtin_candidates() local
2069 ref1 = 1; in add_builtin_candidates()
2106 ref1 = 0; in add_builtin_candidates()
2141 if (i == 0 && ref1 in add_builtin_candidates()
2150 if (i != 0 || ! ref1) in add_builtin_candidates()
2169 if (i != 0 || ! ref1) in add_builtin_candidates()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c2138 int ref1, i; local
2167 ref1 = 1;
2204 ref1 = 0;
2239 if (i == 0 && ref1
2248 if (i != 0 || ! ref1)
2267 if (i != 0 || ! ref1)
/openbsd-src/gnu/usr.bin/perl/lib/
H A Doverload.t3065 my $r1 = [ "ref1" ];
3074 ::is($r1.$o, "ref1-obj", "RT #132385 r1.o");
3075 ::is($r1.$o.$s1 , "ref1-objstr1", "RT #132385 r1.o.s1");
3083 ::is($o .= $r1, "obj-ref1", "RT #132385 o.=r1");
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.def644 HANDLE_DW_FORM(0x11, ref1, 2, DWARF)
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlref.pod435 if ($ref1 == $ref2) { # cheap numeric compare of references
H A Dperl5260delta.pod521 Assigning one reference to another, I<e.g.> C<$ref1 = $ref2> has been
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog1673 * g++.dg/init/ref1.C: New test.
2617 * g++.dg/template/ref1.C: New test.