Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/programs/
H A Dfileio.c1080 static unsigned FIO_fwriteSparse(FILE* file, const void* buffer, size_t bufferSize, unsigned stored… in FIO_fwriteSparse() function
1176 storedSkips = FIO_fwriteSparse(foutput, buffer, readFromInput, storedSkips); in FIO_passThrough()
1264 storedSkips = FIO_fwriteSparse(ress->dstFile, ress->dstBuffer, outBuff.pos, storedSkips); in FIO_decompressZstdFrame()