HomeSort by relevance Sort by last modified time
    Searched refs:scores (Results 1 - 11 of 11) sorted by null

  /external/quake/quake/src/WinQuake/
cl_parse.cpp 233 cl.scores = (scoreboard_t*) Hunk_AllocName (cl.maxclients*sizeof(*cl.scores), "scores");
415 ent->colormap = cl.scores[i-1].translations;
638 dest = cl.scores[slot].translations;
640 memcpy (dest, vid.colormap, sizeof(cl.scores[slot].translations));
641 top = cl.scores[slot].colors & 0xf0;
642 bottom = (cl.scores[slot].colors &15)<<4;
844 strcpy (cl.scores[i].name, MSG_ReadString ());
852 cl.scores[i].frags = MSG_ReadShort ()
    [all...]
sbar.cpp 399 if (cl.scores[i].name[0])
408 if (cl.scores[fragsort[j]].frags < cl.scores[fragsort[j+1]].frags)
440 s = &cl.scores[k];
514 s = &cl.scores[fragsort[i]];
790 s = &cl.scores[k];
844 s = &cl.scores[cl.viewentity - 1];
1105 // scores
1116 s = &cl.scores[k];
1187 // scores
    [all...]
client.h 228 scoreboard_t *scores; // [cl.maxclients] member in struct:__anon6810
gl_rmisc.cpp 259 top = cl.scores[playernum].colors & 0xf0;
260 bottom = (cl.scores[playernum].colors &15)<<4;
  /external/freetype/src/autofit/
afwarp.c 58 AF_WarpScore scores[65]; local
62 scores[nn] = 0;
104 scores[idx] += af_warper_weights[y & 63] * len;
114 AF_WarpScore score = scores[idx];
aflatin2.c 1982 FT_Pos displacements[6], scores[6], org, fit, delta; local
    [all...]
  /external/v8/benchmarks/
base.js 64 // on. This way, all scores are relative to a reference run and higher
65 // scores implies better performance.
78 // Scores are not comparable across versions. Bump the version if
79 // you're making changes that will affect that scores, e.g. if you add
109 BenchmarkSuite.scores = [];
126 var score = BenchmarkSuite.GeometricMean(BenchmarkSuite.scores);
180 BenchmarkSuite.scores.push(score);
  /external/srec/tools/cmd/
srecres2utd.pl 103 $token{scores}[$i] = $score;
143 $token->{scores}[0] = $token{topscore};
  /build/tools/droiddoc/templates/assets/
search_autocomplete.js 196 // scores are calculated based on exact and prefix matches,
225 if (n == 0) // lexicographical sort if scores are the same
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutRepositoryTest.java 827 Map<String,Integer> scores = mRepo.getCorpusScores(); local
828 List<String> observed = sortByValues(scores);
829 // Highest scores should come first
831 Log.d(TAG, "scores=" + scores);
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 1104 uint32 *scores = NULL;
1138 scores = (uint32 *)malloc((dict_info.lemma_count + kUserDictPreAlloc) << 2);
1139 if (!scores) goto error;
1178 readed += fread((((uint8*)scores) + readed), 1, toread - readed, fp);
1205 scores_ = scores;
1226 if (scores) free(scores);
    [all...]

Completed in 433 milliseconds