Home
last modified time | relevance | path

Searched refs:z2 (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dcurve25519_sandy2x.c45 z_51.v[0] = (z2[1] << 26) + z2[0]; in crypto_scalarmult_curve25519_sandy2x()
46 z_51.v[1] = (z2[3] << 26) + z2[2]; in crypto_scalarmult_curve25519_sandy2x()
47 z_51.v[2] = (z2[5] << 26) + z2[4]; in crypto_scalarmult_curve25519_sandy2x()
48 z_51.v[3] = (z2[7] << 26) + z2[6]; in crypto_scalarmult_curve25519_sandy2x()
49 z_51.v[4] = (z2[9] << 26) + z2[8]; in crypto_scalarmult_curve25519_sandy2x()
65 #undef z2
89 z_51.v[0] = (z2[1] << 26) + z2[0]; in crypto_scalarmult_curve25519_sandy2x_base()
90 z_51.v[1] = (z2[3] << 26) + z2[2]; in crypto_scalarmult_curve25519_sandy2x_base()
91 z_51.v[2] = (z2[5] << 26) + z2[4]; in crypto_scalarmult_curve25519_sandy2x_base()
92 z_51.v[3] = (z2[7] << 26) + z2[6]; in crypto_scalarmult_curve25519_sandy2x_base()
[all …]
H A Dfe51_invert.c15 fe51 z2; in fe51_invert() local
25 /* 2 */ fe51_square(&z2,x); in fe51_invert()
26 /* 4 */ fe51_square(&t,&z2); in fe51_invert()
29 /* 11 */ fe51_mul(&z11,&z9,&z2); in fe51_invert()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/
H A Dx25519_ref10.c60 fe25519 z2; in crypto_scalarmult_curve25519_ref10() local
80 fe25519_0(z2); in crypto_scalarmult_curve25519_ref10()
94 fe25519_add(x2, x2, z2); in crypto_scalarmult_curve25519_ref10()
95 fe25519_add(z2, x3, z3); in crypto_scalarmult_curve25519_ref10()
97 fe25519_mul(z2, z2, tmp1); in crypto_scalarmult_curve25519_ref10()
100 fe25519_add(x3, z3, z2); in crypto_scalarmult_curve25519_ref10()
101 fe25519_sub(z2, z3, z2); in crypto_scalarmult_curve25519_ref10()
104 fe25519_sq(z2, z2); in crypto_scalarmult_curve25519_ref10()
108 fe25519_mul(z3, x1, z2); in crypto_scalarmult_curve25519_ref10()
114 fe25519_invert(z2, z2); in crypto_scalarmult_curve25519_ref10()
[all …]
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_random.c20 uint64_t z2; member
73 state->z2 = __rte_rand_lfsr258_gen_seed(&lcg_seed, 512UL); in __rte_srand_lfsr258()
105 state->z2 = __rte_rand_lfsr258_comp(state->z2, 24UL, 50UL, in __rte_rand_lfsr258()
114 return state->z1 ^ state->z2 ^ state->z3 ^ state->z4 ^ state->z5; in __rte_rand_lfsr258()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du4.h26 z7 = _mm_shuffle_epi32(z2, 0xff);
27 z13 = _mm_shuffle_epi32(z2, 0x55);
28 z2 = _mm_shuffle_epi32(z2, 0xaa);
37 orig2 = z2;
92 z2 = orig2;
189 z2 = _mm_xor_si128(z2, y2);
191 z2 = _mm_xor_si128(z2, r2);
217 y10 = z2;
253 z2 = _mm_xor_si128(z2, y2);
255 z2 = _mm_xor_si128(z2, r2);
[all …]
H A Du8.h16 __m256i z2 = _mm256_set1_epi32(x[10]); variable
25 __m256i orig2 = z2;
92 z2 = orig2;
189 z2 = _mm256_xor_si256(z2, y2);
191 z2 = _mm256_xor_si256(z2, r2);
202 y6 = _mm256_add_epi32(y6, z2);
217 y10 = z2;
253 z2 = _mm256_xor_si256(z2, y2);
255 z2 = _mm256_xor_si256(z2, r2);
266 y3 = _mm256_add_epi32(y3, z2);
[all …]
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dzset.tcl683 r del z1 z2 z3 foo
710 $rd bzpopmin z1 z2 5
712 $rd bzpopmax z1 z2 5
717 $rd bzpopmax z2 z1 5
1147 r del z1 z2
1150 $rd bzpopmin z1 z2 z2 z1 0
1153 $rd bzpopmin z1 z2 z2 z1 0
1154 r zadd z2 1 b
1159 r zadd z2 1 b
1160 $rd bzpopmin z1 z2 z2 z1 0
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Drenesas,r8a73a4-cpg-clocks.txt17 "pll0", "pll1", "pll2", "pll2s", "pll2h", "z", "z2", "i", "m3", "b",
30 "pll2s", "pll2h", "z", "z2",
H A Drenesas,cpg-clocks.yaml80 - const: z2
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_split/
H A Dzpool_split_vdevs.ksh65 disks[z2]="z1 z2 z3"
79 z2) # raidz2
/f-stack/freebsd/contrib/device-tree/Bindings/iio/magnetometer/
H A Dak8975.txt29 "0.984807753012208"; /* z2 */
H A Dasahi-kasei,ak8975.yaml81 "0.984807753012208"; /* z2 */
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_queue.c244 const zio_t *z2 = (const zio_t *)x2; in vdev_queue_offset_compare() local
246 int cmp = TREE_CMP(z1->io_offset, z2->io_offset); in vdev_queue_offset_compare()
251 return (TREE_PCMP(z1, z2)); in vdev_queue_offset_compare()
276 const zio_t *z2 = (const zio_t *)x2; in vdev_queue_timestamp_compare() local
278 int cmp = TREE_CMP(z1->io_timestamp, z2->io_timestamp); in vdev_queue_timestamp_compare()
283 return (TREE_PCMP(z1, z2)); in vdev_queue_timestamp_compare()
H A Ddmu_redact.c398 zbookmark_phys_t z1, z2; in redact_range_compare() local
400 create_zbookmark_from_obj_off(&z2, obj2, off2); in redact_range_compare()
403 dbss2 >> SPA_MINBLOCKSHIFT, 0, &z1, &z2)); in redact_range_compare()
H A Dzio.c772 const zio_t *z2 = x2; in zio_bookmark_compare() local
774 if (z1->io_bookmark.zb_objset < z2->io_bookmark.zb_objset) in zio_bookmark_compare()
776 if (z1->io_bookmark.zb_objset > z2->io_bookmark.zb_objset) in zio_bookmark_compare()
779 if (z1->io_bookmark.zb_object < z2->io_bookmark.zb_object) in zio_bookmark_compare()
781 if (z1->io_bookmark.zb_object > z2->io_bookmark.zb_object) in zio_bookmark_compare()
784 if (z1->io_bookmark.zb_level < z2->io_bookmark.zb_level) in zio_bookmark_compare()
786 if (z1->io_bookmark.zb_level > z2->io_bookmark.zb_level) in zio_bookmark_compare()
789 if (z1->io_bookmark.zb_blkid < z2->io_bookmark.zb_blkid) in zio_bookmark_compare()
791 if (z1->io_bookmark.zb_blkid > z2->io_bookmark.zb_blkid) in zio_bookmark_compare()
794 if (z1 < z2) in zio_bookmark_compare()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/iio/imu/
H A Dinv_mpu6050.txt50 "0.984807753012208"; /* z2 */
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Dpx30-evb.dts404 "1"; /* z2 */
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c955 fe25519 z2; in ge25519_is_on_curve() local
962 fe25519_sq(z2, p->Z); in ge25519_is_on_curve()
964 fe25519_mul(t0, t0, z2); in ge25519_is_on_curve()
968 fe25519_sq(z4, z2); in ge25519_is_on_curve()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dr8a73a4.dtsi529 "pll2s", "pll2h", "z", "z2",