HomeSort by: relevance | last modified time | path
    Searched refs:x_ (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/dolbeau/
u4.h 8 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);
    [all...]
u8.h 7 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);
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_shadow.h 26 x_ = tid << kTidShift;
27 x_ |= epoch;
33 explicit FastState(u64 x) : x_(x) {}
35 u64 raw() const { return x_; }
38 u64 res = (x_ & ~kIgnoreBit) >> kTidShift;
43 u64 res = x_ >> kTidShift;
48 u64 res = x_ & ((1ull << kClkBits) - 1);
54 x_ += 1;
59 void SetIgnoreBit() { x_ |= kIgnoreBit; }
60 void ClearIgnoreBit() { x_ &= ~kIgnoreBit;
91 u64 x_; member in class:__tsan::FastState
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
call-c.cc 26 Foo() : x_(1) { }
27 int func() const { return x_; }
29 int x_; member in struct:Foo
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
call-c.cc 26 Foo() : x_(1) { }
27 int func() const { return x_; }
29 int x_; member in struct:Foo
  /src/external/mpl/dhcp/dist/contrib/
sethostname.sh 14 if [ x$1 = x_ ]; then
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_verify/sodium/
verify.c 35 crypto_verify_n(const unsigned char *x_, const unsigned char *y_,
44 (const volatile __m128i *volatile) (const void *) x_;
64 crypto_verify_n(const unsigned char *x_, const unsigned char *y_,
68 (const volatile unsigned char *volatile) x_;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 109 x_ = tid << kTidShift;
110 x_ |= epoch;
117 : x_(x) {
121 return x_;
125 u64 res = (x_ & ~kIgnoreBit) >> kTidShift;
130 u64 res = x_ >> kTidShift;
135 u64 res = x_ & ((1ull << kClkBits) - 1);
141 x_ += 1;
146 void SetIgnoreBit() { x_ |= kIgnoreBit; }
147 void ClearIgnoreBit() { x_ &= ~kIgnoreBit;
180 u64 x_; member in class:__tsan::FastState
    [all...]
  /src/sys/arch/playstation2/ee/
sif.c 63 typeof(x) x_ = x; \
64 (((x_) >> 4) * 10 + ((x_) & 0xf)); \
  /src/tests/usr.bin/xlint/lint1/
gcc.c 38 __typeof((__logbw)) x_ = (__logbw);
39 !dbl_isinf((x_));
  /src/external/mit/lua/dist/src/
lobject.h 273 { TValue *io = (obj); lua_State *x_ = (x); \
274 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VTHREAD)); \
384 { TValue *io = (obj); TString *x_ = (x); \
385 val_(io).gc = obj2gco(x_); settt_(io, ctb(x_->tt)); \
457 { TValue *io = (obj); Udata *x_ = (x); \
458 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VUSERDATA)); \
623 { TValue *io = (obj); LClosure *x_ = (x); \
624 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VLCL)); \
633 { TValue *io = (obj); CClosure *x_ = (x);
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
int_math.h 54 __typeof((x)) x_ = (x); \
55 !crt_isinf(x_) && !crt_isnan(x_); \
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_oct.c 24 const BIGNUM *x_, int y_bit,
54 if (!BN_nnmod(x, x_, group->field, ctx))
58 if (!group->meth->field_sqr(group, tmp2, x_, ctx))
60 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx))
63 if (!BN_mod_sqr(tmp2, x_, group->field, ctx))
65 if (!BN_mod_mul(tmp1, tmp2, x_, group->field, ctx))
ec2_oct.c 41 const BIGNUM *x_, int y_bit,
66 if (!BN_GF2m_mod_arr(x, x_, group->poly))
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_oct.c 24 const BIGNUM *x_, int y_bit,
54 if (!BN_nnmod(x, x_, group->field, ctx))
58 if (!group->meth->field_sqr(group, tmp2, x_, ctx))
60 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx))
63 if (!BN_mod_sqr(tmp2, x_, group->field, ctx))
65 if (!BN_mod_mul(tmp1, tmp2, x_, group->field, ctx))
ec2_oct.c 41 const BIGNUM *x_, int y_bit,
66 if (!BN_GF2m_mod_arr(x, x_, group->poly))
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecp_oct.c 18 const BIGNUM *x_, int y_bit,
51 if (!BN_nnmod(x, x_, group->field, ctx))
55 if (!group->meth->field_sqr(group, tmp2, x_, ctx))
57 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx))
60 if (!BN_mod_sqr(tmp2, x_, group->field, ctx))
62 if (!BN_mod_mul(tmp1, tmp2, x_, group->field, ctx))
ec2_oct.c 35 const BIGNUM *x_, int y_bit,
61 if (!BN_GF2m_mod_arr(x, x_, group->poly))
  /src/external/gpl3/gcc/dist/gcc/
tree-outof-ssa.cc 514 unsigned x_; \
516 for (x_ = 0; x_ < (GRAPH)->edge_list.length (); x_ += 2) \
518 y_ = (GRAPH)->edge_list[x_]; \
521 (void) ((VAR) = (GRAPH)->edge_list[x_ + 1]); \
522 (void) ((LOCUS) = (GRAPH)->edge_locus[x_ / 2]); \
534 unsigned x_; \
536 for (x_ = 0; x_ < (GRAPH)->edge_list.length (); x_ += 2)
    [all...]
opts.h 531 if (!(OPTS_SET)->x_ ## OPTION) \
532 (OPTS)->x_ ## OPTION = VALUE; \
538 #define OPTION_SET_P(OPTION) global_options_set.x_ ## OPTION
  /src/external/gpl3/gcc.old/dist/gcc/
tree-outof-ssa.cc 514 unsigned x_; \
516 for (x_ = 0; x_ < (GRAPH)->edge_list.length (); x_ += 2) \
518 y_ = (GRAPH)->edge_list[x_]; \
521 (void) ((VAR) = (GRAPH)->edge_list[x_ + 1]); \
522 (void) ((LOCUS) = (GRAPH)->edge_locus[x_ / 2]); \
534 unsigned x_; \
536 for (x_ = 0; x_ < (GRAPH)->edge_list.length (); x_ += 2)
    [all...]
opts.h 520 if (!(OPTS_SET)->x_ ## OPTION) \
521 (OPTS)->x_ ## OPTION = VALUE; \
527 #define OPTION_SET_P(OPTION) global_options_set.x_ ## OPTION
  /src/external/gpl3/gcc/dist/gcc/text-art/
types.h 58 coord (int x_, int y_) : x (x_), y (y_) {}
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/
convert.d 190 private Float parse(bool is_denormalized = false, T:real)(T x_) if (floatFormat!T != FloatFormat.Real80)
193 Unqual!T x = x_;
249 private Float parse(bool _ = false, T:real)(T x_) if (floatFormat!T == FloatFormat.Real80)
252 Unqual!T x = x_;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
lifetime.d 1687 private X x_;
1690 x_ = forward!x;
1696 private const X x_;
1699 x_ = forward!x;
1703 x_ = forward!x;
1722 assert(y1.x_.i == 1);
1725 assert(y2.x_.i == 0);
1729 assert(z1.x_.i == 1);
1732 assert(z2.x_.i == 0);
1735 assert(z3.x_.i == 1)
    [all...]

Completed in 53 milliseconds

1 2