Home
last modified time | relevance | path

Searched refs:x_ (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du8.h7 x_##A = _mm256_add_epi32(x_##A, x_##B); \
8 t_##A = _mm256_xor_si256(x_##D, x_##A); \
9 x_##D = VEC8_ROT(t_##A, 16); \
10 x_##C = _mm256_add_epi32(x_##C, x_##D); \
11 t_##C = _mm256_xor_si256(x_##B, x_##C); \
12 x_##B = VEC8_ROT(t_##C, 12); \
13 x_##A = _mm256_add_epi32(x_##A, x_##B); \
14 t_##A = _mm256_xor_si256(x_##D, x_##A); \
15 x_##D = VEC8_ROT(t_##A, 8); \
16 x_##C = _mm256_add_epi32(x_##C, x_##D); \
[all …]
H A Du4.h8 x_##A = _mm_add_epi32(x_##A, x_##B); \
9 t_##A = _mm_xor_si128(x_##D, x_##A); \
10 x_##D = _mm_shuffle_epi8(t_##A, rot16); \
11 x_##C = _mm_add_epi32(x_##C, x_##D); \
12 t_##C = _mm_xor_si128(x_##B, x_##C); \
13 x_##B = VEC4_ROT(t_##C, 12); \
14 x_##A = _mm_add_epi32(x_##A, x_##B); \
15 t_##A = _mm_xor_si128(x_##D, x_##A); \
16 x_##D = _mm_shuffle_epi8(t_##A, rot8); \
17 x_##C = _mm_add_epi32(x_##C, x_##D); \
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_prod_test.cc40 EXPECT_EQ(0, a.x_); in TEST()
43 EXPECT_EQ(1, a.x_); in TEST()
52 EXPECT_EQ(0, a.x_); in TEST_F()
55 EXPECT_EQ(2, a.x_); in TEST_F()
H A Dproduction.h48 int x() const { return x_; } in x()
51 void set_x(int an_x) { x_ = an_x; } in set_x()
52 int x_; variable
H A Dproduction.cc35 PrivateCode::PrivateCode() : x_(0) {} in PrivateCode()
/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_gcc_extension.c4 …if (__extension__(({ __typeof((__logbw)) x_ = (__logbw); !__builtin_isinf((x_)) && !__builtin_isna… in a()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_verify/sodium/
H A Dverify.c35 crypto_verify_n(const unsigned char *x_, const unsigned char *y_, in crypto_verify_n() argument
44 (const volatile __m128i *volatile) (const void *) x_; in crypto_verify_n()
64 crypto_verify_n(const unsigned char *x_, const unsigned char *y_, in crypto_verify_n() argument
68 (const volatile unsigned char *volatile) x_; in crypto_verify_n()
/freebsd/contrib/lua/src/
H A Dlobject.h269 { TValue *io = (obj); lua_State *x_ = (x); \
270 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VTHREAD)); \
372 { TValue *io = (obj); TString *x_ = (x); \
373 val_(io).gc = obj2gco(x_); settt_(io, ctb(x_->tt)); \
445 { TValue *io = (obj); Udata *x_ = (x); \
446 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VUSERDATA)); \
611 { TValue *io = (obj); LClosure *x_ = (x); \
612 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VLCL)); \
621 { TValue *io = (obj); CClosure *x_ = (x); \
622 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VCCL)); \
[all …]
/freebsd/crypto/openssl/crypto/ec/
H A Decp_oct.c24 const BIGNUM *x_, int y_bit, in ossl_ec_GFp_simple_set_compressed_coordinates() argument
54 if (!BN_nnmod(x, x_, group->field, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
58 if (!group->meth->field_sqr(group, tmp2, x_, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
60 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
63 if (!BN_mod_sqr(tmp2, x_, group->field, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
65 if (!BN_mod_mul(tmp1, tmp2, x_, group->field, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
H A Dec2_oct.c41 const BIGNUM *x_, int y_bit, in ossl_ec_GF2m_simple_set_compressed_coordinates() argument
66 if (!BN_GF2m_mod_arr(x, x_, group->poly)) in ossl_ec_GF2m_simple_set_compressed_coordinates()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_math.h50 __typeof((x)) x_ = (x); \
51 !crt_isinf(x_) && !crt_isnan(x_); \
/freebsd/contrib/unbound/
H A Dconfigure.ac628 if test x_$enable_alloc_nonregional = x_yes; then
631 if test x_$enable_alloc_checks = x_yes; then
638 if test x_$enable_alloc_lite = x_yes; then
673 if test x_$withval != x_no; then
721 if test x_$withval != x_no; then
722 if test x_$ub_have_pthreads != x_no; then
757 if test x_$withval != x_no; then
784 if test x_$withval != x_no; then
795 if test x_$withval != x_no; then
801 if test x_$ub_test_python != x_no; then
[all …]
H A Dconfigure17951 if test x_$enable_alloc_nonregional = x_yes; then
17956 if test x_$enable_alloc_checks = x_yes; then
17965 if test x_$enable_alloc_lite = x_yes; then
18094 if test x_$withval != x_no; then
19001 if test x_$withval != x_no; then
19002 if test x_$ub_have_pthreads != x_no; then
19142 if test x_$withval != x_no; then
19235 if test x_$withval != x_no; then
19252 if test x_$withval != x_no; then
19258 if test x_$ub_test_python != x_no; then
[all …]
H A Dacx_nlnetlabs.m4657 if test x_$withval != x_no; then
683 if test x_$withval = x_ -o x_$withval = x_yes; then
699 if test x_$found_ssl != x_yes; then
828 if test x_$withval = x_no; then
/freebsd/contrib/ldns/
H A Dconfigure.ac158 if test x_$with_drill != x_no ; then
183 if test x_$with_examples != x_no ; then
244 if test x_$withval != x_no; then
261 if test x_$ldns_have_python != x_no; then
286 if test x_$ldns_have_python != x_no; then
299 if test x_$withval != x_no; then
300 if test x_$ldns_with_pyldns != x_no; then
304 if test x_$withval != x_with_pyldns; then
310 if test x_$ldns_with_pyldns != x_no; then
317 if test x_$ldns_with_pyldnsx != x_no; then
[all …]
H A Dacx_nlnetlabs.m4648 if test x_$withval != x_no; then
650 if test x_$withval = x_ -o x_$withval = x_yes; then
666 if test x_$found_ssl != x_yes; then
765 if test x_$withval = x_no; then
H A Dconfigure14742 if test x_$with_drill != x_no ; then
14783 if test x_$with_examples != x_no ; then
14962 if test x_$withval != x_no; then
15423 if test x_$ldns_have_python != x_no; then
15765 if test x_$ldns_have_python != x_no; then
15908 if test x_$withval != x_no; then
15909 if test x_$ldns_with_pyldns != x_no; then
15914 if test x_$withval != x_with_pyldns; then
15920 if test x_$ldns_with_pyldns != x_no; then
15929 if test x_$ldns_with_pyldnsx != x_no; then
[all …]
/freebsd/contrib/netbsd-tests/usr.bin/make/
H A Dt_make.sh80 atfname="$(echo "${basename}" | tr "x-" "x_")"
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h204 TString *x_ = (x); \
205 val_(io).gc=cast(GCObject *, x_); settt_(io, ctb(x_->tsv.tt)); \
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_exp.c599 #define MOD_EXP_CTIME_ALIGN(x_) \ argument
600 …((unsigned char*)(x_) + (MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH - (((size_t)(x_)) & (MOD_EXP_CTIME_MIN…
/freebsd/contrib/less/
H A Dless.hlp136 -D xx_c_o_l_o_r . --color=xx_c_o_l_o_r
/freebsd/contrib/bmake/
H A Dbmake.cat18 …-II _d_i_r_e_c_t_o_r_y] [--JJ _p_r_i_v_a_t_e] [--jj _m_a_x___j_o_b_s]
161 --jj _m_a_x___j_o_b_s
163 any one time. If _m_a_x___j_o_b_s is a floating point number, or ends
165 reported online by sysconf(3). The value of _m_a_x___j_o_b_s is saved in
176 A job token pool with _m_a_x___j_o_b_s tokens is used to control the
344 …When bbmmaakkee is run in jobs mode with --jj _m_a_x___j_o_b_s, the entire script f…
1306 …..iiff [!!]_e_x_p_r_e_s_s_i_o_n [_o_p_e_r_a_t_o_r _e_x_p_r_e_s_s_i_…
1323 …..eelliiff [!!]_e_x_p_r_e_s_s_i_o_n [_o_p_e_r_a_t_o_r _e_x_p_r_e_s_…
1351 The value of _e_x_p_r_e_s_s_i_o_n may be any of the following function call
1378 _E_x_p_r_e_s_s_i_o_n may also be an arithmetic or string comparison. Variable
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve_defs.td426 class PolymorphicNameType<int nt_, string x_> {
428 string ExtraSuffixToDiscard = x_;
/freebsd/crypto/openssh/openbsd-compat/
H A Dsha2.c45 #define MAKE_CLONE(x, y) void __ssh_compat_make_clone_##x_##y(void)
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc638 double& x() const { return x_; } in x()
644 static double x_; member in testing::gmock_matchers_test::__anon540e1b3d0111::AClass
647 double AClass::x_ = 0.0; member in testing::gmock_matchers_test::__anon540e1b3d0111::AClass

12