Searched refs:entryBlockSize (Results 1 – 2 of 2) sorted by relevance
80 const entryBlockSize = 512 * Math.ceil(h.size / 512) constant81 if (position + entryBlockSize + 512 > st.size) {86 position += entryBlockSize158 const entryBlockSize = 512 * Math.ceil(h.size / 512) constant159 if (position + entryBlockSize + 512 > size) {163 position += entryBlockSize + 512
34437 const entryBlockSize = 512 * Math.ceil(h.size / 512);34438 if (position + entryBlockSize + 512 > st.size) {34441 position += entryBlockSize;34507 const entryBlockSize = 512 * Math.ceil(h.size / 512);34508 if (position + entryBlockSize + 512 > size) {34511 position += entryBlockSize + 512;