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

  /external/stlport/stlport/stl/
_algo.c 450 _Distance __l = __n - __k; local
456 if (__k == __l) {
467 if (__k < __l) {
468 for (_Distance __j = 0; __j < __l/__d; __j++) {
469 if (__p > __first + __l) {
470 *__p = *(__p - __l);
471 __p -= __l;
486 *__p = * (__p - __l);
487 __p -= __l;
    [all...]
_rope.c 321 _RopeLeaf* __l = __STATIC_CAST(_RopeLeaf*, this); local
322 _STLP_STD::_Destroy(__l); // ->_Rope_RopeLeaf<_CharT,_Alloc>::~_Rope_RopeLeaf();
324 _RopeLeaf).deallocate(__l, 1);
663 _RopeLeaf* __l = __STATIC_CAST(_RopeLeaf*, __base); local
669 const _CharT* __section = __l->_M_data + __start;
818 _RopeLeaf* __l = __STATIC_CAST(_RopeLeaf*, __r); local
819 return __c(__l->_M_data + __begin, __end - __begin);
931 _RopeLeaf* __l = __STATIC_CAST(_RopeLeaf*, __r); local
1147 _RopeLeaf* __l = (_RopeLeaf*)__r; local
1199 _RopeLeaf* __l = (_RopeLeaf*)__r; local
1237 const _RopeLeaf* __l = __STATIC_CAST(const _RopeLeaf*, __left); local
    [all...]

Completed in 155 milliseconds