Home
last modified time | relevance | path

Searched defs: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
H A Dmultiple_streaming_compression.c75 int const lastChunk = (read < toRead); in compressFile_orDie() local
H A Dstreaming_compression_thread_pool.c75 int const lastChunk = (read < toRead); in compressFile_orDie() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1471 const Chunk *lastChunk = *sec->chunks.rbegin(); in addLinkerModuleCoffGroup() local