Home
last modified time | relevance | path

Searched refs:tmod (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/conf/
H A Dconf_mod.c283 CONF_MODULE *tmod = NULL; in module_add() local
292 if (tmod == NULL) in module_add()
295 tmod->dso = dso; in module_add()
296 tmod->name = strdup(name); in module_add()
297 tmod->init = ifunc; in module_add()
298 tmod->finish = ffunc; in module_add()
299 tmod->links = 0; in module_add()
302 free(tmod); in module_add()
306 return tmod; in module_add()
317 CONF_MODULE *tmod; in module_find() local
[all …]
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_mont.c385 BIGNUM tmod; in BN_MONT_CTX_set() local
388 BN_init(&tmod); in BN_MONT_CTX_set()
389 tmod.d = buf; in BN_MONT_CTX_set()
390 tmod.dmax = 2; in BN_MONT_CTX_set()
391 tmod.neg = 0; in BN_MONT_CTX_set()
406 tmod.top = 0; in BN_MONT_CTX_set()
408 tmod.top = 1; in BN_MONT_CTX_set()
410 tmod.top = 2; in BN_MONT_CTX_set()
430 if (!BN_div_ct(Ri, NULL, Ri, &tmod, ctx)) in BN_MONT_CTX_set()
443 tmod.top = buf[0] != 0 ? 1 : 0; in BN_MONT_CTX_set()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-niter.c712 tree tmod; in number_of_iterations_lt_to_ne() local
724 tmod = fold_convert (type1, mod); in number_of_iterations_lt_to_ne()
754 TYPE_MAX_VALUE (type1), tmod); in number_of_iterations_lt_to_ne()
765 fold_build_pointer_plus (iv1->base, tmod)); in number_of_iterations_lt_to_ne()
770 iv1->base, tmod)); in number_of_iterations_lt_to_ne()
780 TYPE_MIN_VALUE (type1), tmod); in number_of_iterations_lt_to_ne()
792 type1, tmod)), in number_of_iterations_lt_to_ne()
797 iv0->base, tmod), in number_of_iterations_lt_to_ne()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-niter.c1147 tree tmod; in number_of_iterations_lt_to_ne() local
1159 tmod = fold_convert (type1, mod); in number_of_iterations_lt_to_ne()
1189 TYPE_MAX_VALUE (type1), tmod); in number_of_iterations_lt_to_ne()
1200 fold_build_pointer_plus (iv1->base, tmod)); in number_of_iterations_lt_to_ne()
1205 iv1->base, tmod)); in number_of_iterations_lt_to_ne()
1215 TYPE_MIN_VALUE (type1), tmod); in number_of_iterations_lt_to_ne()
1227 type1, tmod)), in number_of_iterations_lt_to_ne()
1232 iv0->base, tmod), in number_of_iterations_lt_to_ne()