Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dstrcache.c186 int totsize = 0, avgsize, maxsize = 0, minsize = bufsize; in strcache_print_stats() local
207 avgsize = numbuffs ? (int)(totsize / numbuffs) : 0; in strcache_print_stats()
213 prefix, totsize, maxsize, minsize, avgsize); in strcache_print_stats()