Home
last modified time | relevance | path

Searched refs:__cs (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dstring_32.h30 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/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 Dlocale_facets.tcc781 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument
786 __cs, __w, __len); in _M_pad()
840 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument
843 __grouping_size, __cs, __cs + __len); in _M_group_int()
865 _CharT* __cs = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) in _M_insert_int() local
876 int __len = __int_to_char(__cs + __ilen, __u, __lit, __flags, __dec); in _M_insert_int()
877 __cs += __ilen - __len; in _M_insert_int()
888 __lc->_M_thousands_sep, __io, __cs2 + 2, __cs, __len); in _M_insert_int()
889 __cs = __cs2 + 2; in _M_insert_int()
900 *--__cs = __lit[__num_base::_S_oplus], ++__len; in _M_insert_int()
[all …]
H A Dlocale_facets_nonio.tcc93 const basic_string<_CharT>& __cs = __mp.curr_symbol(); in _M_cache()
94 _M_curr_symbol_size = __cs.size(); in _M_cache()
96 __cs.copy(__curr_symbol, _M_curr_symbol_size); in _M_cache()
585 char* __cs = static_cast<char*>(__builtin_alloca(__cs_size)); in do_put() local
588 int __len = std::__convert_from_v(_S_get_c_locale(), __cs, __cs_size, in do_put()
594 __cs = static_cast<char*>(__builtin_alloca(__cs_size)); in do_put()
595 __len = std::__convert_from_v(_S_get_c_locale(), __cs, __cs_size, in do_put()
602 char* __cs = static_cast<char*>(__builtin_alloca(__cs_size)); in do_put() local
603 int __len = std::__convert_from_v(_S_get_c_locale(), __cs, 0, "%.*Lf", in do_put()
607 __ctype.widen(__cs, __cs + __len, &__digits[0]); in do_put()
[all …]
H A Dlocale_facets.h2475 char_type* __cs, int& __len) const; in _GLIBCXX_VISIBILITY()
2485 char_type* __cs, int& __len) const; in _GLIBCXX_VISIBILITY()
2489 char_type* __new, const char_type* __cs, int& __len) const; in _GLIBCXX_VISIBILITY()
H A Dfstream.tcc272 } __cs (this); in close() local
/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 Dlocale_facets.tcc781 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument
786 __cs, __w, __len); in _M_pad()
840 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument
843 __grouping_size, __cs, __cs + __len); in _M_group_int()
865 _CharT* __cs = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) in _M_insert_int() local
876 int __len = __int_to_char(__cs + __ilen, __u, __lit, __flags, __dec); in _M_insert_int()
877 __cs += __ilen - __len; in _M_insert_int()
888 __lc->_M_thousands_sep, __io, __cs2 + 2, __cs, __len); in _M_insert_int()
889 __cs = __cs2 + 2; in _M_insert_int()
900 *--__cs = __lit[__num_base::_S_oplus], ++__len; in _M_insert_int()
[all …]
H A Dlocale_facets_nonio.tcc93 const basic_string<_CharT>& __cs = __mp.curr_symbol(); in _M_cache()
94 _M_curr_symbol_size = __cs.size(); in _M_cache()
96 __cs.copy(__curr_symbol, _M_curr_symbol_size); in _M_cache()
585 char* __cs = static_cast<char*>(__builtin_alloca(__cs_size)); in do_put() local
588 int __len = std::__convert_from_v(_S_get_c_locale(), __cs, __cs_size, in do_put()
594 __cs = static_cast<char*>(__builtin_alloca(__cs_size)); in do_put()
595 __len = std::__convert_from_v(_S_get_c_locale(), __cs, __cs_size, in do_put()
602 char* __cs = static_cast<char*>(__builtin_alloca(__cs_size)); in do_put() local
603 int __len = std::__convert_from_v(_S_get_c_locale(), __cs, 0, "%.*Lf", in do_put()
607 __ctype.widen(__cs, __cs + __len, &__digits[0]); in do_put()
[all …]
H A Dlocale_facets.h2475 char_type* __cs, int& __len) const; in _GLIBCXX_VISIBILITY()
2485 char_type* __cs, int& __len) const; in _GLIBCXX_VISIBILITY()
2489 char_type* __new, const char_type* __cs, int& __len) const; in _GLIBCXX_VISIBILITY()
H A Dfstream.tcc272 } __cs (this); in close() local
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dstring.h59 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 Dstring.h63 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/u-boot/arch/mips/include/asm/
H A Dstring.h23 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/arch/x86/include/asm/xen/
H A Dinterface_32.h86 #define XEN_CALLBACK(__cs, __eip) \ argument
87 ((struct xen_callback){ .cs = (__cs), .eip = (unsigned long)(__eip) })
H A Dinterface_64.h143 #define XEN_CALLBACK(__cs, __rip) \ argument
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmsa.h166 _ASM_INSN_IF_MIPS(0x787e0019 | __cs << 11 | __rd << 6)
167 _ASM_INSN32_IF_MM(0x587e0016 | __cs << 11 | __rd << 6));
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Duser32.h41 unsigned short cs, __cs; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dvector2046 size_type __cs = size();
2047 if (__cs < __sz)
2048 this->__append(__sz - __cs);
2049 else if (__cs > __sz)
2057 size_type __cs = size();
2058 if (__cs < __sz)
2059 this->__append(__sz - __cs, __x);
2060 else if (__cs > __sz)
3267 size_type __cs = size();
3268 if (__cs < __sz)
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dvector2046 size_type __cs = size();
2047 if (__cs < __sz)
2048 this->__append(__sz - __cs);
2049 else if (__cs > __sz)
2057 size_type __cs = size();
2058 if (__cs < __sz)
2059 this->__append(__sz - __cs, __x);
2060 else if (__cs > __sz)
3267 size_type __cs = size();
3268 if (__cs < __sz)
[all …]