Home
last modified time | relevance | path

Searched refs:ctx2 (Results 1 – 25 of 1356) sorted by relevance

12345678910>>...55

/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/tests/
H A Dsatelite_test.cpp102 SharedContext ctx2; variable
108 api.startProgram(ctx2);
116 REQUIRE((ctx2.numVars() == 2 && ctx2.master()->numAssignedVars() == 0));
117 REQUIRE(ctx2.endInit());
123 api.startProgram(ctx2);
138 SharedContext ctx2; variable
151 ctx2.endInit();
153 REQUIRE((ctx2.eliminated(1) == true && ctx2.numEliminatedVars() == 1));
156 ctx2.master()->assume(negLit(2)) && ctx2.master()->propagate();
172 ctx2.endInit();
[all …]
/dports/math/clasp/clasp-3.3.5/tests/
H A Dsatelite_test.cpp102 SharedContext ctx2; variable
108 api.startProgram(ctx2);
116 REQUIRE((ctx2.numVars() == 2 && ctx2.master()->numAssignedVars() == 0));
117 REQUIRE(ctx2.endInit());
123 api.startProgram(ctx2);
138 SharedContext ctx2; variable
151 ctx2.endInit();
153 REQUIRE((ctx2.eliminated(1) == true && ctx2.numEliminatedVars() == 1));
156 ctx2.master()->assume(negLit(2)) && ctx2.master()->propagate();
172 ctx2.endInit();
[all …]
/dports/math/clingo/clingo-5.5.1/clasp/tests/
H A Dsatelite_test.cpp102 SharedContext ctx2; variable
108 api.startProgram(ctx2);
116 REQUIRE((ctx2.numVars() == 2 && ctx2.master()->numAssignedVars() == 0));
117 REQUIRE(ctx2.endInit());
123 api.startProgram(ctx2);
138 SharedContext ctx2; variable
151 ctx2.endInit();
153 REQUIRE((ctx2.eliminated(1) == true && ctx2.numEliminatedVars() == 1));
156 ctx2.master()->assume(negLit(2)) && ctx2.master()->propagate();
172 ctx2.endInit();
[all …]
/dports/math/flint2/flint-2.8.4/fq_zech_mpoly/
H A Dgcd_cofactors.c43 fq_nmod_mpoly_ctx_t ctx2; in fq_zech_mpoly_gcd_cofactors() local
83 *ctx2->minfo = *ctx->minfo; in fq_zech_mpoly_gcd_cofactors()
86 fq_nmod_mpoly_init(A2, ctx2); in fq_zech_mpoly_gcd_cofactors()
87 fq_nmod_mpoly_init(B2, ctx2); in fq_zech_mpoly_gcd_cofactors()
88 fq_nmod_mpoly_init(G2, ctx2); in fq_zech_mpoly_gcd_cofactors()
89 fq_nmod_mpoly_init(Abar2, ctx2); in fq_zech_mpoly_gcd_cofactors()
90 fq_nmod_mpoly_init(Bbar2, ctx2); in fq_zech_mpoly_gcd_cofactors()
102 fq_nmod_mpoly_clear(A2, ctx2); in fq_zech_mpoly_gcd_cofactors()
103 fq_nmod_mpoly_clear(B2, ctx2); in fq_zech_mpoly_gcd_cofactors()
104 fq_nmod_mpoly_clear(G2, ctx2); in fq_zech_mpoly_gcd_cofactors()
[all …]
H A Dgcd.c22 fq_nmod_mpoly_ctx_t ctx2; in fq_zech_mpoly_gcd() local
40 *ctx2->minfo = *ctx->minfo; in fq_zech_mpoly_gcd()
41 *ctx2->fqctx = *ctx->fqctx->fq_nmod_ctx; in fq_zech_mpoly_gcd()
43 fq_nmod_mpoly_init(A2, ctx2); in fq_zech_mpoly_gcd()
44 fq_nmod_mpoly_init(B2, ctx2); in fq_zech_mpoly_gcd()
45 fq_nmod_mpoly_init(G2, ctx2); in fq_zech_mpoly_gcd()
47 _fq_zech_mpoly_get_fq_nmod_mpoly(A2, ctx2, A, ctx); in fq_zech_mpoly_gcd()
49 success = fq_nmod_mpoly_gcd(G2, A2, B2, ctx2); in fq_zech_mpoly_gcd()
53 fq_nmod_mpoly_clear(A2, ctx2); in fq_zech_mpoly_gcd()
54 fq_nmod_mpoly_clear(B2, ctx2); in fq_zech_mpoly_gcd()
[all …]
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dt_aes_cs.pas66 ctx1, ctx2: TAESContext;
150 Err := AES_CTR_Init(key128, 128, CTR, ctx2);
158 Err := AES_CTR_Seek(CTR, SO, 0, ctx2);
168 Err := AES_CTR_Init(key192, 192, CTR, ctx2);
173 Err := AES_CTR_Seek64(CTR, SO, ctx2);
175 Err := AES_CTR_Seek(CTR, SO, 0, ctx2);
186 Err := AES_CTR_Init(key256, 256, CTR, ctx2);
190 Err := AES_CTR_Seek(CTR, SO, 0, ctx2);
291 Err := AES_CTR_Init(key128, 128, CTR, ctx2);
333 Err := AES_CTR_Seek64(CTR, ofs+i, ctx2);
[all …]
H A Dt_sp_csk.pas43 ctx1, ctx2: TSPContext;
122 Err := SP_CTR_Init(key128, 128, CTR, ctx2);
130 Err := SP_CTR_Seek(CTR, SO, 0, ctx2);
132 Err := SP_CTR_Encrypt(@plain[SO], @ct[SO], 1, ctx2);
231 Err := SP_CTR_Init(key128, 128, CTR, ctx2);
238 err := SP_SetIncProc(SP_IncMSBFull, ctx2);
245 err := SP_SetIncProc(SP_IncLSBFull, ctx2);
253 err := SP_SetIncProc(SP_IncMSBPart, ctx2);
261 err := SP_SetIncProc(SP_IncLSBPart, ctx2);
271 Err := SP_CTR_Seek64(CTR, ofs+i, ctx2);
[all …]
H A Dt_tf_csk.pas43 ctx1, ctx2: TTFContext;
122 Err := TF_CTR_Init(key128, 128, CTR, ctx2);
130 Err := TF_CTR_Seek(CTR, SO, 0, ctx2);
132 Err := TF_CTR_Encrypt(@plain[SO], @ct[SO], 1, ctx2);
231 Err := TF_CTR_Init(key128, 128, CTR, ctx2);
238 err := TF_SetIncProc(TF_IncMSBFull, ctx2);
245 err := TF_SetIncProc(TF_IncLSBFull, ctx2);
253 err := TF_SetIncProc(TF_IncMSBPart, ctx2);
261 err := TF_SetIncProc(TF_IncLSBPart, ctx2);
271 Err := TF_CTR_Seek64(CTR, ofs+i, ctx2);
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/nmod_mpoly/test/
H A Dt-compose_nmod_mpoly.c282 nmod_mpoly_init(g, ctx2); in main()
283 nmod_mpoly_init(g1, ctx2); in main()
284 nmod_mpoly_init(g2, ctx2); in main()
352 nmod_mpoly_clear(g, ctx2); in main()
353 nmod_mpoly_clear(g1, ctx2); in main()
354 nmod_mpoly_clear(g2, ctx2); in main()
357 nmod_mpoly_ctx_clear(ctx2); in main()
379 nmod_mpoly_init(g, ctx2); in main()
380 nmod_mpoly_init(g1, ctx2); in main()
381 nmod_mpoly_init(g2, ctx2); in main()
[all …]
/dports/math/e-antic/flint2-ae7ec89/nmod_mpoly/test/
H A Dt-compose_nmod_mpoly.c282 nmod_mpoly_init(g, ctx2); in main()
283 nmod_mpoly_init(g1, ctx2); in main()
284 nmod_mpoly_init(g2, ctx2); in main()
352 nmod_mpoly_clear(g, ctx2); in main()
353 nmod_mpoly_clear(g1, ctx2); in main()
354 nmod_mpoly_clear(g2, ctx2); in main()
357 nmod_mpoly_ctx_clear(ctx2); in main()
379 nmod_mpoly_init(g, ctx2); in main()
380 nmod_mpoly_init(g1, ctx2); in main()
381 nmod_mpoly_init(g2, ctx2); in main()
[all …]
/dports/math/flint2/flint-2.8.4/nmod_mpoly/test/
H A Dt-compose_nmod_mpoly.c282 nmod_mpoly_init(g, ctx2); in main()
283 nmod_mpoly_init(g1, ctx2); in main()
284 nmod_mpoly_init(g2, ctx2); in main()
352 nmod_mpoly_clear(g, ctx2); in main()
353 nmod_mpoly_clear(g1, ctx2); in main()
354 nmod_mpoly_clear(g2, ctx2); in main()
357 nmod_mpoly_ctx_clear(ctx2); in main()
379 nmod_mpoly_init(g, ctx2); in main()
380 nmod_mpoly_init(g1, ctx2); in main()
381 nmod_mpoly_init(g2, ctx2); in main()
[all …]
/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dm18500_a1-pure.cl114 sha1_ctx_t ctx2;
116 sha1_init (&ctx2);
134 ctx2.len = 32;
136 sha1_final (&ctx2);
138 const u32 r0 = ctx2.h[DGST_R0];
139 const u32 r1 = ctx2.h[DGST_R1];
140 const u32 r2 = ctx2.h[DGST_R2];
241 sha1_ctx_t ctx2;
243 sha1_init (&ctx2);
261 ctx2.len = 32;
[all …]
H A Dm03500_a1-pure.cl124 md5_ctx_t ctx2;
126 md5_init (&ctx2);
145 ctx2.len = 32;
149 md5_final (&ctx2);
151 const u32 r0 = ctx2.h[DGST_R0];
152 const u32 r1 = ctx2.h[DGST_R1];
153 const u32 r2 = ctx2.h[DGST_R2];
267 md5_ctx_t ctx2;
269 md5_init (&ctx2);
288 ctx2.len = 32;
[all …]
H A Dm03500_a0-pure.cl128 md5_ctx_t ctx2;
130 md5_init (&ctx2);
149 ctx2.len = 32;
153 md5_final (&ctx2);
155 const u32 r0 = ctx2.h[DGST_R0];
156 const u32 r1 = ctx2.h[DGST_R1];
157 const u32 r2 = ctx2.h[DGST_R2];
273 md5_ctx_t ctx2;
275 md5_init (&ctx2);
294 ctx2.len = 32;
[all …]
H A Dm03500_a3-pure.cl137 md5_ctx_vector_t ctx2;
139 md5_init_vector (&ctx2);
158 ctx2.len = 32;
162 md5_final_vector (&ctx2);
164 const u32x r0 = ctx2.h[DGST_R0];
165 const u32x r1 = ctx2.h[DGST_R1];
166 const u32x r2 = ctx2.h[DGST_R2];
293 md5_ctx_vector_t ctx2;
295 md5_init_vector (&ctx2);
314 ctx2.len = 32;
[all …]
H A Dm18500_a0-pure.cl115 sha1_ctx_t ctx2;
117 sha1_init (&ctx2);
135 ctx2.len = 32;
137 sha1_final (&ctx2);
139 const u32 r0 = ctx2.h[DGST_R0];
140 const u32 r1 = ctx2.h[DGST_R1];
141 const u32 r2 = ctx2.h[DGST_R2];
243 sha1_ctx_t ctx2;
245 sha1_init (&ctx2);
263 ctx2.len = 32;
[all …]
H A Dm18500_a3-pure.cl124 sha1_ctx_t ctx2;
126 sha1_init (&ctx2);
144 ctx2.len = 32;
146 sha1_final (&ctx2);
148 const u32 r0 = ctx2.h[DGST_R0];
149 const u32 r1 = ctx2.h[DGST_R1];
150 const u32 r2 = ctx2.h[DGST_R2];
263 sha1_ctx_t ctx2;
265 sha1_init (&ctx2);
283 ctx2.len = 32;
[all …]
/dports/net/libyang/libyang-1.0.240/tests/schema/
H A Dtest_printer.c492 struct ly_ctx *ctx2 = NULL; in test_parse_yin_with_unique() local
502 ctx2 = ly_ctx_new(NULL, 0); in test_parse_yin_with_unique()
505 ly_ctx_destroy(ctx2, NULL); in test_parse_yin_with_unique()
516 struct ly_ctx *ctx2 = NULL; in test_parse_yang_with_unique() local
526 ctx2 = ly_ctx_new(NULL, 0); in test_parse_yang_with_unique()
529 ly_ctx_destroy(ctx2, NULL); in test_parse_yang_with_unique()
540 struct ly_ctx *ctx2 = NULL; in test_parse_yin_with_submodule_types() local
550 ctx2 = ly_ctx_new(NULL, 0); in test_parse_yin_with_submodule_types()
558 ly_ctx_destroy(ctx2, NULL); in test_parse_yin_with_submodule_types()
569 struct ly_ctx *ctx2 = NULL; in test_parse_yang_with_submodule_types() local
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fq_nmod_mpoly/test/
H A Dt-compose_fq_nmod_mpoly.c270 nvars2 = ctx2->minfo->nvars; in main()
273 fq_nmod_mpoly_init(g, ctx2); in main()
274 fq_nmod_mpoly_init(g1, ctx2); in main()
275 fq_nmod_mpoly_init(g2, ctx2); in main()
363 fq_nmod_mpoly_clear(g, ctx2); in main()
364 fq_nmod_mpoly_clear(g1, ctx2); in main()
365 fq_nmod_mpoly_clear(g2, ctx2); in main()
392 fq_nmod_mpoly_init(g, ctx2); in main()
393 fq_nmod_mpoly_init(g1, ctx2); in main()
394 fq_nmod_mpoly_init(g2, ctx2); in main()
[all …]
/dports/math/e-antic/flint2-ae7ec89/fq_nmod_mpoly/test/
H A Dt-compose_fq_nmod_mpoly.c270 nvars2 = ctx2->minfo->nvars; in main()
273 fq_nmod_mpoly_init(g, ctx2); in main()
274 fq_nmod_mpoly_init(g1, ctx2); in main()
275 fq_nmod_mpoly_init(g2, ctx2); in main()
363 fq_nmod_mpoly_clear(g, ctx2); in main()
364 fq_nmod_mpoly_clear(g1, ctx2); in main()
365 fq_nmod_mpoly_clear(g2, ctx2); in main()
392 fq_nmod_mpoly_init(g, ctx2); in main()
393 fq_nmod_mpoly_init(g1, ctx2); in main()
394 fq_nmod_mpoly_init(g2, ctx2); in main()
[all …]
/dports/math/flint2/flint-2.8.4/fq_nmod_mpoly/test/
H A Dt-compose_fq_nmod_mpoly.c270 nvars2 = ctx2->minfo->nvars; in main()
273 fq_nmod_mpoly_init(g, ctx2); in main()
274 fq_nmod_mpoly_init(g1, ctx2); in main()
275 fq_nmod_mpoly_init(g2, ctx2); in main()
363 fq_nmod_mpoly_clear(g, ctx2); in main()
364 fq_nmod_mpoly_clear(g1, ctx2); in main()
365 fq_nmod_mpoly_clear(g2, ctx2); in main()
392 fq_nmod_mpoly_init(g, ctx2); in main()
393 fq_nmod_mpoly_init(g1, ctx2); in main()
394 fq_nmod_mpoly_init(g2, ctx2); in main()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/tests/
H A Doptions.c142 AVCodecContext *ctx1, *ctx2; in test_copy() local
145 ctx2 = avcodec_alloc_context3(c2); in test_copy()
148 if (ctx2->codec && ctx2->codec->priv_class && ctx2->codec->priv_data_size) { in test_copy()
149 av_opt_set(ctx2->priv_data, "num", "667", 0); in test_copy()
152 avcodec_copy_context(ctx2, ctx1); in test_copy()
154 test_copy_print_codec(ctx2); in test_copy()
163 if (ctx2->codec && ctx2->codec->priv_class && ctx2->codec->priv_data_size) { in test_copy()
164 av_opt_set(ctx2->priv_data, "num", "667", 0); in test_copy()
167 avcodec_copy_context(ctx2, ctx1); in test_copy()
169 test_copy_print_codec(ctx2); in test_copy()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/tests/
H A Doptions.c142 AVCodecContext *ctx1, *ctx2; in test_copy() local
145 ctx2 = avcodec_alloc_context3(c2); in test_copy()
148 if (ctx2->codec && ctx2->codec->priv_class && ctx2->codec->priv_data_size) { in test_copy()
149 av_opt_set(ctx2->priv_data, "num", "667", 0); in test_copy()
152 avcodec_copy_context(ctx2, ctx1); in test_copy()
154 test_copy_print_codec(ctx2); in test_copy()
163 if (ctx2->codec && ctx2->codec->priv_class && ctx2->codec->priv_data_size) { in test_copy()
164 av_opt_set(ctx2->priv_data, "num", "667", 0); in test_copy()
167 avcodec_copy_context(ctx2, ctx1); in test_copy()
169 test_copy_print_codec(ctx2); in test_copy()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/libuv/test/
H A Dtest-ipc-send-recv.c66 static struct echo_ctx ctx2; variable
290 uv_close(&ctx2.recv.handle, NULL); in write2_cb()
291 uv_close(&ctx2.recv2.handle, NULL); in write2_cb()
314 recv = &ctx2.recv; in read_cb()
315 write_req = &ctx2.write_req; in read_cb()
317 recv = &ctx2.recv2; in read_cb()
318 write_req = &ctx2.write_req2; in read_cb()
321 ASSERT(pipe == &ctx2.channel); in read_cb()
365 r = uv_accept((uv_stream_t*)&ctx2.listen, (uv_stream_t*)&ctx2.channel); in listen_cb()
376 memset(&ctx2, 0, sizeof(ctx2)); in run_ipc_send_recv_helper()
[all …]
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/test/
H A Dtest-ipc-send-recv.c66 static struct echo_ctx ctx2; variable
290 uv_close(&ctx2.recv.handle, NULL); in write2_cb()
291 uv_close(&ctx2.recv2.handle, NULL); in write2_cb()
314 recv = &ctx2.recv; in read_cb()
315 write_req = &ctx2.write_req; in read_cb()
317 recv = &ctx2.recv2; in read_cb()
318 write_req = &ctx2.write_req2; in read_cb()
321 ASSERT(pipe == &ctx2.channel); in read_cb()
365 r = uv_accept((uv_stream_t*)&ctx2.listen, (uv_stream_t*)&ctx2.channel); in listen_cb()
376 memset(&ctx2, 0, sizeof(ctx2)); in run_ipc_send_recv_helper()
[all …]

12345678910>>...55