HomeSort by: relevance | last modified time | path
    Searched defs:perc (Results 1 - 2 of 2) sorted by relevancy

  /src/games/monop/
spec.c 44 static const char *const perc[] = { variable in typeref:typename:const char * const[]
57 "$200? ", perc);
  /src/usr.sbin/tprof/
tprof_analyze.c 138 float perc; local in function:tprof_analyze
325 perc = ((float)a->nsamples / (float)nsamples) * 100.0;
327 printf("%11f%% %8u", perc, a->nsamples);

Completed in 42 milliseconds