Searched refs:MPH_to (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/tools/mphtogen/
H A DMakefile10 mphtogen : mphtogen.c MPH_to.c MPH.h MPH_to.h
13 gcc -o $@ -DUSE_DESIGNATED_INITIALIZERS -Wall -Werror mphtogen.c MPH_to.c
H A Dmphtogen.c23 #include "MPH_to.h"
25 static void convert(const signed char MPH_to[MPH_MAX], const char *filename) argument
41 fprintf(fp, "%3d", MPH_to[i]);

Completed in 26 milliseconds