Searched refs:__ROPE_MAX_DEPTH (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_rope.h335 // "__ROPE_DEPTH_SIZE" is set to one more then the "__ROPE_MAX_DEPTH".
336 // This was originally just an addition of "__ROPE_MAX_DEPTH + 1"
342 # define __ROPE_MAX_DEPTH 45 macro
343 # define __ROPE_DEPTH_SIZE 46 // __ROPE_MAX_DEPTH + 1
344 enum { _S_max_rope_depth = __ROPE_MAX_DEPTH };
1634 return _S_min_len[__ROPE_MAX_DEPTH-1] - 1;
H A D_rope.c1020 # undef __ROPE_MAX_DEPTH macro

Completed in 275 milliseconds