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

  /external/clang/test/CodeGen/
mips-constraint-regs.c 13 int __s, __v = 17; local
18 : "c" (__s), "I" (__v));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
string_conversions.h 89 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local
95 const int __len = __convf(__s, __n, __fmt, __args);
99 return _String(__s, __s + __len);
ropeimpl.h 325 _S_char_ptr_len(const _CharT* __s)
327 const _CharT* __p = __s;
331 return (__p - __s);
354 _S_free_string(_CharT* __s, size_t __n, allocator_type& __a)
357 _Destroy(__s, __s + __n, __a);
360 __a.deallocate(__s,
529 _S_concat_char_iter(_RopeRep* __r, const _CharT*__s, size_t __slen)
538 return __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __slen,
543 __result = _S_leaf_concat_char_iter((_RopeLeaf*)__r, __s, __slen)
1271 size_t __s = __r->_M_size; local
1620 size_t __s = size(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
string_conversions.h 89 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local
95 const int __len = __convf(__s, __n, __fmt, __args);
99 return _String(__s, __s + __len);
ropeimpl.h 325 _S_char_ptr_len(const _CharT* __s)
327 const _CharT* __p = __s;
331 return (__p - __s);
354 _S_free_string(_CharT* __s, size_t __n, allocator_type& __a)
357 _Destroy(__s, __s + __n, __a);
360 __a.deallocate(__s,
529 _S_concat_char_iter(_RopeRep* __r, const _CharT*__s, size_t __slen)
538 return __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __slen,
543 __result = _S_leaf_concat_char_iter((_RopeLeaf*)__r, __s, __slen)
1271 size_t __s = __r->_M_size; local
1620 size_t __s = size(); local
    [all...]
  /external/blktrace/btt/
dip_rb.c 29 __u64 __s, s = BIT_START(iop); local
34 __s = BIT_START(__iop);
36 if (s < __s)
38 else if (s > __s)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
partial_sum.h 115 const _Settings& __s = _Settings::get(); local
125 if (__s.partial_sum_dilation == 1.0f)
131 __n / (1.0f + __s.partial_sum_dilation * __num_threads));
find.h 195 const _Settings& __s = _Settings::get(); local
201 (__length, __s.find_sequential_search_size);
219 const float __scale_factor = __s.find_scale_factor;
324 const _Settings& __s = _Settings::get(); local
329 (__length, __s.find_sequential_search_size);
352 _DifferenceType __block_size = __s.find_initial_block_size;
partition.h 67 const _Settings& __s = _Settings::get(); local
78 _DifferenceType __chunk_size = __s.partition_chunk_size;
90 if (__s.partition_chunk_share > 0.0)
92 (__s.partition_chunk_size, (double)__n
93 * __s.partition_chunk_share / (double)__num_threads);
95 __chunk_size = __s.partition_chunk_size;
178 // Fetch new chunk(__s).
344 const _Settings& __s = _Settings::get(); local
346 std::max(__s.nth_element_minimal_n, __s.partition_minimal_n))
    [all...]
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
random_shuffle.h 165 // Sum up bins, __sd->_M_dist[__s + 1][__d->_M_num_threads] now
166 // contains the total number of items in bin __s
167 for (_BinIndex __s = 0; __s < __sd->_M_num_bins; ++__s)
168 __gnu_sequential::partial_sum(__sd->_M_dist[__s + 1],
169 __sd->_M_dist[__s + 1]
171 __sd->_M_dist[__s + 1]);
177 for (_BinIndex __s = 0; __s < __d->_M_bins_begin; ++__s
277 const _Settings& __s = _Settings::get(); local
418 const _Settings& __s = _Settings::get(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
partial_sum.h 115 const _Settings& __s = _Settings::get(); local
125 if (__s.partial_sum_dilation == 1.0f)
131 __n / (1.0f + __s.partial_sum_dilation * __num_threads));
find.h 195 const _Settings& __s = _Settings::get(); local
201 (__length, __s.find_sequential_search_size);
219 const float __scale_factor = __s.find_scale_factor;
324 const _Settings& __s = _Settings::get(); local
329 (__length, __s.find_sequential_search_size);
352 _DifferenceType __block_size = __s.find_initial_block_size;
partition.h 67 const _Settings& __s = _Settings::get(); local
78 _DifferenceType __chunk_size = __s.partition_chunk_size;
90 if (__s.partition_chunk_share > 0.0)
92 (__s.partition_chunk_size, (double)__n
93 * __s.partition_chunk_share / (double)__num_threads);
95 __chunk_size = __s.partition_chunk_size;
178 // Fetch new chunk(__s).
344 const _Settings& __s = _Settings::get(); local
346 std::max(__s.nth_element_minimal_n, __s.partition_minimal_n))
    [all...]
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
random_shuffle.h 165 // Sum up bins, __sd->_M_dist[__s + 1][__d->_M_num_threads] now
166 // contains the total number of items in bin __s
167 for (_BinIndex __s = 0; __s < __sd->_M_num_bins; ++__s)
168 __gnu_sequential::partial_sum(__sd->_M_dist[__s + 1],
169 __sd->_M_dist[__s + 1]
171 __sd->_M_dist[__s + 1]);
177 for (_BinIndex __s = 0; __s < __d->_M_bins_begin; ++__s
277 const _Settings& __s = _Settings::get(); local
418 const _Settings& __s = _Settings::get(); local
    [all...]
  /external/libcxx/src/
future.cpp 210 __assoc_sub_state* __s = __state_; local
212 __s->copy();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_array.h 166 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
170 size_t __s, _Tp* __restrict__ __o)
176 __a += __s;
182 __a += __s;
223 // fill strided array __a[<__n-1 : __s>] with __t
227 size_t __s, const _Tp& __t)
229 for (size_t __i = 0; __i < __n; ++__i, __a += __s)
273 // Copy strided array __a[<__n : __s>] in plain __b[<__n>]
276 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, size_t __s,
279 for (size_t __i = 0; __i < __n; ++__i, ++__b, __a += __s)
370 size_t __s = __a.size(); local
386 size_t __s = __a.size(); local
    [all...]
valarray_after.h 220 _Expr<_Clos, _Tp>::operator[](slice __s) const
222 valarray<_Tp> __v = valarray<_Tp>(*this)[__s];
297 _Tp __s = _M_closure[--__n]; local
299 __s += _M_closure[--__n];
300 return __s;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
valarray_array.h 166 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
170 size_t __s, _Tp* __restrict__ __o)
176 __a += __s;
182 __a += __s;
223 // fill strided array __a[<__n-1 : __s>] with __t
227 size_t __s, const _Tp& __t)
229 for (size_t __i = 0; __i < __n; ++__i, __a += __s)
273 // Copy strided array __a[<__n : __s>] in plain __b[<__n>]
276 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, size_t __s,
279 for (size_t __i = 0; __i < __n; ++__i, ++__b, __a += __s)
370 size_t __s = __a.size(); local
386 size_t __s = __a.size(); local
    [all...]
valarray_after.h 220 _Expr<_Clos, _Tp>::operator[](slice __s) const
222 valarray<_Tp> __v = valarray<_Tp>(*this)[__s];
297 _Tp __s = _M_closure[--__n]; local
299 __s += _M_closure[--__n];
300 return __s;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
future.cpp 210 __assoc_sub_state* __s = __state_; local
212 __s->copy();
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
mmintrin.h 1088 } __s; member in union:__anon60888
1091 __u.__s.__i0 = __i0;
1092 __u.__s.__i1 = __i1;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
mmintrin.h 1088 } __s; member in union:__anon61270
1091 __u.__s.__i0 = __i0;
1092 __u.__s.__i1 = __i1;
    [all...]

Completed in 888 milliseconds