| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | string_32.h | 30 static inline int strcmp(const char *__cs, const char *__ct) in strcmp() argument 48 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strcmp() 49 : "0" (__cs), "1" (__ct) in strcmp() 56 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) in strncmp() argument 80 :"=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strncmp() 81 : "0" (__cs), "1" (__ct), "r" (__cs+__n) in strncmp()
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | string.h | 59 static inline int strcmp(const char *__cs, const char *__ct) in strcmp() argument 77 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strcmp() 78 : "0" (__cs), "1" (__ct) in strcmp() 85 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) in strncmp() argument 109 :"=r" (__cs), "=r" (__ct), "=&r" (__res), "=&z" (__dummy) in strncmp() 110 : "0" (__cs), "1" (__ct), "r" (__cs+__n) in strncmp()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | string.h | 63 static inline int strcmp(const char *__cs, const char *__ct) in strcmp() argument 78 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&r" (__dummy) in strcmp() 79 : "0" (__cs), "1" (__ct)); in strcmp() 85 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) in strncmp() argument 103 : "=r" (__cs), "=r" (__ct), "=&r" (__res), "=&r" (__dummy) in strncmp() 104 : "0" (__cs), "1" (__ct), "r" ((uintptr_t)__cs+__n)); in strncmp()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | locale | 245 // __ct is used to force to lower case before comparing characters. 255 const _Ctype& __ct, ios_base::iostate& __err, 294 __c = __ct.toupper(__c); 309 __kc = __ct.toupper(__kc); 379 static int __stage2_float_loop(_CharT __ct, bool& __in_units, char& __exp, 386 static int __stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end, 405 static int __stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end, 455 __num_get<_CharT>::__stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end, 459 __num_get<_CharT>::__stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end, 465 if (__a_end == __a && (__ct == __atoms[24] || __ct == __atoms[25])) [all …]
|
| H A D | istream | 322 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc()); 326 if (!__ct.is(__ct.space, *__i)) 533 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc()); 544 if (__ct.is(__ct.space, __ch)) 1232 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc()); 1241 if (!__ct.is(__ct.space, _Traits::to_char_type(__i))) 1346 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc()); 1357 if (__ct.is(__ct.space, __ch)) 1471 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc()); 1474 _CharT __zero = __ct.widen('0'); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | locale | 245 // __ct is used to force to lower case before comparing characters. 255 const _Ctype& __ct, ios_base::iostate& __err, 294 __c = __ct.toupper(__c); 309 __kc = __ct.toupper(__kc); 379 static int __stage2_float_loop(_CharT __ct, bool& __in_units, char& __exp, 386 static int __stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end, 405 static int __stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end, 455 __num_get<_CharT>::__stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end, 459 __num_get<_CharT>::__stage2_int_loop(_CharT __ct, int __base, char* __a, char*& __a_end, 465 if (__a_end == __a && (__ct == __atoms[24] || __ct == __atoms[25])) [all …]
|
| H A D | istream | 322 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc()); 326 if (!__ct.is(__ct.space, *__i)) 533 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc()); 544 if (__ct.is(__ct.space, __ch)) 1232 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc()); 1241 if (!__ct.is(__ct.space, _Traits::to_char_type(__i))) 1346 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc()); 1357 if (__ct.is(__ct.space, __ch)) 1471 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc()); 1474 _CharT __zero = __ct.widen('0'); [all …]
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | string.h | 23 extern int strcmp(__const__ char *__cs, __const__ char *__ct); 26 extern int strncmp(__const__ char *__cs, __const__ char *__ct, __kernel_size_t __count);
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | cputime.h | 15 # define cputime_to_nsecs(__ct) \ argument 16 (cputime_to_usecs(__ct) * NSEC_PER_USEC)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | chrono | 706 typedef typename common_type<__dur1,__dur2>::type __ct; 707 return __ct(__lhs).count() == __ct(__rhs).count(); 718 typedef typename common_type<__dur1,__dur2>::type __ct; 719 return __ct(__lhs).count() < __ct(__rhs).count(); 730 using __ct = common_type_t<duration<_Rep1, _Period1>, 732 return __ct(__lhs).count() <=> __ct(__rhs).count(); 921 typedef typename common_type<_Dur1,__dur2>::type __ct; 922 typedef time_point<_Clock, __ct> __time_point; 935 typedef typename common_type<__dur1,_Dur2>::type __ct; 936 typedef time_point<_Clock, __ct> __time_point; [all …]
|
| H A D | bitset | 1547 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__os.getloc()); 1548 __x._M_copy_to_string(__tmp, __ct.widen('0'), __ct.widen('1'));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | chrono | 706 typedef typename common_type<__dur1,__dur2>::type __ct; 707 return __ct(__lhs).count() == __ct(__rhs).count(); 718 typedef typename common_type<__dur1,__dur2>::type __ct; 719 return __ct(__lhs).count() < __ct(__rhs).count(); 730 using __ct = common_type_t<duration<_Rep1, _Period1>, 732 return __ct(__lhs).count() <=> __ct(__rhs).count(); 921 typedef typename common_type<_Dur1,__dur2>::type __ct; 922 typedef time_point<_Clock, __ct> __time_point; 935 typedef typename common_type<__dur1,_Dur2>::type __ct; 936 typedef time_point<_Clock, __ct> __time_point; [all …]
|
| H A D | bitset | 1547 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__os.getloc()); 1548 __x._M_copy_to_string(__tmp, __ct.widen('0'), __ct.widen('1'));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | istream.tcc | 61 const __ctype_type& __ct = __check_facet(__in._M_ctype); in sentry() 63 && __ct.is(ctype_base::space, in sentry() 983 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in operator >>() 991 && !__ct.is(ctype_base::space, in operator >>() 1031 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in ws() local 1037 && __ct.is(ctype_base::space, _Traits::to_char_type(__c))) in ws()
|
| H A D | locale_facets.tcc | 109 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); in _M_cache() 110 __ct.widen(__num_base::_S_atoms_out, in _M_cache() 113 __ct.widen(__num_base::_S_atoms_in, in _M_cache()
|
| H A D | locale_facets_nonio.tcc | 111 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); in _M_cache() 112 __ct.widen(money_base::_S_atoms, in _M_cache()
|
| H A D | basic_string.tcc | 1493 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in operator >>() 1499 && !__ct.is(__ctype_base::space, in operator >>()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | istream.tcc | 61 const __ctype_type& __ct = __check_facet(__in._M_ctype); in sentry() 63 && __ct.is(ctype_base::space, in sentry() 983 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in operator >>() 991 && !__ct.is(ctype_base::space, in operator >>() 1031 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in ws() local 1037 && __ct.is(ctype_base::space, _Traits::to_char_type(__c))) in ws()
|
| H A D | locale_facets.tcc | 109 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); in _M_cache() 110 __ct.widen(__num_base::_S_atoms_out, in _M_cache() 113 __ct.widen(__num_base::_S_atoms_in, in _M_cache()
|
| H A D | locale_facets_nonio.tcc | 111 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); in _M_cache() 112 __ct.widen(money_base::_S_atoms, in _M_cache()
|
| H A D | basic_string.tcc | 1493 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in operator >>() 1499 && !__ct.is(__ctype_base::space, in operator >>()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | vstring.tcc | 579 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in operator >>() 585 && !__ct.is(__ctype_base::space, in operator >>()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | vstring.tcc | 579 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in operator >>() 585 && !__ct.is(__ctype_base::space, in operator >>()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr2/ |
| H A D | dynamic_bitset | 1206 const ctype<_CharT>& __ct = use_facet<ctype<_CharT>>(__os.getloc()); 1207 __x._M_copy_to_string(__tmp, __ct.widen('0'), __ct.widen('1'));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr2/ |
| H A D | dynamic_bitset | 1206 const ctype<_CharT>& __ct = use_facet<ctype<_CharT>>(__os.getloc()); 1207 __x._M_copy_to_string(__tmp, __ct.widen('0'), __ct.widen('1'));
|