| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
| H A D | curve25519_sandy2x.c | 21 #define x2 var[1] macro 67 #define x2 var[0] macro
|
| /f-stack/dpdk/lib/librte_eal/arm/include/ |
| H A D | rte_memcpy_64.h | 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/freebsd/contrib/libsodium/test/default/ |
| H A D | hash.c | 6 static unsigned char x2[] = variable
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rand.c | 61 #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 D | geohash_helper.c | 224 double x2, double y2, double radius, in geohashGetDistanceIfInRadius() 231 int geohashGetDistanceIfInRadiusWGS84(double x1, double y1, double x2, in geohashGetDistanceIfInRadiusWGS84()
|
| H A D | lolwut5.c | 106 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 D | sunddi.h | 47 #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 D | sunddi.h | 45 #define ddi_prop_lookup_string(x1, x2, x3, x4, x5) (*x5 = NULL) argument
|
| /f-stack/freebsd/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
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_lpm_altivec.h | 22 uint32_t x0, x1, x2, x3; in processx4_step1() local
|
| H A D | l3fwd_lpm_sse.h | 20 uint32_t x0, x1, x2, x3; in processx4_step1() local
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/hchacha20/ |
| H A D | core_hchacha20.c | 21 uint32_t x0, x1, x2, x3, x4, x5, x6, x7; in crypto_core_hchacha20() local
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/ |
| H A D | x25519_ref10.c | 59 fe25519 x2; in crypto_scalarmult_curve25519_ref10() local
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | space_reftree.c | 55 space_reftree_compare(const void *x1, const void *x2) in space_reftree_compare()
|
| H A D | range_tree.c | 154 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 D | vdev_queue.c | 241 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()
|
| H A D | zil.c | 142 zil_bp_compare(const void *x1, const void *x2) in zil_bp_compare() 537 zil_lwb_vdev_compare(const void *x1, const void *x2) in zil_lwb_vdev_compare() 1877 zil_aitx_compare(const void *x1, const void *x2) in zil_aitx_compare()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_strings.c | 42 _zed_strings_node_compare(const void *x1, const void *x2) in _zed_strings_node_compare()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/ |
| H A D | ed25519_ref10_fe_51.h | 121 uint64_t x2 = f2 ^ g[2]; in fe25519_cmov() local 164 uint64_t x2 = f2 ^ g2; in fe25519_cswap() local
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/ |
| H A D | core_salsa_ref.c | 15 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 D | vchiq_if.h | 45 #define VCHIQ_MAKE_FOURCC(x0, x1, x2, x3) \ argument
|
| /f-stack/freebsd/crypto/chacha20/ |
| H A D | chacha.c | 116 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 D | chacha20_ref.c | 84 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 D | edonr.c | 112 #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 D | raidz_test.c | 640 int x0, x1, x2; in run_rec_check_impl() local
|