Home | History | Annotate | Download | only in bits

Lines Matching full:__fill

310         list * __fill = &__tmp[0];
318 __counter != __fill && !__counter->empty();
325 if (__counter == __fill)
326 ++__fill;
330 for (__counter = &__tmp[1]; __counter != __fill; ++__counter)
332 swap( *(__fill - 1) );
387 list * __fill = &__tmp[0];
395 __counter != __fill && !__counter->empty();
402 if (__counter == __fill)
403 ++__fill;
407 for (__counter = &__tmp[1]; __counter != __fill; ++__counter)
409 swap(*(__fill - 1));