Searched defs:totalSize (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/bionic/libc/common/
H A Dbench_stdio.c55 int totalSize = sizeof(buffer); local
56 for ( ; totalSize > 0; totalSize -= chunkSize) {
63 int totalSize = sizeof(buffer); local
64 for ( ; totalSize > 0; totalSize -= chunkSize) {

Completed in 2 milliseconds