Home
last modified time | relevance | path

Searched defs:x0 (Results 1 – 18 of 18) sorted by relevance

/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_memcpy_64.h113 const __uint128_t x0 = src128[0], x1 = src128[1]; in rte_mov32() local
123 const __uint128_t x0 = src128[0], x1 = src128[1], x2 = src128[2]; in rte_mov48() local
135 x0 = src128[0], x1 = src128[1], x2 = src128[2], x3 = src128[3]; in rte_mov64() local
149 x0 = src128[0], x1 = src128[1], x2 = src128[2], x3 = src128[3]; in rte_mov128() local
/f-stack/app/redis-5.0.5/src/
H A Drand.c61 #define SET3(x, x0, x1, x2) ((x)[0] = (x0), (x)[1] = (x1), (x)[2] = (x2)) argument
63 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) argument
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/
H A Dsse2_64_32.h22 union { int64_t as64; int32_t as32[2]; } x0, x1; in sodium__mm_set_epi64x() local
H A Ded25519_ref10_fe_51.h119 uint64_t x0 = f0 ^ g[0]; in fe25519_cmov() local
162 uint64_t x0 = f0 ^ g0; in fe25519_cswap() local
H A Ded25519_ref10_fe_25_5.h163 int32_t x0 = f0 ^ g[0]; in fe25519_cmov() local
224 int32_t x0 = f0 ^ g0; in fe25519_cswap() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/
H A Dcore_hsalsa20_ref2.c22 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, in crypto_core_hsalsa20() local
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_lpm_altivec.h22 uint32_t x0, x1, x2, x3; in processx4_step1() local
H A Dl3fwd_lpm_sse.h20 uint32_t x0, x1, x2, x3; in processx4_step1() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/hchacha20/
H A Dcore_hchacha20.c21 uint32_t x0, x1, x2, x3, x4, x5, x6, x7; in crypto_core_hchacha20() local
/f-stack/dpdk/lib/librte_hash/
H A Drte_cmp_arm64.h10 uint64_t x0, x1, y0, y1; in rte_hash_k16_cmp_eq() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c15 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, in crypto_core_salsa() local
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-dfa.h303 uint64_t x0 : 1;/**< XOR of the rest of the bits */ member
310 uint64_t x0 : 1;/**< XOR of the rest of the bits */ member
318 uint64_t x0 : 1;/**< XOR of the rest of the bits */ member
326 uint64_t x0 : 1;/**< XOR of the rest of the bits */ member
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_if.h45 #define VCHIQ_MAKE_FOURCC(x0, x1, x2, x3) \ argument
/f-stack/freebsd/crypto/chacha20/
H A Dchacha.c116 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c84 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, in chacha20_encrypt_bytes() local
/f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c112 #define LS1_256(c, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
129 #define LS1_512(c, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c640 int x0, x1, x2; in run_rec_check_impl() local
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c1418 uint32_t x0, x1, x2, x3; in processx4_step1() local