Home
last modified time | relevance | path

Searched refs:score_select (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/score/
H A Dscore.md291 case 3: return score_select (operands, "add", true, "", true);
314 case 3: return score_select (operands, "add", true, "", true);
358 return score_select (operands, "sub", false, "", false);
371 return score_select (operands, "sub", false, "", true);
398 return score_select (operands, "sub", false, "", true);
414 return score_select (operands, "sub", false, "", true);
570 case 3: return score_select (operands, "or", true, "", true);
592 case 3: return score_select (operands, "or", true, "", true);
614 return score_select (operands, "xor", true, "", false);
628 return score_select (operands, "xor", true, "", true);
[all …]
H A Dscore-protos.h69 extern const char * score_select (rtx *ops, const char *inst_pre, bool commu,
H A Dscore.c1855 score_select (rtx *ops, const char *inst_pre, in score_select() function
/dports/lang/gcc48/gcc-4.8.5/gcc/config/score/
H A Dscore.md291 case 3: return score_select (operands, "add", true, "", true);
314 case 3: return score_select (operands, "add", true, "", true);
358 return score_select (operands, "sub", false, "", false);
371 return score_select (operands, "sub", false, "", true);
398 return score_select (operands, "sub", false, "", true);
414 return score_select (operands, "sub", false, "", true);
570 case 3: return score_select (operands, "or", true, "", true);
592 case 3: return score_select (operands, "or", true, "", true);
614 return score_select (operands, "xor", true, "", false);
628 return score_select (operands, "xor", true, "", true);
[all …]
H A Dscore-protos.h69 extern const char * score_select (rtx *ops, const char *inst_pre, bool commu,
H A Dscore.c1875 score_select (rtx *ops, const char *inst_pre, in score_select() function
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/score/
H A Dscore.md291 case 3: return score_select (operands, "add", true, "", true);
314 case 3: return score_select (operands, "add", true, "", true);
358 return score_select (operands, "sub", false, "", false);
371 return score_select (operands, "sub", false, "", true);
398 return score_select (operands, "sub", false, "", true);
414 return score_select (operands, "sub", false, "", true);
570 case 3: return score_select (operands, "or", true, "", true);
592 case 3: return score_select (operands, "or", true, "", true);
614 return score_select (operands, "xor", true, "", false);
628 return score_select (operands, "xor", true, "", true);
[all …]
H A Dscore-protos.h69 extern const char * score_select (rtx *ops, const char *inst_pre, bool commu,
H A Dscore.c1875 score_select (rtx *ops, const char *inst_pre, in score_select() function
/dports/news/tin/tin-2.4.5/doc/
H A Dfiltering30 the score "score_kill" and "score_select" respectively (See section 4).
80 "score_select" for select filter rules and "score_kill" for kill filter
96 "score_select" is the default score for any auto-selection rule, if no
104 "score_kill", "score_select", "score_limit_kill" "score_limit_select" are
/dports/chinese/tin/tin-2.4.5/doc/
H A Dfiltering30 the score "score_kill" and "score_select" respectively (See section 4).
80 "score_select" for select filter rules and "score_kill" for kill filter
96 "score_select" is the default score for any auto-selection rule, if no
104 "score_kill", "score_select", "score_limit_kill" "score_limit_select" are
/dports/news/tin/tin-2.4.5/include/
H A Dtinrc.h159 int score_select; /* default score for "hot" filter rules */ member
/dports/chinese/tin/tin-2.4.5/include/
H A Dtinrc.h159 int score_select; /* default score for "hot" filter rules */ member
/dports/news/tin/tin-2.4.5/src/
H A Dfilter.c580 score = tinrc.score_select; in read_filter_file()
797 else if (ptr->filter[i].score == tinrc.score_select) in write_filter_array()
1146 …, _(txt_filter_score), (type == GLOBAL_MENU_FILTER_KILL ? -tinrc.score_kill : tinrc.score_select)); in filter_menu()
1367 rule.score = tinrc.score_select; in filter_menu()
1545 rule.score = (type == GLOBAL_QUICK_FILTER_KILL) ? tinrc.score_kill : tinrc.score_select; in quick_filter()
1593 rule.score = tinrc.score_select; in quick_filter_select_posted_art()
H A Dtincfg.tbl129 score_select OPT_NUM
H A Dconfig.c650 if (match_integer(buf, "score_select=", &tinrc.score_select, 0)) { in read_config_file()
1240 fprintf(fp, "score_select=%d\n\n", tinrc.score_select); in write_config_file()
H A Dthread.c101 if (/* tinrc.kill_level != KILL_UNREAD && */ art->score >= tinrc.score_select) in get_art_mark()
H A Doptions_menu.c863 if (tinrc.score_select < tinrc.score_limit_select) in check_score_defaults()
864 tinrc.score_select = tinrc.score_limit_select; in check_score_defaults()
H A Dsave.c254 if (arts[j].score >= tinrc.score_select) in check_start_save_any_news()
/dports/chinese/tin/tin-2.4.5/src/
H A Dfilter.c580 score = tinrc.score_select; in read_filter_file()
797 else if (ptr->filter[i].score == tinrc.score_select) in write_filter_array()
1146 …, _(txt_filter_score), (type == GLOBAL_MENU_FILTER_KILL ? -tinrc.score_kill : tinrc.score_select)); in filter_menu()
1367 rule.score = tinrc.score_select; in filter_menu()
1545 rule.score = (type == GLOBAL_QUICK_FILTER_KILL) ? tinrc.score_kill : tinrc.score_select; in quick_filter()
1593 rule.score = tinrc.score_select; in quick_filter_select_posted_art()
H A Dtincfg.tbl129 score_select OPT_NUM
H A Dconfig.c650 if (match_integer(buf, "score_select=", &tinrc.score_select, 0)) { in read_config_file()
1240 fprintf(fp, "score_select=%d\n\n", tinrc.score_select); in write_config_file()
H A Dthread.c101 if (/* tinrc.kill_level != KILL_UNREAD && */ art->score >= tinrc.score_select) in get_art_mark()
H A Doptions_menu.c863 if (tinrc.score_select < tinrc.score_limit_select) in check_score_defaults()
864 tinrc.score_select = tinrc.score_limit_select; in check_score_defaults()
H A Dsave.c254 if (arts[j].score >= tinrc.score_select) in check_start_save_any_news()

12