Searched refs:c6 (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/tests/sys/geom/class/uzip/
H A D1_test.sh8 ret=$(echo I | tr -d "[:space:]" | od -to2 | head -n1 | awk '{print $2}' | cut -c6)
/freebsd-13-stable/lib/libmp/tests/
H A Dlegacy_test.c35 MINT *c0, *c1, *c2, *c3, *c5, *c6, *c8, *c10, *c14, *c15, *c25, \ variable
93 testmcmp(t0, c6, "msqrt2");
94 testmcmp(t1, c6, "msqrt3");
168 c6 = mp_itom(6);
197 mp_mfree(c6);
/freebsd-13-stable/sys/arm/include/
H A Dsysreg.h141 #define CP15_DFAR(rr) p15, 0, rr, c6, c0, 0 /* Data Fault Address Register */
142 #define CP15_HDFAR(rr) p15, 4, rr, c6, c0, 0 /* Hyp Data Fault Address Register */
143 #define CP15_HIFAR(rr) p15, 4, rr, c6, c0, 2 /* Hyp Instruction Fault Address Register */
144 #define CP15_HPFAR(rr) p15, 4, rr, c6, c0, 4 /* Hyp IPA Fault Address Register */
147 #define CP15_IFAR(rr) p15, 0, rr, c6, c0, 2 /* Instruction Fault Address Register */
171 #define CP15_DCIALL p15, 0, r0, c7, c6, 0 /* Data cache invalidate all */
173 #define CP15_DCIMVAC(rr) p15, 0, rr, c7, c6, 1 /* Data cache invalidate by MVA PoC */
174 #define CP15_DCISW(rr) p15, 0, rr, c7, c6, 2 /* Data cache invalidate by set/way */
/freebsd-13-stable/usr.bin/hexdump/tests/
H A Dhexdump_test.sh30 ret=$(echo I | tr -d "[:space:]" | od -to2 | head -n1 | awk '{print $2}' | cut -c6)
/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,c6,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];
147 u.c.c6 = lc_map[u.c.c6];
159 u.c.c6 = lc_map[(unsigned char)s[i++]];
/freebsd-13-stable/share/mk/
H A Dbsd.cpu.mk233 . elif ${CPUTYPE} == "winchip-c6"
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1105 int64_t c6 = 2097151 & (load_4(c + 15) >> 6); local
1167 s6 = c6 + a0 * b6 + a1 * b5 + a2 * b4 + a3 * b3 + a4 * b2 + a5 * b1 +
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Dcurve25519.c4992 int64_t c6 = kBottom21Bits & (load_4(c + 15) >> 6); local
5052 s6 = c6 + a0 * b6 + a1 * b5 + a2 * b4 + a3 * b3 + a4 * b2 + a5 * b1 + a6 * b0;

Completed in 101 milliseconds