Searched defs:sliceEnd (Results 1 – 2 of 2) sorted by relevance
65 const sliceEnd = Math.min(this.bytesRead + SLICE_SIZE, this.traceFile.size); constant
57 const sliceEnd = sliceStart + sliceDur; constant