Searched refs:slicesCount (Results 1 – 3 of 3) sorted by relevance
10 const slicesCount = Math.ceil(bytesLength / sliceSize);11 const byteArrays = new Array(slicesCount);12 for (let sliceIndex = 0; sliceIndex < slicesCount; ++sliceIndex) {
1 … slicesCount = Math.ceil(bytesLength / sliceSize);\n const byteArrays = new Array(slicesCount);\n…
10 const slicesCount = Math.ceil(bytesLength / sliceSize); constant11 const byteArrays = new Array(slicesCount);13 for (let sliceIndex = 0; sliceIndex < slicesCount; ++sliceIndex) {