Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libstdc++/include/bits/
Dlocale_facets.tcc915 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument
919 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, __cs, in _M_pad()
974 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument
977 __grouping_size, __cs, __cs + __len); in _M_group_int()
999 _CharT* __cs = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT) in _M_insert_int() local
1008 int __len = __int_to_char(__cs + __ilen, __u, __lit, __flags, __dec); in _M_insert_int()
1009 __cs += __ilen - __len; in _M_insert_int()
1020 __lc->_M_thousands_sep, __io, __cs2 + 2, __cs, __len); in _M_insert_int()
1021 __cs = __cs2 + 2; in _M_insert_int()
1032 *--__cs = __lit[__num_base::_S_oplus], ++__len; in _M_insert_int()
[all …]
Dlocale_facets.h2445 char_type* __cs, int& __len) const;
2455 char_type* __cs, int& __len) const;
2459 char_type* __new, const char_type* __cs, int& __len) const;
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dvector2044 size_type __cs = size();
2045 if (__cs < __sz)
2046 this->__append(__sz - __cs);
2047 else if (__cs > __sz)
2055 size_type __cs = size();
2056 if (__cs < __sz)
2057 this->__append(__sz - __cs, __x);
2058 else if (__cs > __sz)
3265 size_type __cs = size();
3266 if (__cs < __sz)
[all …]
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
DRegisters.hpp96 unsigned int __cs; member
312 uint64_t __cs; member
/freebsd-12-stable/contrib/libstdc++/
DChangeLog-20053791 Deal with a sign at the beginning of __cs; robustify the grouping