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

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_gamemode.c163 int *bestScore, *thisScore; local in function:findMatch
181 thisScore = (int *) malloc(ncriteria * sizeof(int));
182 if (!thisScore) {
209 thisScore[j] = 1;
213 thisScore[j] = 1;
217 thisScore[j] = dvalue - cvalue;
221 thisScore[j] = dvalue - cvalue;
225 thisScore[j] = dvalue - cvalue;
229 thisScore[j] = dvalue - cvalue;
233 thisScore[
[all...]
H A Dglut_dstr.c633 int *bestScore, *thisScore; local in function:findMatch
650 thisScore = (int *) malloc(ncriteria * sizeof(int));
651 if (!thisScore)
684 thisScore[j] = 1;
688 thisScore[j] = 1;
692 thisScore[j] = fbvalue - cvalue;
696 thisScore[j] = fbvalue - cvalue;
700 thisScore[j] = fbvalue - cvalue;
704 thisScore[j] = fbvalue - cvalue;
708 thisScore[
[all...]

Completed in 3 milliseconds