Searched refs:restEnd (Results 1 – 1 of 1) sorted by relevance
2116 const char* const restEnd = (const char*)buffer + bufferSize; in FIO_fwriteSparse() local2117 assert(restEnd > restStart && restEnd < restStart + sizeof(size_t)); in FIO_fwriteSparse()2118 for ( ; (restPtr < restEnd) && (*restPtr == 0); restPtr++) ; in FIO_fwriteSparse()2120 if (restPtr != restEnd) { in FIO_fwriteSparse()2122 size_t const restSize = (size_t)(restEnd - restPtr); in FIO_fwriteSparse()