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

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
string_conversions.h 79 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local
85 const int __len = __convf(__s, __n, __fmt, __args);
89 return _String(__s, __s + __len);
ropeimpl.h 324 _S_char_ptr_len(const _CharT* __s)
326 const _CharT* __p = __s;
330 return (__p - __s);
353 _S_free_string(_CharT* __s, size_t __n, allocator_type& __a)
356 _Destroy(__s, __s + __n, __a);
359 __a.deallocate(__s,
528 _S_concat_char_iter(_RopeRep* __r, const _CharT*__s, size_t __slen)
537 return __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __slen,
542 __result = _S_leaf_concat_char_iter((_RopeLeaf*)__r, __s, __slen)
1270 size_t __s = __r->_M_size; local
1619 size_t __s = size(); local
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 79 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local
85 const int __len = __convf(__s, __n, __fmt, __args);
89 return _String(__s, __s + __len);
ropeimpl.h 324 _S_char_ptr_len(const _CharT* __s)
326 const _CharT* __p = __s;
330 return (__p - __s);
353 _S_free_string(_CharT* __s, size_t __n, allocator_type& __a)
356 _Destroy(__s, __s + __n, __a);
359 __a.deallocate(__s,
528 _S_concat_char_iter(_RopeRep* __r, const _CharT*__s, size_t __slen)
537 return __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __slen,
542 __result = _S_leaf_concat_char_iter((_RopeLeaf*)__r, __s, __slen)
1270 size_t __s = __r->_M_size; local
1619 size_t __s = size(); local
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 79 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local
85 const int __len = __convf(__s, __n, __fmt, __args);
89 return _String(__s, __s + __len);
ropeimpl.h 324 _S_char_ptr_len(const _CharT* __s)
326 const _CharT* __p = __s;
330 return (__p - __s);
353 _S_free_string(_CharT* __s, size_t __n, allocator_type& __a)
356 _Destroy(__s, __s + __n, __a);
359 __a.deallocate(__s,
528 _S_concat_char_iter(_RopeRep* __r, const _CharT*__s, size_t __slen)
537 return __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__s, __slen,
542 __result = _S_leaf_concat_char_iter((_RopeLeaf*)__r, __s, __slen)
1270 size_t __s = __r->_M_size; local
1619 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)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
partial_sum.h 115 const _Settings& __s = _Settings::get(); local
125 if (__s.partial_sum_dilation == 1.0f)
131 / ((double)num_threads + __s.partial_sum_dilation)),
find.h 201 const _Settings& __s = _Settings::get(); local
206 std::min<difference_type>(length, __s.find_sequential_search_size);
232 difference_type block_size = __s.find_initial_block_size;
268 std::min<difference_type>(block_size * __s.find_increasing_factor,
269 __s.find_maximum_block_size);
323 const _Settings& __s = _Settings::get(); local
328 length, __s.find_sequential_search_size);
351 difference_type block_size = __s.find_initial_block_size;
partition.h 66 const _Settings& __s = _Settings::get(); local
75 difference_type chunk_size = __s.partition_chunk_size;
90 if (__s.partition_chunk_share > 0.0)
91 chunk_size = std::max<difference_type>(__s.partition_chunk_size,
92 (double)n * __s.partition_chunk_share
95 chunk_size = __s.partition_chunk_size;
342 const _Settings& __s = _Settings::get(); local
344 std::max(__s.nth_element_minimal_n, __s.partition_minimal_n));
workstealing.h 112 const _Settings& __s = _Settings::get(); local
114 difference_type chunk_size = static_cast<difference_type>(__s.workstealing_chunk_size);
120 const int stride = __s.cache_line_size * 10 / sizeof(Job<difference_type>) + 1;
random_shuffle.h 271 const _Settings& __s = _Settings::get(); local
283 1, n / (__s.L1_cache_size_lb / sizeof(value_type)));
292 num_bins = std::min<difference_type>(__s.TLB_size / 2, num_bins);
302 1, n / (__s.L2_cache_size / sizeof(value_type))));
312 static_cast<difference_type>(__s.TLB_size / 2), num_bins);
403 const _Settings& __s = _Settings::get(); local
411 (1, n / (__s.L1_cache_size_lb / sizeof(value_type)));
419 num_bins = std::min((difference_type)__s.TLB_size / 2, num_bins);
429 1, n / (__s.L2_cache_size / sizeof(value_type))));
440 std::min<difference_type>(__s.TLB_size / 2, num_bins)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_array.h 170 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
174 size_t __s, _Tp* __restrict__ __o)
180 __a += __s;
186 __a += __s;
227 // fill strided array __a[<__n-1 : __s>] with __t
231 size_t __s, const _Tp& __t)
233 for (size_t __i = 0; __i < __n; ++__i, __a += __s)
277 // Copy strided array __a[<__n : __s>] in plain __b[<__n>]
280 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, size_t __s,
283 for (size_t __i = 0; __i < __n; ++__i, ++__b, __a += __s)
375 size_t __s = __a.size(); local
391 size_t __s = __a.size(); local
    [all...]
valarray_after.h 219 _Expr<_Clos, _Tp>::operator[](slice __s) const
221 valarray<_Tp> __v = valarray<_Tp>(*this)[__s];
296 _Tp __s = _M_closure[--__n]; local
298 __s += _M_closure[--__n];
299 return __s;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 170 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
174 size_t __s, _Tp* __restrict__ __o)
180 __a += __s;
186 __a += __s;
227 // fill strided array __a[<__n-1 : __s>] with __t
231 size_t __s, const _Tp& __t)
233 for (size_t __i = 0; __i < __n; ++__i, __a += __s)
277 // Copy strided array __a[<__n : __s>] in plain __b[<__n>]
280 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, size_t __s,
283 for (size_t __i = 0; __i < __n; ++__i, ++__b, __a += __s)
375 size_t __s = __a.size(); local
391 size_t __s = __a.size(); local
    [all...]
valarray_after.h 219 _Expr<_Clos, _Tp>::operator[](slice __s) const
221 valarray<_Tp> __v = valarray<_Tp>(*this)[__s];
296 _Tp __s = _M_closure[--__n]; local
298 __s += _M_closure[--__n];
299 return __s;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 170 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
174 size_t __s, _Tp* __restrict__ __o)
180 __a += __s;
186 __a += __s;
227 // fill strided array __a[<__n-1 : __s>] with __t
231 size_t __s, const _Tp& __t)
233 for (size_t __i = 0; __i < __n; ++__i, __a += __s)
277 // Copy strided array __a[<__n : __s>] in plain __b[<__n>]
280 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, size_t __s,
283 for (size_t __i = 0; __i < __n; ++__i, ++__b, __a += __s)
375 size_t __s = __a.size(); local
391 size_t __s = __a.size(); local
    [all...]
valarray_after.h 219 _Expr<_Clos, _Tp>::operator[](slice __s) const
221 valarray<_Tp> __v = valarray<_Tp>(*this)[__s];
296 _Tp __s = _M_closure[--__n]; local
298 __s += _M_closure[--__n];
299 return __s;
  /external/stlport/src/
allocators.cpp 886 _Pthread_alloc_per_thread_state* __s = (_Pthread_alloc_per_thread_state*)__instance; local
887 __s -> __next = _S_free_per_thread_states;
888 _S_free_per_thread_states = __s;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 886 _Pthread_alloc_per_thread_state* __s = (_Pthread_alloc_per_thread_state*)__instance; local
887 __s -> __next = _S_free_per_thread_states;
888 _S_free_per_thread_states = __s;
    [all...]
  /external/stlport/stlport/stl/
_rope.c 475 const _CharT*__s, size_t __slen) {
482 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
485 __result = _S_leaf_concat_char_iter((_RopeLeaf*)__r, __s, __slen);
494 _RopeRep* __nright = _S_leaf_concat_char_iter((_RopeLeaf*)__right, __s, __slen);
505 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
518 _RopeRep* __r, const _CharT* __s, size_t __slen) {
521 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen,
528 return _S_concat_char_iter(__r, __s, __slen);
535 return _S_destr_leaf_concat_char_iter((_RopeLeaf*)__r, __s, __slen);
541 _RopeRep* __new_right = _S_destr_leaf_concat_char_iter(__right, __s, __slen)
1084 size_t __s = __r->_M_size._M_data; local
1344 size_t __s = size(); local
    [all...]
_rope.h 233 sequence_buffer(_Sequence& __s) : _M_prefix(&__s), _M_buf_count(0) {}
256 void append(const value_type *__s, size_t __len) {
261 _M_buffer[__i] = __s[__j];
265 _M_prefix->append(__s, __s + __len);
268 append(__s, __len);
271 _Self& write(const value_type *__s, size_t __len) {
272 append(__s, __len);
411 static void _S_free_string( _CharT* __s, size_t __len
587 _CharT* __s = local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.c 475 const _CharT*__s, size_t __slen) {
482 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
485 __result = _S_leaf_concat_char_iter((_RopeLeaf*)__r, __s, __slen);
494 _RopeRep* __nright = _S_leaf_concat_char_iter((_RopeLeaf*)__right, __s, __slen);
505 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
518 _RopeRep* __r, const _CharT* __s, size_t __slen) {
521 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen,
528 return _S_concat_char_iter(__r, __s, __slen);
535 return _S_destr_leaf_concat_char_iter((_RopeLeaf*)__r, __s, __slen);
541 _RopeRep* __new_right = _S_destr_leaf_concat_char_iter(__right, __s, __slen)
1084 size_t __s = __r->_M_size._M_data; local
1344 size_t __s = size(); local
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_rope.c 475 const _CharT*__s, size_t __slen) {
482 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
485 __result = _S_leaf_concat_char_iter((_RopeLeaf*)__r, __s, __slen);
494 _RopeRep* __nright = _S_leaf_concat_char_iter((_RopeLeaf*)__right, __s, __slen);
505 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
518 _RopeRep* __r, const _CharT* __s, size_t __slen) {
521 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen,
528 return _S_concat_char_iter(__r, __s, __slen);
535 return _S_destr_leaf_concat_char_iter((_RopeLeaf*)__r, __s, __slen);
541 _RopeRep* __new_right = _S_destr_leaf_concat_char_iter(__right, __s, __slen)
1084 size_t __s = __r->_M_size._M_data; local
1344 size_t __s = size(); local
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_rope.c 475 const _CharT*__s, size_t __slen) {
482 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
485 __result = _S_leaf_concat_char_iter((_RopeLeaf*)__r, __s, __slen);
494 _RopeRep* __nright = _S_leaf_concat_char_iter((_RopeLeaf*)__right, __s, __slen);
505 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
518 _RopeRep* __r, const _CharT* __s, size_t __slen) {
521 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen,
528 return _S_concat_char_iter(__r, __s, __slen);
535 return _S_destr_leaf_concat_char_iter((_RopeLeaf*)__r, __s, __slen);
541 _RopeRep* __new_right = _S_destr_leaf_concat_char_iter(__right, __s, __slen)
1084 size_t __s = __r->_M_size._M_data; local
1344 size_t __s = size(); local
    [all...]

Completed in 427 milliseconds

1 2