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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompose_delta.c650 apr_size_t op_ndx = search_offset_index(ndx, offset, hint);
651 for (;; ++op_ndx)
653 const svn_txdelta_op_t *const op = &window->ops[op_ndx];
654 const apr_size_t *const off = &ndx->offs[op_ndx];
697 op_ndx,
722 op_ndx,
738 op_ndx,
646 apr_size_t op_ndx = search_offset_index(ndx, offset, hint); local

Completed in 103 milliseconds