stat->nwords += trials;
}
-int ex_rs_helper(struct rs_control *rs, struct wspace *ws,
- int len, int trials, int method)
+static int ex_rs_helper(struct rs_control *rs, struct wspace *ws,
+ int len, int trials, int method)
{
static const char * const desc[] = {
"Testing correction buffer interface...",
return retval;
}
-int exercise_rs(struct rs_control *rs, struct wspace *ws,
- int len, int trials)
+static int exercise_rs(struct rs_control *rs, struct wspace *ws,
+ int len, int trials)
{
int retval = 0;
stat->nwords += trials;
}
-int exercise_rs_bc(struct rs_control *rs, struct wspace *ws,
- int len, int trials)
+static int exercise_rs_bc(struct rs_control *rs, struct wspace *ws,
+ int len, int trials)
{
struct bcstat stat = {0, 0, 0, 0};
int nroots = rs->codec->nroots;