score_ll           67 lib/common/scores.c         long long score_ll = 0LL;
score_ll           69 lib/common/scores.c         rc = pcmk__scan_ll(score_s, &score_ll, default_score);
score_ll           78 lib/common/scores.c                 score_ll = -PCMK_SCORE_INFINITY;
score_ll           80 lib/common/scores.c                 score_ll = PCMK_SCORE_INFINITY;
score_ll           86 lib/common/scores.c         } else if (score_ll > PCMK_SCORE_INFINITY) {
score_ll           89 lib/common/scores.c         } else if (score_ll < -PCMK_SCORE_INFINITY) {
score_ll           93 lib/common/scores.c             local_score = (int) score_ll;