Home | History | Annotate | Download | only in exp-dhat

Lines Matching defs:bufA

1096    HChar bufA[80];
1097 VG_(memset)(bufA, 0, sizeof(bufA));
1099 show_N_div_100( bufA, ((ULong)api->tot_bytes * 100ULL)
1102 bufA[0] = 'N'; bufA[1] = 'a'; bufA[2] = 'N';
1108 api->tot_bytes, api->tot_blocks, bufA);