Searched refs:first_fill (Results 1 – 1 of 1) sorted by relevance
915 … int first_fill = (b.remaining() < search_window.length) ? b.remaining() : search_window.length; in getBoundaryPositions() local916 b.get(search_window, 0, first_fill); in getBoundaryPositions()917 int new_bytes = first_fill - boundary.length; in getBoundaryPositions()