Lines Matching defs:bytesWrittenTotal
797 size_t bytesWrittenTotal = 0;
801 void *const currentTarget = (void *)((char *)target + bytesWrittenTotal);
802 const size_t bytesToWrite = count - bytesWrittenTotal;
812 bytesWrittenTotal += bytesWrittenMore;
813 if (bytesWrittenTotal >= count)
829 size_t bytesWrittenTotal = 0;
837 void *const currentTarget = (void *)((char *)target + bytesWrittenTotal);
838 const size_t bytesToWrite = count - bytesWrittenTotal;
843 bytesWrittenTotal += bytesWrittenMore;
844 if (bytesWrittenTotal >= count)
861 size_t bytesWrittenTotal = 0;
863 while (bytesWrittenTotal < count) {
867 for (; (i < sizeof(random32)) && (bytesWrittenTotal < count);
868 i++, bytesWrittenTotal++) {
870 ((uint8_t *)target)[bytesWrittenTotal] = random8;
894 size_t bytesWrittenTotal = 0;
896 while (bytesWrittenTotal < count) {
903 for (; (i < sizeof(random32)) && (bytesWrittenTotal < count);
904 i++, bytesWrittenTotal++) {
906 ((uint8_t *)target)[bytesWrittenTotal] = random8;