/freebsd/stand/ficl/ |
H A D | gfx_loader.c | 66 uint32_t x1, y1, x2, y2, f; in ficl_term_putimage() local 117 uint32_t x1, y1, x2, y2, f; in ficl_fb_putimage() local 167 FICL_UNS x0, y0, x1, y1, wd; in ficl_fb_line() local 184 FICL_UNS x0, y0, x1, y1, x2, y2, width; in ficl_fb_bezier() local 203 FICL_UNS x1, x2, y1, y2, fill; in ficl_fb_drawrect() local 220 FICL_UNS x1, x2, y1, y2; in ficl_term_drawrect() local
|
/freebsd/stand/liblua/ |
H A D | gfx_utils.c | 50 uint32_t x1, y1, x2, y2, f; in lua_term_putimage() local 94 uint32_t x1, y1, x2, y2, f; in lua_fb_putimage() local 143 uint32_t x0, y0, x1, y1, wd; in lua_fb_line() local 164 uint32_t x0, y0, x1, y1, x2, y2, width; in lua_fb_bezier() local 187 uint32_t x0, y0, x1, y1, fill; in lua_fb_drawrect() local 208 uint32_t x0, y0, x1, y1; in lua_term_drawrect() local
|
/freebsd/contrib/gdtoa/ |
H A D | hexnan.c | 36 L_shift(x, x1, i) ULong *x; ULong *x1; int i; in L_shift() argument 60 ULong c, h, *x, *x1, *xe; local
|
H A D | gmisc.c | 41 ULong *x, *x1, *xe, y; local
|
/freebsd/crypto/openssl/crypto/seed/ |
H A D | seed.c | 449 seed_word x1, x2, x3, x4; in SEED_set_key() local 509 seed_word x1, x2, x3, x4; in SEED_encrypt() local 554 seed_word x1, x2, x3, x4; in SEED_decrypt() local
|
/freebsd/crypto/openssl/crypto/rc2/ |
H A D | rc2_cbc.c | 98 register RC2_INT x0, x1, x2, x3, t; in RC2_encrypt() local 144 register RC2_INT x0, x1, x2, x3, t; in RC2_decrypt() local
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | rz-smarc-common.dtsi | 66 x1: x1-clock { label
|
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_x86ni_ctrcbc.c | 92 __m128i x0, x1, x2, x3; in br_aes_x86ni_ctrcbc_ctr() local 341 __m128i dx, x0, x1; in br_aes_x86ni_ctrcbc_encrypt() local 488 __m128i dx, x0, x1; in br_aes_x86ni_ctrcbc_decrypt() local
|
H A D | aes_pwr8_ctrcbc.c | 231 #define BLOCK_ENCRYPT_X4_128(x0, x1, x2, x3) \ argument 277 #define BLOCK_ENCRYPT_X4_192(x0, x1, x2, x3) \ argument 331 #define BLOCK_ENCRYPT_X4_256(x0, x1, x2, x3) \ argument
|
H A D | aes_ct64.c | 41 uint64_t x0, x1, x2, x3, x4, x5, x6, x7; in br_aes_ct64_bitslice_Sbox() local 240 uint64_t x0, x1, x2, x3; in br_aes_ct64_interleave_in() local 270 uint64_t x0, x1, x2, x3; in br_aes_ct64_interleave_out() local 383 uint64_t x0, x1, x2, x3; in br_aes_ct64_skey_expand() local
|
H A D | aes_x86ni_ctr.c | 69 __m128i x0, x1, x2, x3; in br_aes_x86ni_ctr_run() local
|
H A D | aes_x86ni_cbcdec.c | 66 __m128i x0, x1, x2, x3, e0, e1, e2, e3; in br_aes_x86ni_cbcdec_run() local
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | ghash_pwr8.c | 88 #define SL_256(x0, x1) \ argument 99 #define REDUCE_F128(xd, x0, x1) \ argument
|
H A D | ghash_pclmul.c | 164 #define SL_256(x0, x1, x2, x3) do { \ argument 181 #define REDUCE_F128(x0, x1, x2, x3) do { \ argument
|
H A D | ghash_ctmul.c | 73 uint32_t x0, x1, x2, x3; in bmul() local 167 uint32_t x0, x1, x2, x3; in bmul() local
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | v_math.h | 119 v_call2_f32 (float (*f) (float, float), float32x4_t x1, float32x4_t x2, in v_call2_f32() 175 double x1 = x[1]; in v_call_f64() local 184 v_call2_f64 (double (*f) (double, double), float64x2_t x1, float64x2_t x2, in v_call2_f64()
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | sunddi.h | 47 #define ddi_prop_lookup_string(x1, x2, x3, x4, x5) (*x5 = NULL) argument
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | sunddi.h | 45 #define ddi_prop_lookup_string(x1, x2, x3, x4, x5) (*x5 = NULL) argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | gcc_qdiv.c | 15 register double x = dst.s.hi, x1 = dst.s.lo, y = src.s.hi, y1 = src.s.lo; in __gcc_qdiv() local
|
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_mul.c | 103 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; in fpu_mul() local
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | sv_math.h | 72 sv_call2_f64 (double (*f) (double, double), svfloat64_t x1, svfloat64_t x2, in sv_call2_f64() 130 sv_call2_f32 (float (*f) (float, float), svfloat32_t x1, svfloat32_t x2, in sv_call2_f32()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
H A D | curve25519_sandy2x.c | 20 #define x1 var[0] macro
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | sse2_64_32.h | 22 union { int64_t as64; int32_t as32[2]; } x0, x1; in sodium__mm_set_epi64x() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/ |
H A D | core_hsalsa20_ref2.c | 22 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, in crypto_core_hsalsa20() local
|
/freebsd/crypto/openssl/crypto/idea/ |
H A D | i_cbc.c | 99 register unsigned long x1, x2, x3, x4, t0, t1, ul; in IDEA_encrypt() local
|