Home
last modified time | relevance | path

Searched refs:__rope_len (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dropeimpl.h1016 size_t __rope_len = __r.size(); in _GLIBCXX_VISIBILITY() local
1020 if (__rope_len < __w) in _GLIBCXX_VISIBILITY()
1021 __pad_len = __w - __rope_len; in _GLIBCXX_VISIBILITY()
1026 __o.width(__w / __rope_len); in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dropeimpl.h1015 size_t __rope_len = __r.size(); in _GLIBCXX_VISIBILITY() local
1019 if (__rope_len < __w) in _GLIBCXX_VISIBILITY()
1020 __pad_len = __w - __rope_len; in _GLIBCXX_VISIBILITY()
1025 __o.width(__w / __rope_len); in _GLIBCXX_VISIBILITY()