shot_histogram     16 modules/shot_histogram.c unsigned short shot_histogram[SHOT_HISTOGRAM_SAMPLES];
shot_histogram     42 modules/shot_histogram.c     memset(shot_histogram,0,SHOT_HISTOGRAM_SIZE);
shot_histogram     61 modules/shot_histogram.c                 shot_histogram[p]++;
shot_histogram     72 modules/shot_histogram.c                 shot_histogram[p]++;
shot_histogram     92 modules/shot_histogram.c         write(fd, shot_histogram, SHOT_HISTOGRAM_SIZE);
shot_histogram    110 modules/shot_histogram.c         tot += shot_histogram[x];
shot_histogram    113 modules/shot_histogram.c             rng += shot_histogram[x];