Searched refs:tmod (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/conf/
H A Dconf_mod.c294 CONF_MODULE *tmod = NULL; local
299 tmod = OPENSSL_malloc(sizeof(CONF_MODULE));
300 if (tmod == NULL)
303 tmod->dso = dso;
304 tmod->name = BUF_strdup(name);
305 tmod->init = ifunc;
306 tmod->finish = ffunc;
307 tmod->links = 0;
309 if (!sk_CONF_MODULE_push(supported_modules, tmod))
311 OPENSSL_free(tmod);
325 CONF_MODULE *tmod; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_mont.c368 BIGNUM tmod; local
371 BN_init(&tmod);
372 tmod.d=buf;
373 tmod.dmax=2;
374 tmod.neg=0;
387 tmod.top=0;
388 if ((buf[0] = mod->d[0])) tmod.top=1;
389 if ((buf[1] = mod->top>1 ? mod->d[1] : 0)) tmod.top=2;
391 if ((BN_mod_inverse(Ri,R,&tmod,ctx)) == NULL)
408 if (!BN_div(Ri,NULL,Ri,&tmod,ct
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-dfm-defs.h2582 uint64_t tmod : 4; /**< Indicates tMOD constraints. member in struct:cvmx_dfm_timing_params0::cvmx_dfm_timing_params0_s
2614 uint64_t tmod : 4;
2657 uint64_t tmod : 4; /**< Indicates tMOD constraints. member in struct:cvmx_dfm_timing_params0::cvmx_dfm_timing_params0_cn63xx
2689 uint64_t tmod : 4;
2725 uint64_t tmod : 4; /**< Indicates tMOD constraints. member in struct:cvmx_dfm_timing_params0::cvmx_dfm_timing_params0_cn63xxp1
2757 uint64_t tmod : 4;
H A Dcvmx-lmcx-defs.h7528 uint64_t tmod : 4; /**< Indicates tMOD constraints. member in struct:cvmx_lmcx_timing_params0::cvmx_lmcx_timing_params0_s
7560 uint64_t tmod : 4;
7603 uint64_t tmod : 4; /**< Indicates tMOD constraints. member in struct:cvmx_lmcx_timing_params0::cvmx_lmcx_timing_params0_cn61xx
7635 uint64_t tmod : 4;
7672 uint64_t tmod : 4; /**< Indicates tMOD constraints. member in struct:cvmx_lmcx_timing_params0::cvmx_lmcx_timing_params0_cn63xxp1
7704 uint64_t tmod : 4;
/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-loop-niter.c217 tree tmod; local
224 tmod = fold_convert (type, mod);
234 TYPE_MAX_VALUE (type), tmod);
243 iv1->base, tmod));
253 TYPE_MIN_VALUE (type), tmod);
261 iv0->base, tmod),

Completed in 209 milliseconds