Searched refs:mt1 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/bearssl/test/ |
| H A D | test_math.c | 248 uint32_t mt1[40], mt2[40], mt3[40]; in test_modint() local 329 impl->montymul(mt1, ma, mb, mp, mp0i); in test_modint() 332 check_eqz(mt1, t1); in test_modint() 335 impl->modpow(ma, ev, vlen, mp, mp0i, mt1, mt2); in test_modint()
|
| /freebsd/tools/boot/ |
| H A D | boot-test.sh | 875 mt1=$(mktemp ${OUTDIR}/cd-mtree.XXXXXX) 877 cat > ${mt1} <<EOF 890 ${img} ${mt1} ${DESTDIR} >> ${LOGDIR}/imagebuild.log 2>&1 907 ${img} ${mt1} ${DESTDIR} >> ${LOGDIR}/imagebuild.log 2>&1 942 rm -f ${mt1}
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lvm.c | 187 static const TValue *get_equalTM (lua_State *L, Table *mt1, Table *mt2, in get_equalTM() argument 189 const TValue *tm1 = fasttm(L, mt1, event); in get_equalTM() 192 if (mt1 == mt2) return tm1; /* same metatables => same metamethods */ in get_equalTM()
|