Searched refs:ctx1 (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Digest-MD5/t/
H A Dcontext.t26 my $ctx1 = Digest::MD5->new;
27 $ctx1->add($string);
30 $ctx2->context( $ctx1->context );
/openbsd-current/regress/sys/kern/pipe/
H A Dtest-close.c45 struct context ctx1, ctx2; local
53 ctx1.c_alive = &alive;
54 ctx1.c_fd = 3;
55 error = pthread_create(&th1, NULL, close_thread, &ctx1);
/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dexeclist.c188 struct execlist_ctx_descriptor_format *ctx1 = &running->ctx[1]; local
203 /* ctx1 is valid, ctx0/ctx is scheduled-out -> element switch */
204 if (valid_context(ctx1) && same_context(ctx0, ctx)) {
207 execlist->running_context = ctx1;
216 * ctx1 is not valid, ctx == ctx0
217 * ctx1 is valid, ctx1 == ctx
223 } else if ((!valid_context(ctx1) && same_context(ctx0, ctx))
224 || (valid_context(ctx1) && same_context(ctx1, ct
280 struct execlist_ctx_descriptor_format *ctx0, *ctx1; local
[all...]
/openbsd-current/sys/arch/mips64/mips64/
H A Dcontext.S172 bltz t0, ctx1 # not in tlb
182 ctx1: label
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_int_process_v9.c118 #define KFD_CONTEXT_ID_GET_SQ_INT_DATA(ctx0, ctx1) \
119 ((ctx0 & 0xfff) | ((ctx0 >> 16) & 0xf000) | ((ctx1 << 16) & 0xff0000))
/openbsd-current/usr.bin/sort/
H A Dcoll.c952 MD5_CTX ctx1, ctx2; local
966 memcpy(&ctx1, &md5_ctx, sizeof(MD5_CTX));
969 MD5Update(&ctx1, bwsrawdata(s1), bwsrawlen(s1));
971 b1 = MD5End(&ctx1, NULL);

Completed in 97 milliseconds