Home
last modified time | relevance | path

Searched defs:__mask1 (Results 1 – 2 of 2) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__random/
Dindependent_bits_engine.h79 static _LIBCPP_CONSTEXPR const _Engine_result_type __mask1 = __w0 < _EDt - 1 ? variable
/external/clang/lib/Headers/
Dvecintrin.h1114 unsigned char __mask1 = (unsigned char)(1U << (7 - __bit1) << 1) - 1; in vec_genmasks_8() local
1127 unsigned short __mask1 = (unsigned short)(1U << (15 - __bit1) << 1) - 1; in vec_genmasks_16() local
1140 unsigned int __mask1 = (1U << (31 - __bit1) << 1) - 1; in vec_genmasks_32() local
1153 unsigned long long __mask1 = (1ULL << (63 - __bit1) << 1) - 1; in vec_genmasks_64() local