Home
last modified time | relevance | path

Searched refs:compressedEnd (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DCompression.cpp222 uint32_t compressedEnd = offsets[chunk]; in DecompressStringChunk() local
224 MOZ_ASSERT(compressedStart < compressedEnd); in DecompressStringChunk()
225 MOZ_ASSERT(compressedEnd <= compressedBytes); in DecompressStringChunk()
227 bool lastChunk = compressedEnd == compressedBytes; in DecompressStringChunk()
237 zs.avail_in = compressedEnd - compressedStart; in DecompressStringChunk()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DCompression.cpp204 uint32_t compressedEnd = offsets[chunk]; in DecompressStringChunk() local
206 MOZ_ASSERT(compressedStart < compressedEnd); in DecompressStringChunk()
207 MOZ_ASSERT(compressedEnd <= compressedBytes); in DecompressStringChunk()
209 bool lastChunk = compressedEnd == compressedBytes; in DecompressStringChunk()
219 zs.avail_in = compressedEnd - compressedStart; in DecompressStringChunk()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DCompression.cpp216 uint32_t compressedEnd = offsets[chunk]; in DecompressStringChunk() local
218 MOZ_ASSERT(compressedStart < compressedEnd); in DecompressStringChunk()
219 MOZ_ASSERT(compressedEnd <= compressedBytes); in DecompressStringChunk()
221 bool lastChunk = compressedEnd == compressedBytes; in DecompressStringChunk()
231 zs.avail_in = compressedEnd - compressedStart; in DecompressStringChunk()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DCompression.cpp216 uint32_t compressedEnd = offsets[chunk]; in DecompressStringChunk() local
218 MOZ_ASSERT(compressedStart < compressedEnd); in DecompressStringChunk()
219 MOZ_ASSERT(compressedEnd <= compressedBytes); in DecompressStringChunk()
221 bool lastChunk = compressedEnd == compressedBytes; in DecompressStringChunk()
231 zs.avail_in = compressedEnd - compressedStart; in DecompressStringChunk()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DCompression.cpp216 uint32_t compressedEnd = offsets[chunk]; in DecompressStringChunk() local
218 MOZ_ASSERT(compressedStart < compressedEnd); in DecompressStringChunk()
219 MOZ_ASSERT(compressedEnd <= compressedBytes); in DecompressStringChunk()
221 bool lastChunk = compressedEnd == compressedBytes; in DecompressStringChunk()
231 zs.avail_in = compressedEnd - compressedStart; in DecompressStringChunk()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DCompression.cpp216 uint32_t compressedEnd = offsets[chunk]; in DecompressStringChunk() local
218 MOZ_ASSERT(compressedStart < compressedEnd); in DecompressStringChunk()
219 MOZ_ASSERT(compressedEnd <= compressedBytes); in DecompressStringChunk()
221 bool lastChunk = compressedEnd == compressedBytes; in DecompressStringChunk()
231 zs.avail_in = compressedEnd - compressedStart; in DecompressStringChunk()
/dports/biology/canu/canu-2.2/src/utgcns/
H A DunitigConsensus.C232 uint32 compressedEnd = _utgpos[child].max(); in switchToUncompressedCoordinates() local
249 if (ntoc == NULL || compressedEnd > currentEnd) { in switchToUncompressedCoordinates()
255 currentEnd = compressedEnd; in switchToUncompressedCoordinates()