HomeSort by relevance Sort by last modified time
    Searched refs:__s (Results 226 - 250 of 341) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
indirect_array.h 148 indirect_array<_Tp>::indirect_array(_Array<_Tp> __a, size_t __s,
150 : _M_sz(__s), _M_index(__i), _M_array(__a) {}
mask_array.h 144 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m)
145 : _M_sz(__s), _M_mask(__m), _M_array(__a) {}
codecvt.h 462 codecvt_byname(const char* __s, size_t __refs = 0)
465 if (__builtin_strcmp(__s, "C") != 0
466 && __builtin_strcmp(__s, "POSIX") != 0)
469 this->_S_create_c_locale(this->_M_c_locale_codecvt, __s);
random.h 79 template<int __s,
80 int __which = ((__s <= __CHAR_BIT__ * sizeof (int))
81 + (__s <= __CHAR_BIT__ * sizeof (long))
82 + (__s <= __CHAR_BIT__ * sizeof (long long))
84 + (__s <= 128))>
91 template<int __s>
92 struct _Select_uint_least_t<__s, 4>
95 template<int __s>
96 struct _Select_uint_least_t<__s, 3>
99 template<int __s>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
indirect_array.h 148 indirect_array<_Tp>::indirect_array(_Array<_Tp> __a, size_t __s,
150 : _M_sz(__s), _M_index(__i), _M_array(__a) {}
mask_array.h 144 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m)
145 : _M_sz(__s), _M_mask(__m), _M_array(__a) {}
codecvt.h 462 codecvt_byname(const char* __s, size_t __refs = 0)
465 if (__builtin_strcmp(__s, "C") != 0
466 && __builtin_strcmp(__s, "POSIX") != 0)
469 this->_S_create_c_locale(this->_M_c_locale_codecvt, __s);
random.h 79 template<int __s,
80 int __which = ((__s <= __CHAR_BIT__ * sizeof (int))
81 + (__s <= __CHAR_BIT__ * sizeof (long))
82 + (__s <= __CHAR_BIT__ * sizeof (long long))
84 + (__s <= 128))>
91 template<int __s>
92 struct _Select_uint_least_t<__s, 4>
95 template<int __s>
96 struct _Select_uint_least_t<__s, 3>
99 template<int __s>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
workstealing.h 111 const _Settings& __s = _Settings::get(); local
114 static_cast<_DifferenceType>(__s.workstealing_chunk_size);
120 const int __stride = (__s.cache_line_size * 10
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
workstealing.h 111 const _Settings& __s = _Settings::get(); local
114 static_cast<_DifferenceType>(__s.workstealing_chunk_size);
120 const int __stride = (__s.cache_line_size * 10
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 322 __typeof(a) __s, __w; \
325 __s = __w - (a); \
326 (b) = ((a) - (__w - __s)) + ((b) - __s); \
424 void _scan_nan(uint32_t *__words, int __num_words, const char *__s);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 384 seed(unsigned long __s)
385 { engine().seed(__s); }
412 std::string __s("random_condition::generate");
413 __s += "\n";
414 __s += "random number generated is: ";
417 __s += buf;
418 std::__throw_out_of_range(__s.c_str());
sso_string_base.h 216 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s,
539 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s,
549 if (__s && __len2)
550 this->_S_copy(__r + __pos, __s, __len2);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 384 seed(unsigned long __s)
385 { engine().seed(__s); }
412 std::string __s("random_condition::generate");
413 __s += "\n";
414 __s += "random number generated is: ";
417 __s += buf;
418 std::__throw_out_of_range(__s.c_str());
sso_string_base.h 216 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s,
539 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s,
549 if (__s && __len2)
550 this->_S_copy(__r + __pos, __s, __len2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 314 extern long int a64l (__const char *__s)
860 extern int mblen (__const char *__s, size_t __n) __THROW __wur;
864 __const char *__restrict __s, size_t __n) __THROW __wur;
867 extern int wctomb (char *__s, wchar_t __wchar) __THROW __wur;
872 __const char *__restrict __s, size_t __n) __THROW;
874 extern size_t wcstombs (char *__restrict __s,
    [all...]
  /external/libcxx/benchmarks/
unordered_set_operations.bench.cpp 44 std::size_t hash_len_0_to_8(const char* __s) {
46 const uint64_t __a = loadword<uint32_t>(__s);
47 const uint64_t __b = loadword<uint32_t>(__s + _Len - 4);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 374 * seed @p __s. The default seed value is 1.
376 * @param __s The initial seed value.
394 * sequence to the seed @g __s.
396 * @param __s The new seed.
399 seed(unsigned long __s = 1);
548 _UIntType __a, int __u, int __s, _UIntType __b, int __t,
565 static const int output_s = __s;
724 template<typename _IntType, _IntType __m, int __s, int __r>
736 static const int short_lag = __s;
897 template<typename _RealType, int __w, int __s, int __r
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 374 * seed @p __s. The default seed value is 1.
376 * @param __s The initial seed value.
394 * sequence to the seed @g __s.
396 * @param __s The new seed.
399 seed(unsigned long __s = 1);
548 _UIntType __a, int __u, int __s, _UIntType __b, int __t,
565 static const int output_s = __s;
724 template<typename _IntType, _IntType __m, int __s, int __r>
736 static const int short_lag = __s;
897 template<typename _RealType, int __w, int __s, int __r
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/benchmarks/
unordered_set_operations.bench.cpp 44 std::size_t hash_len_0_to_8(const char* __s) {
46 const uint64_t __a = loadword<uint32_t>(__s);
47 const uint64_t __b = loadword<uint32_t>(__s + _Len - 4);
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 89 initializer_list(const _E* __b, size_t __s)
91 __size_(__s)
  /external/clang/test/CXX/drs/
dr15xx.cpp 61 initializer_list(const _E* __b, size_t __s)
62 : __begin_(__b), __size_(__s) {}
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-stdinitializerlist.cpp 13 initializer_list(const _E* __b, size_t __s)
15 __size_(__s)
  /external/clang/test/Parser/
cxx0x-attributes.cpp 14 initializer_list(const _E* __b, size_t __s)
16 __size_(__s)
  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 16 initializer_list(const _E* __b, size_t __s)
18 __size_(__s)

Completed in 1948 milliseconds

1 2 3 4 5 6 7 8 91011>>