/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/ |
vector | 94 vector(size_type __n, const _Tp& __value, 96 : _Base(__n, __value, __a) 103 vector(size_type __n, const _Tp& __value = _Tp(), 105 : _Base(__n, __value, __a)
|
forward_list | 75 forward_list(size_type __n, const _Tp& __value, 77 : _Base(__n, __value, __al)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/ |
deque | 80 deque(size_type __n, const _Tp& __value, 82 : _Base(__n, __value, __a) { } 85 deque(size_type __n, const _Tp& __value = _Tp(), 87 : _Base(__n, __value, __a) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/ |
deque | 72 deque(size_type __n, const _Tp& __value, 74 : _Base(__n, __value, __a) { } 77 deque(size_type __n, const _Tp& __value = _Tp(), 79 : _Base(__n, __value, __a) { }
|
vector | 94 vector(size_type __n, const _Tp& __value, 96 : _Base(__n, __value, __a) 103 vector(size_type __n, const _Tp& __value = _Tp(), 105 : _Base(__n, __value, __a)
|
forward_list | 75 forward_list(size_type __n, const _Tp& __value, 77 : _Base(__n, __value, __al)
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/ |
deque | 76 deque(size_type __n, const _Tp& __value, 78 : _Base(__n, __value, __a) { } 81 deque(size_type __n, const _Tp& __value = _Tp(), 83 : _Base(__n, __value, __a) { }
|
forward_list | 75 forward_list(size_type __n, const _Tp& __value, 77 : _Base(__n, __value, __al)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/ |
mmintrin.h | 1012 _mm_setwcx (const int __value, const int __regno) 1017 __asm __volatile ("tmcr wcid, %0" :: "r"(__value)); 1020 __asm __volatile ("tmcr wcon, %0" :: "r"(__value)); 1023 __asm __volatile ("tmcr wcssf, %0" :: "r"(__value)); 1026 __asm __volatile ("tmcr wcasf, %0" :: "r"(__value)); 1029 __builtin_arm_setwcgr0 (__value); 1032 __builtin_arm_setwcgr1 (__value); 1035 __builtin_arm_setwcgr2 (__value); 1038 __builtin_arm_setwcgr3 (__value); 1048 int __value; local [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/ |
mmintrin.h | 1012 _mm_setwcx (const int __value, const int __regno) 1017 __asm __volatile ("tmcr wcid, %0" :: "r"(__value)); 1020 __asm __volatile ("tmcr wcon, %0" :: "r"(__value)); 1023 __asm __volatile ("tmcr wcssf, %0" :: "r"(__value)); 1026 __asm __volatile ("tmcr wcasf, %0" :: "r"(__value)); 1029 __builtin_arm_setwcgr0 (__value); 1032 __builtin_arm_setwcgr1 (__value); 1035 __builtin_arm_setwcgr2 (__value); 1038 __builtin_arm_setwcgr3 (__value); 1048 int __value; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
stdlib.h | 584 extern int setenv (__const char *__name, __const char *__value, int __replace) 802 extern char *ecvt (double __value, int __ndigit, int *__restrict __decpt, 808 extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt, 814 extern char *gcvt (double __value, int __ndigit, char *__buf) 820 extern char *qecvt (long double __value, int __ndigit, 823 extern char *qfcvt (long double __value, int __ndigit, 826 extern char *qgcvt (long double __value, int __ndigit, char *__buf) 832 extern int ecvt_r (double __value, int __ndigit, int *__restrict __decpt, 835 extern int fcvt_r (double __value, int __ndigit, int *__restrict __decpt, 839 extern int qecvt_r (long double __value, int __ndigit [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
stdlib.h | 585 extern int setenv (__const char *__name, __const char *__value, int __replace) 808 extern char *ecvt (double __value, int __ndigit, int *__restrict __decpt, 814 extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt, 820 extern char *gcvt (double __value, int __ndigit, char *__buf) 826 extern char *qecvt (long double __value, int __ndigit, 829 extern char *qfcvt (long double __value, int __ndigit, 832 extern char *qgcvt (long double __value, int __ndigit, char *__buf) 838 extern int ecvt_r (double __value, int __ndigit, int *__restrict __decpt, 841 extern int fcvt_r (double __value, int __ndigit, int *__restrict __decpt, 845 extern int qecvt_r (long double __value, int __ndigit [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_construct.h | 79 _Construct(_T1* __p, const _T2& __value) 83 ::new(static_cast<void*>(__p)) _T1(__value);
|
stream_iterator.h | 193 operator=(const _Tp& __value) 198 *_M_stream << __value; local
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
numeric | 137 iota(_ForwardIter __first, _ForwardIter __last, _Tp __value) 145 *__first++ = __value++;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/ |
forward_list | 75 forward_list(size_type __n, const _Tp& __value, 77 : _Base(__n, __value, __al)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_construct.h | 79 _Construct(_T1* __p, const _T2& __value) 83 ::new(static_cast<void*>(__p)) _T1(__value);
|
stream_iterator.h | 193 operator=(const _Tp& __value) 198 *_M_stream << __value; local
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
numeric | 137 iota(_ForwardIter __first, _ForwardIter __last, _Tp __value) 145 *__first++ = __value++;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_construct.h | 79 _Construct(_T1* __p, const _T2& __value) 83 ::new(static_cast<void*>(__p)) _T1(__value);
|
stream_iterator.h | 193 operator=(const _Tp& __value) 198 *_M_stream << __value; local
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
numeric | 137 iota(_ForwardIter __first, _ForwardIter __last, _Tp __value) 145 *__first++ = __value++;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_construct.h | 79 _Construct(_T1* __p, const _T2& __value) 83 ::new(static_cast<void*>(__p)) _T1(__value);
|
stream_iterator.h | 193 operator=(const _Tp& __value) 198 *_M_stream << __value; local
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
numeric | 137 iota(_ForwardIter __first, _ForwardIter __last, _Tp __value) 145 *__first++ = __value++;
|