Home | History | Annotate | Download | only in runtime

Lines Matching full:file_end

197   const uint8_t* file_end = file_start + size_;
198 if (UNLIKELY((range_start < file_start) || (range_end > file_end))) {
1045 const uint8_t* file_end = begin_ + size_;
1049 if (UNLIKELY(ptr_ >= file_end)) {