Home
last modified time | relevance | path

Searched refs:lastChunk (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/zstd/examples/
H A Dstreaming_compression.c59 int const lastChunk = (read < toRead); in compressFile_orDie() local
60 ZSTD_EndDirective const mode = lastChunk ? ZSTD_e_end : ZSTD_e_continue; in compressFile_orDie()
79 finished = lastChunk ? (remaining == 0) : (input.pos == input.size); in compressFile_orDie()
84 if (lastChunk) { in compressFile_orDie()
H A Dstreaming_compression_thread_pool.c75 int const lastChunk = (read < toRead); in compressFile_orDie() local
76 ZSTD_EndDirective const mode = lastChunk ? ZSTD_e_end : ZSTD_e_continue; in compressFile_orDie()
95 finished = lastChunk ? (remaining == 0) : (input.pos == input.size); in compressFile_orDie()
100 if (lastChunk) { in compressFile_orDie()
H A Dmultiple_streaming_compression.c75 int const lastChunk = (read < toRead); in compressFile_orDie() local
76 ZSTD_EndDirective const mode = lastChunk ? ZSTD_e_end : ZSTD_e_continue; in compressFile_orDie()
85 finished = lastChunk ? (remaining == 0) : (input.pos == input.size); in compressFile_orDie()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1471 const Chunk *lastChunk = *sec->chunks.rbegin(); in addLinkerModuleCoffGroup() local
1478 cgs.Size = lastChunk->getRVA() + lastChunk->getSize() - firstChunk->getRVA(); in addLinkerModuleCoffGroup()