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

1 2 3 4

  /external/clang/test/CodeGen/
mips-constraint-regs.c 13 int __s, __v = 17; local
18 : "c" (__s), "I" (__v));
  /prebuilts/gcc/linux-x86/host/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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
string_conversions.h 85 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local
91 const int __len = __convf(__s, __n, __fmt, __args);
95 return _String(__s, __s + __len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
string_conversions.h 85 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local
91 const int __len = __convf(__s, __n, __fmt, __args);
95 return _String(__s, __s + __len);
  /prebuilts/ndk/5/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);
  /prebuilts/ndk/6/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);
  /prebuilts/ndk/7/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);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
string_conversions.h 85 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local
91 const int __len = __convf(__s, __n, __fmt, __args);
95 return _String(__s, __s + __len);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
string_conversions.h 85 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local
91 const int __len = __convf(__s, __n, __fmt, __args);
95 return _String(__s, __s + __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
string_conversions.h 85 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local
91 const int __len = __convf(__s, __n, __fmt, __args);
95 return _String(__s, __s + __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
string_conversions.h 85 _CharT* __s = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) local
91 const int __len = __convf(__s, __n, __fmt, __args);
95 return _String(__s, __s + __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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);
  /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/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;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp 196 __assoc_sub_state* __s = __state_; local
198 __s->copy();
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_array.h 168 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
172 size_t __s, _Tp* __restrict__ __o)
178 __a += __s;
184 __a += __s;
225 // fill strided array __a[<__n-1 : __s>] with __t
229 size_t __s, const _Tp& __t)
231 for (size_t __i = 0; __i < __n; ++__i, __a += __s)
275 // Copy strided array __a[<__n : __s>] in plain __b[<__n>]
278 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, size_t __s,
281 for (size_t __i = 0; __i < __n; ++__i, ++__b, __a += __s)
372 size_t __s = __a.size(); local
388 size_t __s = __a.size(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_array.h 168 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
172 size_t __s, _Tp* __restrict__ __o)
178 __a += __s;
184 __a += __s;
225 // fill strided array __a[<__n-1 : __s>] with __t
229 size_t __s, const _Tp& __t)
231 for (size_t __i = 0; __i < __n; ++__i, __a += __s)
275 // Copy strided array __a[<__n : __s>] in plain __b[<__n>]
278 __valarray_copy(const _Tp* __restrict__ __a, size_t __n, size_t __s,
281 for (size_t __i = 0; __i < __n; ++__i, ++__b, __a += __s)
372 size_t __s = __a.size(); local
388 size_t __s = __a.size(); local
    [all...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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...]

Completed in 5998 milliseconds

1 2 3 4