| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | locale_facets.tcc | 639 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument 643 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, __cs, in _M_pad() 759 _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument 773 *__new = *__cs; in _M_group_int() 778 *__new = *__cs; in _M_group_int() 779 *(__new + 1) = *(__cs + 1); in _M_group_int() 785 __cs + __off, __cs + __len); in _M_group_int() 804 _CharT* __cs = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) in _M_convert_int() local 809 __len = __int_to_char(&__cs[0], __ilen, __v, __lit, __io.flags()); in _M_convert_int() 810 __cs = __cs + __ilen - __len; in _M_convert_int() [all …]
|
| D | locale_facets.h | 911 const char_type* __p, char_type* __new, char_type* __cs, 921 ios_base& __io, char_type* __new, char_type* __cs, 926 char_type* __new, const char_type* __cs, int& __len) const; 936 _M_widen_float(iter_type, ios_base& __io, char_type __fill, char* __cs, 940 _M_widen_int(iter_type, ios_base& __io, char_type __fill, char* __cs,
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | locale_facets.tcc | 905 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument 909 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, __cs, in _M_pad() 964 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument 967 __grouping_size, __cs, __cs + __len); in _M_group_int() 989 _CharT* __cs = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) in _M_insert_int() local 998 int __len = __int_to_char(__cs + __ilen, __u, __lit, __flags, __dec); in _M_insert_int() 999 __cs += __ilen - __len; in _M_insert_int() 1010 __lc->_M_thousands_sep, __io, __cs2 + 2, __cs, __len); in _M_insert_int() 1011 __cs = __cs2 + 2; in _M_insert_int() 1022 *--__cs = __lit[__num_base::_S_oplus], ++__len; in _M_insert_int() [all …]
|
| D | locale_facets.h | 2445 char_type* __cs, int& __len) const; 2455 char_type* __cs, int& __len) const; 2459 char_type* __new, const char_type* __cs, int& __len) const;
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/ |
| D | MachRegisterStatesI386.h | 37 uint32_t __cs; member
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/ |
| D | MachRegisterStatesX86_64.h | 45 uint64_t __cs; member
|
| D | DNBArchImplX86_64.cpp | 180 m_state.context.gpr.__cs = ('c' << 8) + 's'; in GetGPRState() 210 m_state.context.gpr.__cs, m_state.context.gpr.__fs, in GetGPRState() 486 m_state.context.gpr.__rflags, m_state.context.gpr.__cs, in SetGPRState()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | vector | 1908 size_type __cs = size(); 1909 if (__cs < __sz) 1910 this->__append(__sz - __cs); 1911 else if (__cs > __sz) 1920 size_type __cs = size(); 1921 if (__cs < __sz) 1922 this->__append(__sz - __cs, __x); 1923 else if (__cs > __sz) 3140 size_type __cs = size(); 3141 if (__cs < __sz) [all …]
|
| /openbsd/src/gnu/llvm/libunwind/src/ |
| D | Registers.hpp | 109 unsigned int __cs; member 334 uint64_t __cs; member
|