HomeSort by: relevance | last modified time | path
    Searched defs:ctx1 (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libcrypt/
md5crypt.c 46 MD5_CTX ctx, ctx1; local in function:__md5crypt
78 INIT(&ctx1);
79 UPDATE(&ctx1, (const unsigned char *)pw, pwl);
80 UPDATE(&ctx1, (const unsigned char *)sp, sl);
81 UPDATE(&ctx1, (const unsigned char *)pw, pwl);
82 FINAL(final, &ctx1);
112 INIT(&ctx1);
115 UPDATE(&ctx1, (const unsigned char *)pw, pwl);
117 UPDATE(&ctx1, final, 16);
120 UPDATE(&ctx1, (const unsigned char *)sp, sl)
    [all...]
md5crypt.c 46 MD5_CTX ctx, ctx1; local in function:__md5crypt
78 INIT(&ctx1);
79 UPDATE(&ctx1, (const unsigned char *)pw, pwl);
80 UPDATE(&ctx1, (const unsigned char *)sp, sl);
81 UPDATE(&ctx1, (const unsigned char *)pw, pwl);
82 FINAL(final, &ctx1);
112 INIT(&ctx1);
115 UPDATE(&ctx1, (const unsigned char *)pw, pwl);
117 UPDATE(&ctx1, final, 16);
120 UPDATE(&ctx1, (const unsigned char *)sp, sl)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
execlist.c 199 struct execlist_ctx_descriptor_format *ctx1 = &running->ctx[1]; local in function:emulate_execlist_ctx_schedule_out
214 /* ctx1 is valid, ctx0/ctx is scheduled-out -> element switch */
215 if (valid_context(ctx1) && same_context(ctx0, ctx)) {
218 execlist->running_context = ctx1;
227 * ctx1 is not valid, ctx == ctx0
228 * ctx1 is valid, ctx1 == ctx
234 } else if ((!valid_context(ctx1) && same_context(ctx0, ctx))
235 || (valid_context(ctx1) && same_context(ctx1, ctx)))
292 struct execlist_ctx_descriptor_format *ctx0, *ctx1; local in function:emulate_execlist_schedule_in
    [all...]
execlist.c 199 struct execlist_ctx_descriptor_format *ctx1 = &running->ctx[1]; local in function:emulate_execlist_ctx_schedule_out
214 /* ctx1 is valid, ctx0/ctx is scheduled-out -> element switch */
215 if (valid_context(ctx1) && same_context(ctx0, ctx)) {
218 execlist->running_context = ctx1;
227 * ctx1 is not valid, ctx == ctx0
228 * ctx1 is valid, ctx1 == ctx
234 } else if ((!valid_context(ctx1) && same_context(ctx0, ctx))
235 || (valid_context(ctx1) && same_context(ctx1, ctx)))
292 struct execlist_ctx_descriptor_format *ctx0, *ctx1; local in function:emulate_execlist_schedule_in
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_nv04.c 468 u32 tmp, ctx1; local in function:nv04_gr_set_ctx_val
470 ctx1 = nvkm_rd32(device, 0x700000 + inst);
471 class = ctx1 & 0xff;
472 op = (ctx1 >> 15) & 7;
nouveau_nvkm_engine_gr_nv04.c 468 u32 tmp, ctx1; local in function:nv04_gr_set_ctx_val
470 ctx1 = nvkm_rd32(device, 0x700000 + inst);
471 class = ctx1 & 0xff;
472 op = (ctx1 >> 15) & 7;

Completed in 24 milliseconds