#include <unistd.h>#include <stdlib.h>#include <sys/mman.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <stdio.h>#include <string.h>#include <getopt.h>Functions | |
| void | usage (const char *name) |
| int | compute_short_mean (short *v, unsigned n) |
| float | compute_float_mean (float *v, unsigned n) |
| void | do_output (FILE *f, unsigned char bit[], int nentries) |
| int | main (int argc, char **argv) |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
1.3.8