/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm-generic/ |
cputime.h | 31 #define cputime_to_jiffies(__ct) (__ct) 39 #define cputime64_to_jiffies64(__ct) (__ct) 41 #define cputime_to_cputime64(__ct) ((u64) __ct) 43 #define cputime_to_msecs(__ct) jiffies_to_msecs(__ct) 50 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val [all...] |
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm-generic/ |
cputime.h | 31 #define cputime_to_jiffies(__ct) (__ct) 39 #define cputime64_to_jiffies64(__ct) (__ct) 41 #define cputime_to_cputime64(__ct) ((u64) __ct) 43 #define cputime_to_msecs(__ct) jiffies_to_msecs(__ct) 50 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val [all...] |
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm-generic/ |
cputime.h | 31 #define cputime_to_jiffies(__ct) (__ct) 39 #define cputime64_to_jiffies64(__ct) (__ct) 41 #define cputime_to_cputime64(__ct) ((u64) __ct) 43 #define cputime_to_msecs(__ct) jiffies_to_msecs(__ct) 50 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val [all...] |
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm-generic/ |
cputime.h | 31 #define cputime_to_jiffies(__ct) (__ct) 39 #define cputime64_to_jiffies64(__ct) (__ct) 41 #define cputime_to_cputime64(__ct) ((u64) __ct) 43 #define cputime_to_msecs(__ct) jiffies_to_msecs(__ct) 50 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val [all...] |
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm-generic/ |
cputime.h | 31 #define cputime_to_jiffies(__ct) (__ct) 39 #define cputime64_to_jiffies64(__ct) (__ct) 41 #define cputime_to_cputime64(__ct) ((u64) __ct) 43 #define cputime_to_msecs(__ct) jiffies_to_msecs(__ct) 50 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val [all...] |
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm-generic/ |
cputime.h | 31 #define cputime_to_jiffies(__ct) (__ct) 39 #define cputime64_to_jiffies64(__ct) (__ct) 41 #define cputime_to_cputime64(__ct) ((u64) __ct) 43 #define cputime_to_msecs(__ct) jiffies_to_msecs(__ct) 50 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val [all...] |
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm-generic/ |
cputime.h | 31 #define cputime_to_jiffies(__ct) (__ct) 39 #define cputime64_to_jiffies64(__ct) (__ct) 41 #define cputime_to_cputime64(__ct) ((u64) __ct) 43 #define cputime_to_msecs(__ct) jiffies_to_msecs(__ct) 50 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val [all...] |
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm-generic/ |
cputime.h | 31 #define cputime_to_jiffies(__ct) (__ct) 39 #define cputime64_to_jiffies64(__ct) (__ct) 41 #define cputime_to_cputime64(__ct) ((u64) __ct) 43 #define cputime_to_msecs(__ct) jiffies_to_msecs(__ct) 50 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val [all...] |
/bionic/libc/kernel/common/asm-generic/ |
cputime.h | 39 #define cputime_to_jiffies(__ct) (__ct) 46 #define cputime64_to_jiffies64(__ct) (__ct) 49 #define cputime_to_cputime64(__ct) ((u64) __ct) 50 #define cputime_to_msecs(__ct) jiffies_to_msecs(__ct) 56 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val [all...] |
/external/kernel-headers/original/asm-mips/ |
string.h | 73 static __inline__ int strcmp(__const__ char *__cs, __const__ char *__ct) 94 : "=r" (__cs), "=r" (__ct), "=r" (__res) 95 : "0" (__cs), "1" (__ct)); 104 strncmp(__const__ char *__cs, __const__ char *__ct, size_t __count) 127 : "=r" (__cs), "=r" (__ct), "=r" (__count), "=r" (__res) 128 : "0" (__cs), "1" (__ct), "2" (__count));
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
locale | 428 // __ct is used to force to lower case before comparing characters. 438 const _Ctype& __ct, ios_base::iostate& __err, 477 __c = __ct.toupper(__c); 492 __kc = __ct.toupper(__kc); 561 static int __stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end, 564 static int __stage2_float_loop(_CharT __ct, bool& __in_units, char& __exp, 597 __num_get<_CharT>::__stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end, 601 if (__a_end == __a && (__ct == __atoms[24] || __ct == __atoms[25])) 603 *__a_end++ = __ct == __atoms[24] ? '+' : '-' [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
chrono | 326 duration<_Rep2, _Period2>>::type __ct; 327 return __ct(__lhs) += __rhs; 338 duration<_Rep2, _Period2>>::type __ct; 339 return __ct(__lhs) -= __rhs; 377 duration<_Rep2, _Period2>>::type __ct; 383 { return __ct(__lhs).count() / __ct(__rhs).count(); } 402 duration<_Rep2, _Period2>>::type __ct; 403 return __ct(__lhs).count() == __ct(__rhs).count() [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
chrono | 326 duration<_Rep2, _Period2>>::type __ct; 327 return __ct(__lhs) += __rhs; 338 duration<_Rep2, _Period2>>::type __ct; 339 return __ct(__lhs) -= __rhs; 377 duration<_Rep2, _Period2>>::type __ct; 383 { return __ct(__lhs).count() / __ct(__rhs).count(); } 402 duration<_Rep2, _Period2>>::type __ct; 403 return __ct(__lhs).count() == __ct(__rhs).count() [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
chrono | 326 duration<_Rep2, _Period2>>::type __ct; 327 return __ct(__lhs) += __rhs; 338 duration<_Rep2, _Period2>>::type __ct; 339 return __ct(__lhs) -= __rhs; 377 duration<_Rep2, _Period2>>::type __ct; 383 { return __ct(__lhs).count() / __ct(__rhs).count(); } 402 duration<_Rep2, _Period2>>::type __ct; 403 return __ct(__lhs).count() == __ct(__rhs).count() [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
chrono | 326 duration<_Rep2, _Period2>>::type __ct; 327 return __ct(__lhs) += __rhs; 338 duration<_Rep2, _Period2>>::type __ct; 339 return __ct(__lhs) -= __rhs; 377 duration<_Rep2, _Period2>>::type __ct; 383 { return __ct(__lhs).count() / __ct(__rhs).count(); } 402 duration<_Rep2, _Period2>>::type __ct; 403 return __ct(__lhs).count() == __ct(__rhs).count() [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
chrono | 326 duration<_Rep2, _Period2>>::type __ct; 327 return __ct(__lhs) += __rhs; 338 duration<_Rep2, _Period2>>::type __ct; 339 return __ct(__lhs) -= __rhs; 377 duration<_Rep2, _Period2>>::type __ct; 383 { return __ct(__lhs).count() / __ct(__rhs).count(); } 402 duration<_Rep2, _Period2>>::type __ct; 403 return __ct(__lhs).count() == __ct(__rhs).count() [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
chrono | 94 typedef typename common_type<_Dur1, _Dur2>::type __ct; 97 typedef chrono::time_point<_Clock, __ct> type; 362 typedef typename common_type<__dur1,__dur2>::type __ct; 363 return __ct(__lhs) += __rhs; 375 typedef typename common_type<__dur1,__dur2>::type __ct; 376 return __ct(__lhs) -= __rhs; 418 typedef typename common_type<__dur1,__dur2>::type __ct; 419 return __ct(__lhs).count() / __ct(__rhs).count(); 441 typedef typename common_type<__dur1,__dur2>::type __ct; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
chrono | 94 typedef typename common_type<_Dur1, _Dur2>::type __ct; 97 typedef chrono::time_point<_Clock, __ct> type; 362 typedef typename common_type<__dur1,__dur2>::type __ct; 363 return __ct(__lhs) += __rhs; 375 typedef typename common_type<__dur1,__dur2>::type __ct; 376 return __ct(__lhs) -= __rhs; 418 typedef typename common_type<__dur1,__dur2>::type __ct; 419 return __ct(__lhs).count() / __ct(__rhs).count(); 441 typedef typename common_type<__dur1,__dur2>::type __ct; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
chrono | 94 typedef typename common_type<_Dur1, _Dur2>::type __ct; 97 typedef chrono::time_point<_Clock, __ct> type; 362 typedef typename common_type<__dur1,__dur2>::type __ct; 363 return __ct(__lhs) += __rhs; 375 typedef typename common_type<__dur1,__dur2>::type __ct; 376 return __ct(__lhs) -= __rhs; 418 typedef typename common_type<__dur1,__dur2>::type __ct; 419 return __ct(__lhs).count() / __ct(__rhs).count(); 441 typedef typename common_type<__dur1,__dur2>::type __ct; [all...] |
/external/stlport/stlport/stl/ |
_num_put.c | 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local 81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point); 85 __sep, __ct.widen('+'), __ct.widen('-'), 0); 89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-')); 135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local 136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false); 196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); local 198 wchar_t __xplus = __ct.widen('+') [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local 81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point); 85 __sep, __ct.widen('+'), __ct.widen('-'), 0); 89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-')); 135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local 136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false); 196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); local 198 wchar_t __xplus = __ct.widen('+') [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local 81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point); 85 __sep, __ct.widen('+'), __ct.widen('-'), 0); 89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-')); 135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local 136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false); 196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); local 198 wchar_t __xplus = __ct.widen('+') [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local 81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point); 85 __sep, __ct.widen('+'), __ct.widen('-'), 0); 89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-')); 135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local 136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false); 196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); local 198 wchar_t __xplus = __ct.widen('+') [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local 81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point); 85 __sep, __ct.widen('+'), __ct.widen('-'), 0); 89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-')); 135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local 136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false); 196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); local 198 wchar_t __xplus = __ct.widen('+') [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_num_put.c | 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local 81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point); 85 __sep, __ct.widen('+'), __ct.widen('-'), 0); 89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-')); 135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local 136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false); 196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); local 198 wchar_t __xplus = __ct.widen('+') [all...] |