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

  /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/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/sys/external/bsd/compiler_rt/dist/lib/builtins/
int_math.h 54 __typeof((x)) x_ = (x); \
55 !crt_isinf(x_) && !crt_isnan(x_); \

Completed in 13 milliseconds