Searched refs:start_offset (Results 1 – 3 of 3) sorted by relevance
189 size_t i, exp_len, start_offset, offset; in do_page_tests() local220 start_offset = (last_offset + 1) / 2; in do_page_tests()224 offset = start_offset + i; in do_page_tests()
861 off64_t start_offset = (fp->_offset in _IO_wfile_seekoff() local863 if (offset >= start_offset && offset < fp->_offset) in _IO_wfile_seekoff()866 fp->_IO_buf_base + (offset - start_offset), in _IO_wfile_seekoff()
983 off64_t start_offset = (fp->_offset in _IO_new_file_seekoff() local985 if (offset >= start_offset && offset < fp->_offset) in _IO_new_file_seekoff()988 fp->_IO_buf_base + (offset - start_offset), in _IO_new_file_seekoff()