Symbol: f8
crypto/krb5/src/lib/crypto/builtin/aes/aestab.c
163
#define f9(x) (f8(x) ^ x)
crypto/krb5/src/lib/crypto/builtin/aes/aestab.c
164
#define fb(x) (f8(x) ^ f2(x) ^ x)
crypto/krb5/src/lib/crypto/builtin/aes/aestab.c
165
#define fd(x) (f8(x) ^ f4(x) ^ x)
crypto/krb5/src/lib/crypto/builtin/aes/aestab.c
166
#define fe(x) (f8(x) ^ f4(x) ^ f2(x))
crypto/openssh/libcrux_mlkem768_sha3.h
5911
uint8_t f8;
crypto/openssh/libcrux_mlkem768_sha3.h
5984
.f8 = r8,
crypto/openssh/libcrux_mlkem768_sha3.h
6008
result[8U] = r0_10.f8;
crypto/openssh/libcrux_mlkem768_sha3.h
6019
result[19U] = r11_21.f8;
crypto/openssl/crypto/ec/curve25519.c
1115
int32_t f8 = f[8];
crypto/openssl/crypto/ec/curve25519.c
1221
int64_t f8g0 = f8 * (int64_t)g0;
crypto/openssl/crypto/ec/curve25519.c
1222
int64_t f8g1 = f8 * (int64_t)g1;
crypto/openssl/crypto/ec/curve25519.c
1223
int64_t f8g2_19 = f8 * (int64_t)g2_19;
crypto/openssl/crypto/ec/curve25519.c
1224
int64_t f8g3_19 = f8 * (int64_t)g3_19;
crypto/openssl/crypto/ec/curve25519.c
1225
int64_t f8g4_19 = f8 * (int64_t)g4_19;
crypto/openssl/crypto/ec/curve25519.c
1226
int64_t f8g5_19 = f8 * (int64_t)g5_19;
crypto/openssl/crypto/ec/curve25519.c
1227
int64_t f8g6_19 = f8 * (int64_t)g6_19;
crypto/openssl/crypto/ec/curve25519.c
1228
int64_t f8g7_19 = f8 * (int64_t)g7_19;
crypto/openssl/crypto/ec/curve25519.c
1229
int64_t f8g8_19 = f8 * (int64_t)g8_19;
crypto/openssl/crypto/ec/curve25519.c
1230
int64_t f8g9_19 = f8 * (int64_t)g9_19;
crypto/openssl/crypto/ec/curve25519.c
1369
int32_t f8 = f[8];
crypto/openssl/crypto/ec/curve25519.c
1382
int32_t f8_19 = 19 * f8; /* 1.959375*2^30 */
crypto/openssl/crypto/ec/curve25519.c
1392
int64_t f0f8_2 = f0_2 * (int64_t)f8;
crypto/openssl/crypto/ec/curve25519.c
1401
int64_t f1f8_2 = f1_2 * (int64_t)f8;
crypto/openssl/crypto/ec/curve25519.c
1436
int64_t f8f8_19 = f8 * (int64_t)f8_19;
crypto/openssl/crypto/ec/curve25519.c
1437
int64_t f8f9_38 = f8 * (int64_t)f9_38;
crypto/openssl/crypto/ec/curve25519.c
1702
int32_t f8 = f[8];
crypto/openssl/crypto/ec/curve25519.c
1715
int32_t f8_19 = 19 * f8; /* 1.959375*2^30 */
crypto/openssl/crypto/ec/curve25519.c
1725
int64_t f0f8_2 = f0_2 * (int64_t)f8;
crypto/openssl/crypto/ec/curve25519.c
1734
int64_t f1f8_2 = f1_2 * (int64_t)f8;
crypto/openssl/crypto/ec/curve25519.c
1769
int64_t f8f8_19 = f8 * (int64_t)f8_19;
crypto/openssl/crypto/ec/curve25519.c
1770
int64_t f8f9_38 = f8 * (int64_t)f9_38;
crypto/openssl/crypto/ec/curve25519.c
4457
int32_t f8 = f[8];
crypto/openssl/crypto/ec/curve25519.c
4467
int64_t h8 = f8 * (int64_t)121666;
sys/dev/mlx/mlxreg.h
535
u_int8_t f8)
sys/dev/mlx/mlxreg.h
548
mc->mc_mailbox[0xc] = f8;
sys/kern/subr_asan.c
1179
ASAN_SET_SHADOW(f8);
usr.bin/hexdump/display.c
115
double f8;
usr.bin/hexdump/display.c
145
bcopy(bp, &f8, sizeof(f8));
usr.bin/hexdump/display.c
146
(void)printf(pr->fmt, f8);