| /openbsd-src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/ |
| H A D | refhash.t | 33 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 D | info-utils.c | 351 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 D | info-utils.h | 87 REFERENCE **info_concatenate_references (REFERENCE **ref1, REFERENCE **ref2);
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/ |
| H A D | element_access.cc | 49 ref ref1 = str02[csz02 - 1]; in test01() local 50 VERIFY( ref1 == 'a' ); in test01()
|
| /openbsd-src/sys/dev/acpi/ |
| H A D | acpidebug.c | 159 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 D | dsdt.c | 824 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 D | amltypes.h | 288 struct aml_value *ref1; member
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | state.t | 313 my $ref1 = reference; 315 is $ref1, $ref2, "Reference to state variable";
|
| H A D | ref.t | 929 local $ref1 = bless ["ok $test\n"]; # dynamic destruction
|
| /openbsd-src/usr.sbin/smtpd/ |
| H A D | scheduler_ramqueue.c | 1177 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 D | Context.t | 162 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 D | LRS | 152 l(<ref1>,<ref2>)
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | call.c | 2040 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 D | call.c | 2138 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 D | overload.t | 3065 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 D | Dwarf.def | 644 HANDLE_DW_FORM(0x11, ref1, 2, DWARF)
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlref.pod | 435 if ($ref1 == $ref2) { # cheap numeric compare of references
|
| H A D | perl5260delta.pod | 521 Assigning one reference to another, I<e.g.> C<$ref1 = $ref2> has been
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/ |
| H A D | ChangeLog | 1673 * g++.dg/init/ref1.C: New test. 2617 * g++.dg/template/ref1.C: New test.
|