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

  /external/stlport/stlport/stl/
_slist.c 191 int __fill = 0; local
195 while (__i < __fill && !__counter[__i].empty()) {
201 if (__i == __fill) {
202 ++__fill;
203 if (__fill >= NB) {
210 for (int __i = 1; __i < __fill; ++__i)
212 __that.swap(__counter[__fill-1]);
_list.c 215 int __fill = 0; local
219 while (__i < __fill && !__counter[__i].empty()) {
224 if (__i == __fill) {
225 ++__fill;
226 if (__fill >= NB) {
233 for (int __i = 1; __i < __fill; ++__i)
235 __that.swap(__counter[__fill - 1]);
_algobase.h 417 inline void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, function
425 void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, function
432 void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, function
440 void __fill(_RandomAccessIter __first, _RandomAccessIter __last, const _Tp& __val, function
451 _STLP_PRIV __fill(__first, __last, __val,
  /ndk/sources/android/stlport/stlport/stl/
_slist.c 191 int __fill = 0; local
195 while (__i < __fill && !__counter[__i].empty()) {
201 if (__i == __fill) {
202 ++__fill;
203 if (__fill >= NB) {
210 for (int __i = 1; __i < __fill; ++__i)
212 __that.swap(__counter[__fill-1]);
_list.c 215 int __fill = 0; local
219 while (__i < __fill && !__counter[__i].empty()) {
224 if (__i == __fill) {
225 ++__fill;
226 if (__fill >= NB) {
233 for (int __i = 1; __i < __fill; ++__i)
235 __that.swap(__counter[__fill - 1]);
_algobase.h 417 inline void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, function
425 void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, function
432 void __fill(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, function
440 void __fill(_RandomAccessIter __first, _RandomAccessIter __last, const _Tp& __val, function
451 _STLP_PRIV __fill(__first, __last, __val,

Completed in 164 milliseconds