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

/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_mod.c280 CONF_MODULE *tmod = NULL; local
285 tmod = OPENSSL_malloc(sizeof(CONF_MODULE));
286 if (tmod == NULL)
289 tmod->dso = dso;
290 tmod->name = BUF_strdup(name);
291 tmod->init = ifunc;
292 tmod->finish = ffunc;
293 tmod->links = 0;
295 if (!sk_CONF_MODULE_push(supported_modules, tmod)) {
296 OPENSSL_free(tmod);
311 CONF_MODULE *tmod; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_mont.c624 BIGNUM tmod; local
640 buf[0] = mod->d[0]; /* tmod = N mod word size */
643 BN_init(&tmod);
644 tmod.d = buf;
645 tmod.top = buf[0] != 0 ? 1 : 0;
646 tmod.dmax = 2;
647 tmod.neg = 0;
653 tmod.top = 0;
655 tmod.top = 1;
657 tmod
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-dfm-defs.h2580 uint64_t tmod : 4; /**< Indicates tMOD constraints. member in struct:cvmx_dfm_timing_params0::cvmx_dfm_timing_params0_s
2612 uint64_t tmod : 4;
2656 uint64_t tmod : 4; /**< Indicates tMOD constraints. member in struct:cvmx_dfm_timing_params0::cvmx_dfm_timing_params0_cn63xx
2688 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.h6184 uint64_t tmod : 4; /**< Indicates tMOD constraints. member in struct:cvmx_lmcx_timing_params0::cvmx_lmcx_timing_params0_s
6216 uint64_t tmod : 4;
6260 uint64_t tmod : 4; /**< Indicates tMOD constraints. member in struct:cvmx_lmcx_timing_params0::cvmx_lmcx_timing_params0_cn63xx
6292 uint64_t tmod : 4;
6329 uint64_t tmod : 4; /**< Indicates tMOD constraints. member in struct:cvmx_lmcx_timing_params0::cvmx_lmcx_timing_params0_cn63xxp1
6361 uint64_t tmod : 4;
/freebsd-9.3-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 290 milliseconds