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

/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c635 apr_uint32_t last_in_group = group_index * GROUP_SIZE + group->used - 1; local
639 assert(idx <= last_in_group);
686 if (idx < last_in_group)
694 if (last_in_group == cache->next)

Completed in 92 milliseconds