Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/programs/
H A Dfileio.c1130 const char* const restEnd = restStart + restSize; in FIO_fwriteSparse() local
1131 for ( ; (restPtr < restEnd) && (*restPtr == 0); restPtr++) ; in FIO_fwriteSparse()
1133 if (restPtr != restEnd) { in FIO_fwriteSparse()
1138 { size_t const sizeCheck = fwrite(restPtr, 1, restEnd - restPtr, file); in FIO_fwriteSparse()
1139 if (sizeCheck != (size_t)(restEnd - restPtr)) in FIO_fwriteSparse()