Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 25 of 37) sorted by relevance

12

/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
H A Dgeohash_helper.c223 int geohashGetDistanceIfInRadius(double x1, double y1, in geohashGetDistanceIfInRadius()
231 int geohashGetDistanceIfInRadiusWGS84(double x1, double y1, double x2, in geohashGetDistanceIfInRadiusWGS84()
H A Dlolwut5.c106 void lwDrawLine(lwCanvas *canvas, int x1, int y1, int x2, int y2, int color) { in lwDrawLine()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsunddi.h47 #define ddi_prop_lookup_string(x1, x2, x3, x4, x5) (*x5 = NULL) argument
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dsunddi.h45 #define ddi_prop_lookup_string(x1, x2, x3, x4, x5) (*x5 = NULL) argument
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dcurve25519_sandy2x.c20 #define x1 var[0] macro
/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.h120 uint64_t x1 = f1 ^ g[1]; in fe25519_cmov() local
163 uint64_t x1 = f1 ^ g1; 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_scalarmult/curve25519/ref10/
H A Dx25519_ref10.c58 fe25519 x1; in crypto_scalarmult_curve25519_ref10() local
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspace_reftree.c55 space_reftree_compare(const void *x1, const void *x2) in space_reftree_compare()
H A Drange_tree.c154 range_tree_seg32_compare(const void *x1, const void *x2) in range_tree_seg32_compare()
166 range_tree_seg64_compare(const void *x1, const void *x2) in range_tree_seg64_compare()
178 range_tree_seg_gap_compare(const void *x1, const void *x2) in range_tree_seg_gap_compare()
H A Dvdev_queue.c241 vdev_queue_offset_compare(const void *x1, const void *x2) in vdev_queue_offset_compare()
273 vdev_queue_timestamp_compare(const void *x1, const void *x2) in vdev_queue_timestamp_compare()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_strings.c42 _zed_strings_node_compare(const void *x1, const void *x2) in _zed_strings_node_compare()
/f-stack/freebsd/netpfil/ipfw/test/
H A Dtest_dn_heap.c95 uintptr_t x1 = 0; in test_hash() 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/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

12