Lines Matching defs:Algorithm_t
92 typedef struct Algorithm_t {
101 } Algorithm_t;
104 static char *MDInput(const Algorithm_t *, FILE *, char *, bool);
105 static void MDOutput(const Algorithm_t *, char *, const char *);
106 static void MDTimeTrial(const Algorithm_t *);
107 static void MDTestSuite(const Algorithm_t *);
108 static void usage(const Algorithm_t *);
131 static const struct Algorithm_t Algorithm[] = {
683 MDInput(const Algorithm_t *alg, FILE *f, char *buf, bool tee)
764 MDOutput(const Algorithm_t *alg, char *p, const char *name)
812 MDTimeTrial(const Algorithm_t *alg)
999 MDTestSuite(const Algorithm_t *alg)
1018 usage(const Algorithm_t *alg)