Home | History | Annotate | Download | only in hpc

Lines Matching refs:code

38 	int code;
45 code = 0;
47 fontname, width, height, code);
64 fprintf(ofp, " /* code %d */\n", code);
80 if (code < code_min) {
81 code_min = code;
83 if (code_max < code) {
84 code_max = code;
86 code++;
110 int code;
117 code = 0;
134 fontname, width, height, code);
150 fontname, width, height, code);
152 width, height, fontname, width, height, code);
153 if (code < code_min) {
154 code_min = code;
156 if (code_max < code) {
157 code_max = code;
159 code++;
167 for (code = code_min; code <= code_max; code++) {
169 fontname, width, height, code);