Searched refs:c8 (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
104 testmcmp(t0, c8, "mdiv0");
107 mp_mdiv(c10, c8, t0, t1);
112 testmcmp(t0, c8, "sdiv0");
139 testmcmp(t0, c8, "pow0");
143 testmcmp(t0, c8, "rpow0");
169 c8 = mp_itom(8);
198 mp_mfree(c8);
/freebsd-13-stable/sys/arm/include/
H A Dsysreg.h176 #define CP15_ATS1CPR(rr) p15, 0, rr, c7, c8, 0 /* Stage 1 Current state PL1 read */
177 #define CP15_ATS1CPW(rr) p15, 0, rr, c7, c8, 1 /* Stage 1 Current state PL1 write */
178 #define CP15_ATS1CUR(rr) p15, 0, rr, c7, c8, 2 /* Stage 1 Current state unprivileged read */
179 #define CP15_ATS1CUW(rr) p15, 0, rr, c7, c8, 3 /* Stage 1 Current state unprivileged write */
183 #define CP15_ATS12NSOPR(rr) p15, 0, rr, c7, c8, 4 /* Stages 1 and 2 Non-secure only PL1 read */
184 #define CP15_ATS12NSOPW(rr) p15, 0, rr, c7, c8, 5 /* Stages 1 and 2 Non-secure only PL1 write */
185 #define CP15_ATS12NSOUR(rr) p15, 0, rr, c7, c8, 6 /* Stages 1 and 2 Non-secure only unprivileged read */
186 #define CP15_ATS12NSOUW(rr) p15, 0, rr, c7, c8, 7 /* Stages 1 and 2 Non-secure only unprivileged write */
219 #define CP15_TLBIALLIS p15, 0, r0, c8, c3, 0 /* Invalidate entire unified TLB IS */
220 #define CP15_TLBIMVAIS(rr) p15, 0, rr, c8, c
[all...]
/freebsd-13-stable/libexec/rc/rc.d/
H A Dhostid89 dc698397-fa54-4cf2-82c8-b1b5307a6a7f)
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dpwhash_scrypt_ll.exp4 fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17
8 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62
/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];
149 u.c.c8 = lc_map[u.c.c8];
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c283 int c8; local
285 c8 = CharOf(my_ch);
311 if (!SP_PARM->_screen_acs_map[c8]) {
319 chtype temp = UChar(SP_PARM->_acs_map[c8]);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1107 int64_t c8 = 2097151 & load_3(c + 21); local
1171 s8 = c8 + a0 * b8 + a1 * b7 + a2 * b6 + a3 * b5 + a4 * b4 + a5 * b3 +
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Dcurve25519.c4994 int64_t c8 = kBottom21Bits & load_3(c + 21); local
5054 s8 = c8 + a0 * b8 + a1 * b7 + a2 * b6 + a3 * b5 + a4 * b4 + a5 * b3 + a6 * b2 + a7 * b1 + a8 * b0;

Completed in 200 milliseconds