/dflybsd-src/crypto/libressl/crypto/rc2/ |
H A D | rc2_cbc.c | 140 RC2_INT x0,x1,x2,x3,t; in RC2_encrypt() local 185 RC2_INT x0,x1,x2,x3,t; in RC2_decrypt() local
|
/dflybsd-src/contrib/gcc-4.7/libgcc/soft-fp/ |
H A D | op-4.h | 540 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 572 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 599 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) \ argument 608 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument
|
/dflybsd-src/contrib/gcc-8.0/libgcc/soft-fp/ |
H A D | op-4.h | 678 # define __FP_FRAC_ADD_4(r3, r2, r1, r0, x3, x2, x1, x0, y3, y2, y1, y0) \ argument 715 # define __FP_FRAC_SUB_4(r3, r2, r1, r0, x3, x2, x1, x0, y3, y2, y1, y0) \ argument 752 # define __FP_FRAC_DEC_4(x3, x2, x1, x0, y3, y2, y1, y0) \ argument 769 # define __FP_FRAC_ADDI_4(x3, x2, x1, x0, i) \ argument
|
/dflybsd-src/crypto/libressl/crypto/idea/ |
H A D | i_cbc.c | 139 unsigned long x1,x2,x3,x4,t0,t1,ul; in idea_encrypt() local
|
/dflybsd-src/contrib/mpc/src/ |
H A D | pow_ui.c | 49 mpc_t t, x3; in mpc_pow_usi() local
|
/dflybsd-src/contrib/gcc-4.7/libgcc/config/i386/32/ |
H A D | sfp-machine.h | 11 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 41 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
|
/dflybsd-src/contrib/mpfr/src/ |
H A D | ai.c | 64 mpfr_t x3; /* used to store x^3 */ in mpfr_ai1() local
|
/dflybsd-src/crypto/openssh/ |
H A D | chacha.c | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
|
/dflybsd-src/sys/crypto/chacha20/ |
H A D | chacha.c | 113 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
|
/dflybsd-src/crypto/libressl/crypto/chacha/ |
H A D | chacha-merged.c | 125 u32 x0, x1, x2, x3, x4, x5, x6, x7; in chacha_encrypt_bytes() local
|
/dflybsd-src/usr.bin/dsynth/ |
H A D | config.c | 667 int x3; member
|
/dflybsd-src/contrib/binutils-2.27/libiberty/ |
H A D | regex.c | 763 # define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) argument 764 # define DEBUG_PRINT4(x1, x2, x3, x4) if (debug) printf (x1, x2, x3, x4) argument 1223 # define DEBUG_PRINT3(x1, x2, x3) argument 1224 # define DEBUG_PRINT4(x1, x2, x3, x4) argument
|
/dflybsd-src/contrib/gcc-8.0/libiberty/ |
H A D | regex.c | 762 # define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) argument 763 # define DEBUG_PRINT4(x1, x2, x3, x4) if (debug) printf (x1, x2, x3, x4) argument 1222 # define DEBUG_PRINT3(x1, x2, x3) argument 1223 # define DEBUG_PRINT4(x1, x2, x3, x4) argument
|
/dflybsd-src/contrib/binutils-2.34/libiberty/ |
H A D | regex.c | 762 # define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) argument 763 # define DEBUG_PRINT4(x1, x2, x3, x4) if (debug) printf (x1, x2, x3, x4) argument 1222 # define DEBUG_PRINT3(x1, x2, x3) argument 1223 # define DEBUG_PRINT4(x1, x2, x3, x4) argument
|
/dflybsd-src/contrib/gcc-4.7/libiberty/ |
H A D | regex.c | 763 # define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) argument 764 # define DEBUG_PRINT4(x1, x2, x3, x4) if (debug) printf (x1, x2, x3, x4) argument 1223 # define DEBUG_PRINT3(x1, x2, x3) argument 1224 # define DEBUG_PRINT4(x1, x2, x3, x4) argument
|
/dflybsd-src/contrib/gdb-7/libiberty/ |
H A D | regex.c | 763 # define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) argument 764 # define DEBUG_PRINT4(x1, x2, x3, x4) if (debug) printf (x1, x2, x3, x4) argument 1223 # define DEBUG_PRINT3(x1, x2, x3) argument 1224 # define DEBUG_PRINT4(x1, x2, x3, x4) argument
|
/dflybsd-src/sys/crypto/curve25519/ |
H A D | curve25519.c | 814 fe x1, x2, z2, x3, z3; in curve25519() local
|
/dflybsd-src/crypto/libressl/crypto/curve25519/ |
H A D | curve25519.c | 4815 fe x1, x2, z2, x3, z3, tmp0, tmp1; in x25519_scalar_mult_generic() local
|