HomeSort by relevance Sort by last modified time
    Searched defs:_CASable (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
types.h 127 typedef int64_t _CASable;
129 /// Number of bits of _CASable.
130 static const int _CASable_bits = std::numeric_limits<_CASable>::digits;
132 /// ::_CASable with the right half of bits set to 1.
133 static const _CASable _CASable_mask =
134 ((_CASable(1) << (_CASable_bits / 2)) - 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
types.h 127 typedef int64_t _CASable;
129 /// Number of bits of _CASable.
130 static const int _CASable_bits = std::numeric_limits<_CASable>::digits;
132 /// ::_CASable with the right half of bits set to 1.
133 static const _CASable _CASable_mask =
134 ((_CASable(1) << (_CASable_bits / 2)) - 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
types.h 127 typedef int64_t _CASable;
129 /// Number of bits of _CASable.
130 static const int _CASable_bits = std::numeric_limits<_CASable>::digits;
132 /// ::_CASable with the right half of bits set to 1.
133 static const _CASable _CASable_mask =
134 ((_CASable(1) << (_CASable_bits / 2)) - 1);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
types.h 127 typedef int64_t _CASable;
129 /// Number of bits of _CASable.
130 static const int _CASable_bits = std::numeric_limits<_CASable>::digits;
132 /// ::_CASable with the right half of bits set to 1.
133 static const _CASable _CASable_mask =
134 ((_CASable(1) << (_CASable_bits / 2)) - 1);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
types.h 127 typedef int64_t _CASable;
129 /// Number of bits of _CASable.
130 static const int _CASable_bits = std::numeric_limits<_CASable>::digits;
132 /// ::_CASable with the right half of bits set to 1.
133 static const _CASable _CASable_mask =
134 ((_CASable(1) << (_CASable_bits / 2)) - 1);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
types.h 127 typedef int64_t _CASable;
129 /// Number of bits of _CASable.
130 static const int _CASable_bits = std::numeric_limits<_CASable>::digits;
132 /// ::_CASable with the right half of bits set to 1.
133 static const _CASable _CASable_mask =
134 ((_CASable(1) << (_CASable_bits / 2)) - 1);

Completed in 44 milliseconds