Lines Matching full:__count
304 const std::size_t __count = _VSTD::distance(__f, __l);
308 for ( std::size_t __i = 1; __i < __count; ++__i )
322 const std::size_t __count = _VSTD::distance(__f, __l);
324 if (__count > 0)
326 _VSTD::vector<value_type> __scratch(__count);
329 for ( std::size_t __i = 0; __i <= __count; __i++ )
330 __suffix[__i] = __count - __scratch[__count-1];
335 for ( std::size_t __i = 0; __i < __count; __i++ )
337 const std::size_t __j = __count - __scratch[__i];