OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctx1
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libcrypt/
md5crypt.c
46
MD5_CTX ctx,
ctx1
;
local
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
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
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_nv04.c
468
u32 tmp,
ctx1
;
local
470
ctx1
= nvkm_rd32(device, 0x700000 + inst);
471
class =
ctx1
& 0xff;
472
op = (
ctx1
>> 15) & 7;
Completed in 17 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026