score_ll           62 lib/common/scores.c         long long score_ll = 0LL;
score_ll           64 lib/common/scores.c         rc = pcmk__scan_ll(score_s, &score_ll, default_score);
score_ll           71 lib/common/scores.c         } else if (score_ll > PCMK_SCORE_INFINITY) {
score_ll           74 lib/common/scores.c         } else if (score_ll < -PCMK_SCORE_INFINITY) {
score_ll           78 lib/common/scores.c             local_score = (int) score_ll;