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

1 2 3

  /external/clang/test/CodeGen/
mips-constraint-regs.c 14 int __t; local
17 : "=c" (__t)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_array.h 99 // Turn a raw-memory into an array of _Tp filled with __t
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
111 new(__b++) _Tp(__t);
119 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
122 *__b++ = __t;
129 const _Tp __t)
131 _Array_init_ctor<_Tp, __is_pod(_Tp)>::_S_do_it(__b, __e, __t);
218 // Fill a plain array __a[<__n>] with __t
221 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t)
224 *__a++ = __t;
380 _Value_type __t = __a[__i]; local
396 _Value_type __t = __a[__i]; local
    [all...]
locale_facets.h 927 const char __t = do_narrow(__c, __dfault); local
928 if (__t != __dfault)
929 _M_narrow[static_cast<unsigned char>(__c)] = __t;
930 return __t;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_array.h 101 // Turn a raw-memory into an array of _Tp filled with __t
110 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
113 new(__b++) _Tp(__t);
121 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
124 *__b++ = __t;
130 __valarray_fill_construct(_Tp* __b, _Tp* __e, const _Tp __t)
132 _Array_init_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __t);
216 // Fill a plain array __a[<__n>] with __t
219 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t)
222 *__a++ = __t;
377 _Value_type __t = __a[__i]; local
393 _Value_type __t = __a[__i]; 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 101 // Turn a raw-memory into an array of _Tp filled with __t
110 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
113 new(__b++) _Tp(__t);
121 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
124 *__b++ = __t;
130 __valarray_fill_construct(_Tp* __b, _Tp* __e, const _Tp __t)
132 _Array_init_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __t);
216 // Fill a plain array __a[<__n>] with __t
219 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t)
222 *__a++ = __t;
377 _Value_type __t = __a[__i]; local
393 _Value_type __t = __a[__i]; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 99 // Turn a raw-memory into an array of _Tp filled with __t
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
111 new(__b++) _Tp(__t);
119 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
122 *__b++ = __t;
129 const _Tp __t)
131 _Array_init_ctor<_Tp, __is_pod(_Tp)>::_S_do_it(__b, __e, __t);
218 // Fill a plain array __a[<__n>] with __t
221 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t)
224 *__a++ = __t;
380 _Value_type __t = __a[__i]; local
396 _Value_type __t = __a[__i]; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 99 // Turn a raw-memory into an array of _Tp filled with __t
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
111 new(__b++) _Tp(__t);
119 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
122 *__b++ = __t;
129 const _Tp __t)
131 _Array_init_ctor<_Tp, __is_pod(_Tp)>::_S_do_it(__b, __e, __t);
218 // Fill a plain array __a[<__n>] with __t
221 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t)
224 *__a++ = __t;
380 _Value_type __t = __a[__i]; local
396 _Value_type __t = __a[__i]; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 99 // Turn a raw-memory into an array of _Tp filled with __t
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
111 new(__b++) _Tp(__t);
119 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
122 *__b++ = __t;
129 const _Tp __t)
131 _Array_init_ctor<_Tp, __is_pod(_Tp)>::_S_do_it(__b, __e, __t);
218 // Fill a plain array __a[<__n>] with __t
221 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t)
224 *__a++ = __t;
380 _Value_type __t = __a[__i]; local
396 _Value_type __t = __a[__i]; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_array.h 99 // Turn a raw-memory into an array of _Tp filled with __t
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
111 new(__b++) _Tp(__t);
119 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
122 *__b++ = __t;
129 const _Tp __t)
131 _Array_init_ctor<_Tp, __is_pod(_Tp)>::_S_do_it(__b, __e, __t);
218 // Fill a plain array __a[<__n>] with __t
221 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t)
224 *__a++ = __t;
380 _Value_type __t = __a[__i]; local
396 _Value_type __t = __a[__i]; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.h 101 // Turn a raw-memory into an array of _Tp filled with __t
110 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
113 new(__b++) _Tp(__t);
121 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
124 *__b++ = __t;
130 __valarray_fill_construct(_Tp* __b, _Tp* __e, const _Tp __t)
132 _Array_init_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __t);
216 // Fill a plain array __a[<__n>] with __t
219 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t)
222 *__a++ = __t;
377 _Value_type __t = __a[__i]; local
393 _Value_type __t = __a[__i]; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.h 101 // Turn a raw-memory into an array of _Tp filled with __t
110 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
113 new(__b++) _Tp(__t);
121 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
124 *__b++ = __t;
130 __valarray_fill_construct(_Tp* __b, _Tp* __e, const _Tp __t)
132 _Array_init_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __t);
216 // Fill a plain array __a[<__n>] with __t
219 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t)
222 *__a++ = __t;
377 _Value_type __t = __a[__i]; local
393 _Value_type __t = __a[__i]; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.h 101 // Turn a raw-memory into an array of _Tp filled with __t
110 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
113 new(__b++) _Tp(__t);
121 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
124 *__b++ = __t;
130 __valarray_fill_construct(_Tp* __b, _Tp* __e, const _Tp __t)
132 _Array_init_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __t);
216 // Fill a plain array __a[<__n>] with __t
219 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t)
222 *__a++ = __t;
377 _Value_type __t = __a[__i]; local
393 _Value_type __t = __a[__i]; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.h 101 // Turn a raw-memory into an array of _Tp filled with __t
110 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
113 new(__b++) _Tp(__t);
121 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
124 *__b++ = __t;
130 __valarray_fill_construct(_Tp* __b, _Tp* __e, const _Tp __t)
132 _Array_init_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __t);
216 // Fill a plain array __a[<__n>] with __t
219 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t)
222 *__a++ = __t;
377 _Value_type __t = __a[__i]; local
393 _Value_type __t = __a[__i]; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
valarray_array.h 99 // Turn a raw-memory into an array of _Tp filled with __t
108 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
111 new(__b++) _Tp(__t);
119 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
122 *__b++ = __t;
128 __valarray_fill_construct(_Tp* __b, _Tp* __e, const _Tp __t)
130 _Array_init_ctor<_Tp, __is_trivial(_Tp)>::_S_do_it(__b, __e, __t);
214 // Fill a plain array __a[<__n>] with __t
217 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t)
220 *__a++ = __t;
375 _Value_type __t = __a[__i]; local
391 _Value_type __t = __a[__i]; local
    [all...]
  /external/stlport/src/
time_facets.cpp 386 time_t __t = mktime(__CONST_CAST(tm*, t)); variable
387 _bend = __write_integer(_buf, 0, (long)__t );
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 386 time_t __t = mktime(__CONST_CAST(tm*, t)); variable
387 _bend = __write_integer(_buf, 0, (long)__t );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
throw_allocator.h 667 size_type __t = sizeof(value_type) * __n; local
668 annotate_base::check_allocated(__p, __t);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
throw_allocator.h 667 size_type __t = sizeof(value_type) * __n; local
668 annotate_base::check_allocated(__p, __t);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 667 size_type __t = sizeof(value_type) * __n; local
668 annotate_base::check_allocated(__p, __t);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 674 size_type __t = sizeof(value_type) * __n; local
675 annotate_base::check_allocated(__p, __t);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 667 size_type __t = sizeof(value_type) * __n; local
668 annotate_base::check_allocated(__p, __t);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 674 size_type __t = sizeof(value_type) * __n; local
675 annotate_base::check_allocated(__p, __t);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
throw_allocator.h 714 size_type __t = sizeof(value_type) * __n; local
715 annotate_base::check_allocated(__p, __t);
  /external/stlport/stlport/stl/
_algo.c 435 _EuclideanRingElement __t = __m % __n; local
437 __n = __t;
609 _Distance __t = __n; local
614 ++__t;
615 _Distance __M = __random_number(__t);
631 _Distance __t = __n; local
636 ++__t;
637 _Distance __M = __rand(__t);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.c 435 _EuclideanRingElement __t = __m % __n; local
437 __n = __t;
609 _Distance __t = __n; local
614 ++__t;
615 _Distance __M = __random_number(__t);
631 _Distance __t = __n; local
636 ++__t;
637 _Distance __M = __rand(__t);
    [all...]

Completed in 1009 milliseconds

1 2 3