Searched refs:totalused (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zprint.tproj/
H A Dzprint.c101 static unsigned long long totalused = 0; variable
334 printf("TOTAL USED = %llu\n", totalused);
336 printf("TOTAL WASTED = %llu\n", totalsize - totalused);
397 totalused += used = info->tzi_elem_size * info->tzi_count;
458 totalused += used = info->tzi_elem_size * info->tzi_count;
/macosx-10.9.5/system_cmds-597.90.1/zprint.tproj/
H A Dzprint.c101 static unsigned long long totalused = 0; variable
334 printf("TOTAL USED = %llu\n", totalused);
336 printf("TOTAL WASTED = %llu\n", totalsize - totalused);
397 totalused += used = info->tzi_elem_size * info->tzi_count;
458 totalused += used = info->tzi_elem_size * info->tzi_count;

Completed in 109 milliseconds