Home
last modified time | relevance | path

Searched refs:ctx11 (Results 1 – 12 of 12) sorted by relevance

/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dm21300_a0-pure.cl73 md5_ctx_t ctx11;
75 md5_init (&ctx11);
77 md5_update_global (&ctx11, salt_bufs[SALT_POS].salt_buf, salt_bufs[SALT_POS].salt_len);
106 md5_ctx_t ctx = ctx11;
202 md5_ctx_t ctx11;
204 md5_init (&ctx11);
206 md5_update_global (&ctx11, salt_bufs[SALT_POS].salt_buf, salt_bufs[SALT_POS].salt_len);
235 md5_ctx_t ctx = ctx11;
H A Dm21300_a1-pure.cl71 md5_ctx_t ctx11;
73 md5_init (&ctx11);
75 md5_update_global (&ctx11, salt_bufs[SALT_POS].salt_buf, salt_bufs[SALT_POS].salt_len);
100 md5_ctx_t ctx = ctx11;
196 md5_ctx_t ctx11;
198 md5_init (&ctx11);
200 md5_update_global (&ctx11, salt_bufs[SALT_POS].salt_buf, salt_bufs[SALT_POS].salt_len);
225 md5_ctx_t ctx = ctx11;
H A Dm21300_a3-pure.cl78 md5_ctx_t ctx11;
80 md5_init (&ctx11);
82 md5_update_global (&ctx11, salt_bufs[SALT_POS].salt_buf, salt_bufs[SALT_POS].salt_len);
119 md5_init_vector_from_scalar (&ctx, &ctx11);
222 md5_ctx_t ctx11;
224 md5_init (&ctx11);
226 md5_update_global (&ctx11, salt_bufs[SALT_POS].salt_buf, salt_bufs[SALT_POS].salt_len);
263 md5_init_vector_from_scalar (&ctx, &ctx11);
H A Dm21200_a1-pure.cl62 md5_ctx_t ctx11;
64 md5_init (&ctx11);
66 md5_update_global (&ctx11, pws[gid].i, pws[gid].pw_len);
106 md5_ctx_t ctx1 = ctx11;
210 md5_ctx_t ctx11;
212 md5_init (&ctx11);
214 md5_update_global (&ctx11, pws[gid].i, pws[gid].pw_len);
254 md5_ctx_t ctx1 = ctx11;
H A Dm20900_a1-pure.cl69 md5_ctx_t ctx11;
71 md5_init (&ctx11);
73 md5_update_global (&ctx11, pws[gid].i, pws[gid].pw_len);
98 md5_ctx_t ctx1 = ctx11;
263 md5_ctx_t ctx11;
265 md5_init (&ctx11);
267 md5_update_global (&ctx11, pws[gid].i, pws[gid].pw_len);
292 md5_ctx_t ctx1 = ctx11;
/dports/multimedia/mpv/mpv-0.34.1/video/out/d3d11/
H A Dhwdec_dxva2dxgi.c50 ID3D11DeviceContext *ctx11; member
155 ID3D11Device_GetImmediateContext(o->dev11, &p->ctx11); in mapper_init()
299 hr = ID3D11DeviceContext_GetData(p->ctx11, in surf_is_idle11()
317 ID3D11DeviceContext_CopySubresourceRegion(p->ctx11, in surf_wait_idle11()
327 hr = ID3D11DeviceContext_Map(p->ctx11, (ID3D11Resource *)surf->stage11, 0, in surf_wait_idle11()
335 ID3D11DeviceContext_Unmap(p->ctx11, (ID3D11Resource *)surf->stage11, 0); in surf_wait_idle11()
399 ID3D11DeviceContext_End(p->ctx11, in surf_release()
415 SAFE_RELEASE(p->ctx11); in mapper_uninit()
/dports/games/liblcf/liblcf-0.7.0/src/generated/lcf/rpg/
H A Dclass.h79 const auto ctx11 = Context<Class, ParentCtx>{ "skills", i, &obj, parent_ctx };
80 ForEachString(obj.skills[i], f, &ctx11);
H A Dmapinfo.h129 const auto ctx11 = Context<MapInfo, ParentCtx>{ "background_name", -1, &obj, parent_ctx };
130 f(obj.background_name, ctx11);
H A Dsave.h112 const auto ctx11 = Context<Save, ParentCtx>{ "targets", i, &obj, parent_ctx };
113 ForEachString(obj.targets[i], f, &ctx11);
H A Ddatabase.h139 const auto ctx11 = Context<Database, ParentCtx>{ "terms", -1, &obj, parent_ctx };
140 ForEachString(obj.terms, f, &ctx11);
H A Dsystem.h372 const auto ctx11 = Context<System, ParentCtx>{ "system2_name", -1, &obj, parent_ctx };
373 f(obj.system2_name, ctx11);
H A Dterms.h359 const auto ctx11 = Context<Terms, ParentCtx>{ "attacking", -1, &obj, parent_ctx };
360 f(obj.attacking, ctx11);