Searched refs:c5 (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/lib/libmp/tests/
H A Dlegacy_test.c35 MINT *c0, *c1, *c2, *c3, *c5, *c6, *c8, *c10, *c14, *c15, *c25, \ variable
82 testmcmp(t0, c5, "gcd0");
90 testmcmp(t0, c5, "msqrt0");
103 mp_mdiv(c42, c5, t0, t1);
128 mp_mult(c5, c2, t0);
167 c5 = mp_itom(5);
196 mp_mfree(c5);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_encrypted.ksh116 log_must zfs create -o encryption=off $TESTPOOL/$TESTFS2/c5
117 log_must test "$(get_prop 'encryption' $TESTPOOL/$TESTFS2/c5)" == "off"
120 $TESTPOOL/$TESTFS2/c5
122 $TESTPOOL/$TESTFS2/c5
124 -o keylocation=prompt $TESTPOOL/$TESTFS2/c5
/freebsd-13-stable/sys/arm/include/
H A Dsysreg.h52 #define CP14_DBGPRSR(rr) p14, 0, rr, c1, c5, 4 /* Device Powerdown and Reset Status */
127 #define CP15_DFSR(rr) p15, 0, rr, c5, c0, 0 /* Data Fault Status Register */
128 #define CP15_HSR(rr) p15, 4, rr, c5, c2, 0 /* Hyp Syndrome Register */
131 #define CP15_IFSR(rr) p15, 0, rr, c5, c0, 1 /* Instruction Fault Status Register */
134 #define CP15_ADFSR(rr) p15, 0, rr, c5, c1, 0 /* Auxiliary Data Fault Status Register */
135 #define CP15_AIFSR(rr) p15, 0, rr, c5, c1, 1 /* Auxiliary Instruction Fault Status Register */
160 #define CP15_ICIALLU p15, 0, r0, c7, c5, 0 /* Instruction cache invalidate all PoU */
161 #define CP15_ICIMVAU(rr) p15, 0, rr, c7, c5, 1 /* Instruction cache invalidate */
164 #define CP15_CP15ISB p15, 0, r0, c7, c5, 4 /* ISB */
166 #define CP15_BPIALL p15, 0, r0, c7, c5,
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.entryreturn.ksh112 script | cut -c5-
/freebsd-13-stable/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c175 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7
186 # define LL(c0,c1,c2,c3,c4,c5,c6,c7) c0,c1,c2,c3,c4,c5,c6,c7, \
187 c7,c0,c1,c2,c3,c4,c5,c6, \
188 c6,c7,c0,c1,c2,c3,c4,c5, \
189 c5,c6,c7,c0,c1,c2,c3,c4, \
190 c4,c5,c6,c7,c0,c1,c2,c3, \
191 c3,c4,c5,c6,c7,c0,c1,c2, \
192 c2,c3,c4,c5,c
[all...]
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_hash.c130 unsigned char c1, c2, c3, c4, c5, c6, c7, c8; member in struct:__anon1249::__anon1250
141 u.c.c5 = s[i + 4], u.c.c6 = s[i + 5], u.c.c7 = s[i + 6], u.c.c8 = s[i + 7];
146 u.c.c5 = lc_map[u.c.c5];
162 u.c.c5 = lc_map[(unsigned char)s[i++]];
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1104 int64_t c5 = 2097151 & (load_3(c + 13) >> 1); local
1166 s5 = c5 + a0 * b5 + a1 * b4 + a2 * b3 + a3 * b2 + a4 * b1 + a5 * b0;
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Dcurve25519.c4991 int64_t c5 = kBottom21Bits & (load_3(c + 13) >> 1); local
5051 s5 = c5 + a0 * b5 + a1 * b4 + a2 * b3 + a3 * b2 + a4 * b1 + a5 * b0;

Completed in 164 milliseconds