Symbol: x32
crypto/krb5/src/lib/crypto/builtin/sha2/sha256.c
215
struct x32 *u = (struct x32*)(void*)m->save;
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
1064
uint64_t x32;
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
1211
x32 = ((uint64_t)(arg1[5]) * ((arg2[8]) * UINT8_C(0x13)));
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
1289
x110 = (x97 + (x88 + (x80 + (x73 + (x36 + (x32 + (x27 + (x21 + (x14 + x6)))))))));
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
1378
uint64_t x32;
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
1498
x32 = ((arg1[5]) * x11);
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
1551
x85 = (x72 + (x47 + (x41 + (x36 + x32))));
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
167
fiat_25519_uint128 x32;
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
1824
uint32_t x32;
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
1926
fiat_25519_addcarryx_u25(&x32, &x33, x31, x11, (x21 & UINT32_C(0x1ffffff)));
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
1973
x84 = (uint8_t)(x32 & UINT8_C(0xff));
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
1974
x85 = (x32 >> 8);
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
2082
uint8_t x32;
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
2160
x32 = (arg1[0]);
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
2161
x33 = (x31 + (uint32_t)x32);
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
219
x32 = (x24 + (x20 + (x8 + (x6 + x3))));
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
220
x33 = (x27 + x32);
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
286
uint64_t x32;
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
336
x32 = (uint64_t)(x31 >> 51);
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
338
x34 = (x32 + x29);
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
517
uint8_t x32;
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
598
x32 = (uint8_t)(x31 & UINT8_C(0xff));
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
661
out1[3] = x32;
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
733
uint8_t x32;
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
804
x32 = (arg1[0]);
crypto/krb5/src/plugins/preauth/spake/edwards25519_fiat.h
805
x33 = (x31 + (uint64_t)x32);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
345
uint32_t x32[BLOCK_SIZE / sizeof(uint32_t)];
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
352
counter = GSWAP4(block.x32[0]);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
359
block.x32[0]++;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
362
block.x32[0] = GSWAP4(counter);
sys/compat/freebsd32/freebsd32_misc.c
3890
} x32;
sys/compat/freebsd32/freebsd32_misc.c
3922
error = copyin(uap->data, &x32.rp, sizeof(x32.rp));
sys/compat/freebsd32/freebsd32_misc.c
3925
CP(x32.rp, x.rp, rp_count);
sys/compat/freebsd32/freebsd32_misc.c
3926
PTRIN_CP(x32.rp, x.rp, rp_pids);
sys/dev/cfi/cfi_core.c
615
uint32_t *x32;
sys/dev/cfi/cfi_core.c
728
ptr.x32 + i / 4, wlen / 4);
sys/dev/cfi/cfi_core.c
763
if(*(ptr.x32 + i / 4) == *(cpyprt.x32 + i / 4))
sys/dev/cfi/cfi_core.c
798
sc->sc_wrofs + i, *(ptr.x32 + i / 4));
sys/dev/cfi/cfi_core.c
815
val = *(ptr.x32 + i / 4);
sys/dev/cfi/cfi_dev.c
123
*(ptr.x32)++ = val;
sys/dev/cfi/cfi_dev.c
187
uint32_t x32[1];
sys/dev/cfi/cfi_dev.c
212
buf.x32[0] = val;
sys/dev/cfi/cfi_dev.c
91
uint32_t *x32;
usr.sbin/acpi/acpidump/acpi.c
1898
UINT32 x32;
usr.sbin/acpi/acpidump/acpi.c
1986
memcpy(&x32, dh + 1, sizeof(x32));
usr.sbin/acpi/acpidump/acpi.c
1987
printf("%#x", x32);