| /openbsd-src/sys/dev/pci/drm/i915/selftests/ |
| H A D | i915_gem.c | 212 struct drm_i915_gem_object *obj, *obj2; in igt_gem_ww_ctx() local 220 obj2 = i915_gem_object_create_internal(i915, PAGE_SIZE); in igt_gem_ww_ctx() 221 if (IS_ERR(obj2)) { in igt_gem_ww_ctx() 222 err = PTR_ERR(obj2); in igt_gem_ww_ctx() 233 err = i915_gem_object_lock_interruptible(obj2, &ww); in igt_gem_ww_ctx() 235 err = i915_gem_object_lock(obj2, &ww); in igt_gem_ww_ctx() 243 i915_gem_object_put(obj2); in igt_gem_ww_ctx()
|
| /openbsd-src/lib/libcrypto/x509/ |
| H A D | x509_pmaps.c | 201 ASN1_OBJECT *obj1 = NULL, *obj2 = NULL; in v2i_POLICY_MAPPINGS() 217 obj2 = OBJ_txt2obj(val->value, 0); in v2i_POLICY_MAPPINGS() 218 if (!obj1 || !obj2) { in v2i_POLICY_MAPPINGS() 228 pmap->subjectDomainPolicy = obj2; in v2i_POLICY_MAPPINGS() 229 obj1 = obj2 = NULL; in v2i_POLICY_MAPPINGS() 244 ASN1_OBJECT_free(obj2); in v2i_POLICY_MAPPINGS() 199 ASN1_OBJECT *obj1 = NULL, *obj2 = NULL; v2i_POLICY_MAPPINGS() local
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
| H A D | is_deeply_dne_bug.t | 43 my $obj2 = Foo->new(); 45 eval { is_deeply([$obj1, $obj2], [$obj1, $obj2]); };
|
| /openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/t/ |
| H A D | 02_refs.t | 43 my $obj2 = &share({}); 44 $$obj2{'bar'} = 86; 45 $$obj2{'key'} = 'foo'; 46 bless($obj2, 'Bar'); 81 $q->enqueue($obj1, $obj2); 179 is($$obj2{'tick'}, 'tock', 'Shared object changed'); 180 is($$obj2{'frowny'}, ':(', 'Shared object changed');
|
| H A D | 08_nothreads.t | 25 my $obj2 = &threads::shared::share({}); 26 $$obj2{'bar'} = 86; 27 $$obj2{'key'} = 'foo'; 28 bless($obj2, 'Bar'); 49 $q->enqueue($obj1, $obj2);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | 941111-1.c | 3 struct S { int i; char c; } obj1, obj2; in main() local 6 if (obj1.c != obj2.c) in main()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/ |
| H A D | 11_read_string.t | 32 ok( my $obj2 = $obj->read_string( "---\nfoo: bar\n" ), 35 isnt( $obj, $obj2, "objects are different" ); 36 cmp_deeply( $obj, $obj2, "objects have same content" );
|
| /openbsd-src/gnu/usr.bin/perl/t/class/ |
| H A D | field.t | 29 my $obj2 = Testcase1->new; 30 is($obj2->incr, 1, 'Fields are distinct between instances'); 178 my $obj2 = Testcase8->new; 181 is($obj2->x, 2, 'Object 2 has x == 2');
|
| H A D | method.t | 51 my $obj2 = Testcase3->new; 52 is($obj2->inc, 2, '$obj2->inc sees 2');
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/19_diagnostics/ |
| H A D | stdexceptions.cc | 90 std::runtime_error obj2(s2); in test04() local 91 obj1 = obj2; in test04()
|
| /openbsd-src/gnu/usr.bin/perl/dist/base/t/ |
| H A D | fields-base.t | 156 my D3 $obj2 = $obj1; 157 $obj2->{b1} = "D3";
|
| H A D | fields-5_8_0.t | 119 my D3 $obj2 = $obj1; 120 $obj2->{b1} = "D3";
|
| H A D | fields-5_6_0.t | 155 my D3 $obj2 = $obj1; 156 $obj2->{b1} = "D3"; 161 eval q{ my D3 $obj3 = $obj2; $obj3->{notthere} = "" };
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
| H A D | access5.C | 21 nested_protected obj2; // ok variable
|
| /openbsd-src/games/hack/ |
| H A D | hack.pri.c | 576 struct obj *obj, *obj2; in seeobjs() local 578 for(obj = fobj; obj; obj = obj2) { in seeobjs() 579 obj2 = obj->nobj; in seeobjs() 584 for(obj = invent; obj; obj = obj2) { in seeobjs() 585 obj2 = obj->nobj; in seeobjs()
|
| H A D | hack.zap.c | 700 struct obj *obj, *obj2; in burn_scrolls() local 703 for(obj = invent; obj; obj = obj2) { in burn_scrolls() 704 obj2 = obj->nobj; in burn_scrolls()
|
| H A D | hack.mon.c | 825 struct obj *obj2 = mkobj_at(tmp,x,y); in killed() local 827 atl(x,y,obj2->olet); in killed() 828 stackobj(obj2); in killed()
|
| H A D | hack.c | 410 struct obj *obj, *obj2; in pickup() local 438 for(obj = fobj; obj; obj = obj2) { in pickup() 439 obj2 = obj->nobj; /* perhaps obj will be picked up */ in pickup()
|
| H A D | hack.shk.c | 1104 struct obj *obj, *obj2; in shopdig() local 1107 for(obj = invent; obj; obj = obj2) { in shopdig() 1108 obj2 = obj->nobj; in shopdig()
|
| /openbsd-src/gnu/gcc/libmudflap/ |
| H A D | mf-runtime.c | 966 __mf_object_t *obj2 = all_ovr_obj[j]; in __mfu_check() local 971 if (obj2->type == __MF_TYPE_STACK in __mfu_check() 972 || obj2->type == __MF_TYPE_STATIC) in __mfu_check() 978 && (ptr_lower >= obj2->low && ptr_lower <= obj2->high)) in __mfu_check() 981 && (ptr_high >= obj2->low && ptr_higher <= obj2->high)) in __mfu_check()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Symbols.cpp | 554 std::string obj2 = errSec->getObjMsg(errOffset); in reportDuplicate() local 562 msg += obj2; in reportDuplicate()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa-loop-im.c | 1193 memref_eq (const void *obj1, const void *obj2) in memref_eq() argument 1197 return operand_equal_p (mem1->mem, (tree) obj2, 0); in memref_eq()
|
| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | descrip_mms.template | 221 obj2 = keywords$(O) locale$(O) mathoms$(O) mg$(O) miniperlmain$(O) numeric$(O) op$(O) pad$(O) peep$(O) perlio$(O) 226 mini_obj = perlmini$(O) $(obj1) $(obj2) $(obj3) $(obj4) $(obj5) 227 obj = $(obj0) $(obj1) $(obj2) $(obj3) $(obj4) $(obj5)
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 1130 bool operator()(LineState *obj1, LineState *obj2) const { in operator ()() 1131 return *obj1 < *obj2; in operator ()()
|