Lines Matching refs:b1

748 	char b1[20], b2[20], b3[20], b4[20];  in totals()  local
924 store_size(b1, total_size);store_size(b2, total_waste); in totals()
926 printf("Memory used: %6s # Loss : %6s MRatio:%6s%%\n", b1, b2, b3); in totals()
928 store_size(b1, total_objects);store_size(b2, total_partobj); in totals()
930 printf("# Objects : %6s # PartObj: %6s ORatio:%6s%%\n", b1, b2, b3); in totals()
936 store_size(b1, avg_objects);store_size(b2, min_objects); in totals()
939 b1, b2, b3, b4); in totals()
941 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals()
944 b1, b2, b3, b4); in totals()
946 store_size(b1, avg_partial);store_size(b2, min_partial); in totals()
949 b1, b2, b3, b4); in totals()
950 store_size(b1, avg_ppart);store_size(b2, min_ppart); in totals()
954 b1, b2, b3, b4); in totals()
956 store_size(b1, avg_partobj);store_size(b2, min_partobj); in totals()
960 b1, b2, b3, b4); in totals()
962 store_size(b1, avg_ppartobj);store_size(b2, min_ppartobj); in totals()
966 b1, b2, b3, b4); in totals()
968 store_size(b1, avg_size);store_size(b2, min_size); in totals()
971 b1, b2, b3, b4); in totals()
973 store_size(b1, avg_used);store_size(b2, min_used); in totals()
976 b1, b2, b3, b4); in totals()
978 store_size(b1, avg_waste);store_size(b2, min_waste); in totals()
981 b1, b2, b3, b4); in totals()
987 store_size(b1, avg_memobj);store_size(b2, min_memobj); in totals()
990 b1, b2, b3); in totals()
991 store_size(b1, avg_objsize);store_size(b2, min_objsize); in totals()
994 b1, b2, b3); in totals()
996 store_size(b1, avg_objwaste);store_size(b2, min_objwaste); in totals()
999 b1, b2, b3); in totals()