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

/external/stlport/stlport/stl/
H A D_rope.c1018 rope<_CharT,_Alloc>::_S_min_len[__ROPE_DEPTH_SIZE] __ROPE_TABLE_BODY;
1034 // __forest[__i]._M_size._M_data >= _S_min_len[__i]
1086 for (__i = 0; __s >= _S_min_len[__i+1]/* not this bucket */; ++__i) {
1110 _STLP_ASSERT(_S_min_len[__i] <= __insertee->_M_size._M_data)
1113 __insertee->_M_size._M_data < _S_min_len[__i+1]) {
H A D_rope.h338 // multiple declarations during the initialization of "_S_min_len".
1301 static const unsigned long _S_min_len[__ROPE_DEPTH_SIZE]; member in class:rope
1304 { return (__r->_M_size._M_data >= _S_min_len[__r->_M_depth]); }
1308 __r->_M_size._M_data >= _S_min_len[__r->_M_depth - 1]);
1313 __r->_M_size._M_data >= _S_min_len[__r->_M_depth - 2]);
1634 return _S_min_len[__ROPE_MAX_DEPTH-1] - 1;

Completed in 266 milliseconds