HomeSort by relevance Sort by last modified time
    Searched refs:_S_path_cache_len (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_rope.c 193 int __j = __curr_depth + 1 - _S_path_cache_len;
251 if (_S_path_cache_len == __current_index) {
253 for (__i = 0; __i < _S_path_cache_len-1; ++__i) {
    [all...]
_rope.h 762 enum { _S_path_cache_len = 4 }; // Must be <= 9 because of _M_path_direction.
784 _RopeRep const*_M_data[_S_path_cache_len];
    [all...]

Completed in 20 milliseconds