Searched refs:scores (Results 1 - 10 of 10) sorted by path

/macosx-10.9.5/Chess-310.5/sjeng/
H A Dnewbook.c454 int32_t scores[MOVE_BUFF], best_score = 0; local
522 scores[num_bookmoves] = ntohl(ps->played) + ntohl(ps->score);
541 if (scores[i] > best_score) {
542 best_score = scores[i];
549 if (scores[i] * 15 > best_score)
551 scores[i] += (int) ((float)(((float)(rand())/RAND_MAX)) * ((float)best_score*1.35));
555 scores[i] = 0;
562 if (scores[i] > best_score) {
563 best_score = scores[i];
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFPlugIn.c200 CFMutableArrayRef scores; local
225 scores = CFArrayCreateMutable(kCFAllocatorDefault, 0, NULL);
228 if (candidates && scores) {
256 CFIndex numscores = CFArrayGetCount(scores);
258 if (score > (SInt32) ((intptr_t) CFArrayGetValueAtIndex(scores, insert)))
262 CFArrayInsertValueAtIndex(scores, insert, (void *) (intptr_t) score);
287 CFArrayGetValueAtIndex(scores, index );
301 if (scores)
302 CFRelease(scores);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DFilteredItemSelectionDialog.js249 var scores = query ? new Array(this._delegate.itemsCount()) : null;
274 scores[i] = score;
279 if (scores) {
280 var score1 = scores[index1];
281 var score2 = scores[index2];
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dupdate-game-score.c26 defined, and in that case it will store scores in the user's home
83 fprintf (stdout, " -m MAX\t\tLimit the maximum number of scores to MAX.\n");
84 fprintf (stdout, " -r\t\tSort the scores in increasing order.\n");
85 fprintf (stdout, " -d DIR\t\tStore scores in DIR (only if not setuid).\n");
99 int read_scores P_ ((const char *filename, struct score_entry **scores,
101 int push_score P_ ((struct score_entry **scores, int *count,
103 void sort_scores P_ ((struct score_entry *scores, int count, int reverse));
104 int write_scores P_ ((const char *filename, const struct score_entry *scores,
192 struct score_entry *scores; local
243 lose_syserr ("Failed to access scores fil
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dapropos.el107 (defcustom apropos-sort-by-scores nil
108 "*Non-nil means sort matches by scores; best match is shown first.
114 (const :tag "show scores" verbose)))
116 (defcustom apropos-documentation-sort-by-scores t
117 "*Non-nil means sort matches by scores; best match is shown first.
123 (const :tag "show scores" verbose)))
343 (defun apropos-calc-scores (str words)
344 "Return apropos scores for string STR matching WORDS.
346 (let (scores i)
348 (dolist (word words scores)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-cus.el301 "The LOW predicate will evaluate to true when the article scores
305 "The HIGH predicate will evaluate to true when the article scores
547 scores. Imagine you follow some high-volume newsgroup, like
769 (defvar gnus-custom-scores)
780 (let ((scores (gnus-score-load file))
792 (setq gnus-custom-score-alist scores)
815 (make-local-variable 'gnus-custom-scores)
816 (setq gnus-custom-scores
818 :value scores
872 Note that using this may lead to undeterministic scores o
[all...]
H A Dgnus-group.el2852 (defun gnus-group-make-kiboze-group (group address scores)
2864 scores header regexp regexps)
2872 (push (cons header regexps) scores))
2873 scores)))
2882 (gnus-pp scores)))))
H A Dgnus-score.el151 (defcustom gnus-decay-scores nil
152 "*If non-nil, decay non-permanent scores."
164 "*Decay all \"small\" scores with this amount."
169 "*Decay all \"big\" scores with this factor."
237 "Alist of marks and scores.
284 "*Alist of marks and scores."
322 "Default header when entering new scores.
354 "Default match type when entering new scores.
389 "Default duration of effect when entering new scores.
419 (defvar gnus-score-use-all-scores
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpine.vim114 syn keyword pineConfig patterns-scores
H A Dquake.vim94 syn keyword quake3Command +info +scores +zoom addbot arena banClient
106 syn keyword quake3Command scanservers -scores screenshotJPEG sectorlist

Completed in 278 milliseconds