Home
last modified time | relevance | path

Searched refs:obj2 (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/sys/dev/pci/drm/i915/selftests/
H A Di915_gem.c212 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 Dx509_pmaps.c201 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 Dis_deeply_dne_bug.t43 my $obj2 = Foo->new();
45 eval { is_deeply([$obj1, $obj2], [$obj1, $obj2]); };
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/t/
H A D02_refs.t43 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 D08_nothreads.t25 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 D941111-1.c3 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 D11_read_string.t32 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 Dfield.t29 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 Dmethod.t51 my $obj2 = Testcase3->new;
52 is($obj2->inc, 2, '$obj2->inc sees 2');
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/19_diagnostics/
H A Dstdexceptions.cc90 std::runtime_error obj2(s2); in test04() local
91 obj1 = obj2; in test04()
/openbsd-src/gnu/usr.bin/perl/dist/base/t/
H A Dfields-base.t156 my D3 $obj2 = $obj1;
157 $obj2->{b1} = "D3";
H A Dfields-5_8_0.t119 my D3 $obj2 = $obj1;
120 $obj2->{b1} = "D3";
H A Dfields-5_6_0.t155 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 Daccess5.C21 nested_protected obj2; // ok variable
/openbsd-src/games/hack/
H A Dhack.pri.c576 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 Dhack.zap.c700 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 Dhack.mon.c825 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 Dhack.c410 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 Dhack.shk.c1104 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 Dmf-runtime.c966 __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 DSymbols.cpp554 std::string obj2 = errSec->getObjMsg(errOffset); in reportDuplicate() local
562 msg += obj2; in reportDuplicate()
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-loop-im.c1193 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 Ddescrip_mms.template221 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 DUnwrappedLineFormatter.cpp1130 bool operator()(LineState *obj1, LineState *obj2) const { in operator ()()
1131 return *obj1 < *obj2; in operator ()()