HomeSort by: relevance | last modified time | path
    Searched defs:code_max (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/hpc/
fontconv.c 41 long code_max = -1; local in function:fc_rasops
83 if (code_max < code) {
84 code_max = code;
94 fprintf(ofp, " %d,\t\t\t/* numchars */\n", code_max - code_min + 1);
113 long code_max = -1; local in function:fc_rcons
156 if (code_max < code) {
157 code_max = code;
167 for (code = code_min; code <= code_max; code++) {

Completed in 98 milliseconds