Home
last modified time | relevance | path

Searched refs:_S_path_cache_len (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dropeimpl.h179 int __j = __curr_depth + 1 - int(_S_path_cache_len); in _S_setcache()
240 if (int(_S_path_cache_len) == __current_index) in _S_setcache_for_incr() local
243 for (__i = 0; __i < int(_S_path_cache_len) - 1; __i++) in _S_setcache_for_incr()
H A Drope1034 enum { _S_path_cache_len = 4 }; // Must be <= 9.
1051 const _RopeRep* _M_path_end[_S_path_cache_len];
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dropeimpl.h174 int __j = __curr_depth + 1 - _S_path_cache_len; in _S_setcache()
231 if (_S_path_cache_len == __current_index) { in _S_setcache_for_incr()
233 for (__i = 0; __i < _S_path_cache_len-1; __i++) { in _S_setcache_for_incr()
H A Dstl_rope.h860 enum { _S_path_cache_len = 4 }; // Must be <= 9. enumerator
877 const _RopeRep* _M_path_end[_S_path_cache_len];