Searched refs:restEnd (Results 1 – 1 of 1) sorted by relevance
1984 const char* const restEnd = (const char*)buffer + bufferSize; in FIO_fwriteSparse() local1985 assert(restEnd > restStart && restEnd < restStart + sizeof(size_t)); in FIO_fwriteSparse()1986 for ( ; (restPtr < restEnd) && (*restPtr == 0); restPtr++) ; in FIO_fwriteSparse()1988 if (restPtr != restEnd) { in FIO_fwriteSparse()1990 size_t const restSize = (size_t)(restEnd - restPtr); in FIO_fwriteSparse()