| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-spellcheck.h | 49 best_macro_match (tree goal, edit_distance_t best_distance_so_far,
|
| c-spellcheck.cc | 82 best_macro_match::best_macro_match (tree goal, 85 : best_match <goal_t, candidate_t> (goal, best_distance_so_far)
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-spellcheck.h | 49 best_macro_match (tree goal, edit_distance_t best_distance_so_far,
|
| c-spellcheck.cc | 82 best_macro_match::best_macro_match (tree goal, 85 : best_match <goal_t, candidate_t> (goal, best_distance_so_far)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| spellcheck.h | 93 best_match (GOAL_TYPE goal, 95 : m_goal (goal_traits::get_string (goal)), 96 m_goal_len (goal_traits::get_length (goal)), 109 /* Calculate a lower bound on the candidate's distance to the goal, 116 of the goal string, then the number of insertions/deletions 164 the goal). */ 185 that we return NULL if none of the candidates are close to the goal, 199 /* If the goal string somehow makes it into the candidate list, offering 204 distance == 0 (where candidate == goal). */
|
| reload.cc | 3805 this alternative for a reload goal. REJECT is incremented by six 3811 record it as the chosen goal for reloading. */ 6731 containing the same value as GOAL. 6733 Otherwise, just see if register number OTHER shares GOAL's value. 6746 If GOAL is zero, then GOALREG is a register number; we look 6750 If GOAL is nonzero and not VOIDmode, then it must have mode MODE. 6754 If GOAL is the sum of the stack pointer and a constant, we treat it 6758 find_equiv_reg (rtx goal, rtx_insn *insn, enum reg_class rclass, int other, 6775 if (goal == 0) 6777 else if (REG_P (goal)) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| spellcheck.h | 93 best_match (GOAL_TYPE goal, 95 : m_goal (goal_traits::get_string (goal)), 96 m_goal_len (goal_traits::get_length (goal)), 108 /* Calculate a lower bound on the candidate's distance to the goal, 115 of the goal string, then the number of insertions/deletions 145 the goal). */ 166 that we return NULL if none of the candidates are close to the goal, 180 /* If the goal string somehow makes it into the candidate list, offering 185 distance == 0 (where candidate == goal). */
|
| reload.cc | 3810 this alternative for a reload goal. REJECT is incremented by six 3816 record it as the chosen goal for reloading. */ 6730 containing the same value as GOAL. 6732 Otherwise, just see if register number OTHER shares GOAL's value. 6745 If GOAL is zero, then GOALREG is a register number; we look 6749 If GOAL is nonzero and not VOIDmode, then it must have mode MODE. 6753 If GOAL is the sum of the stack pointer and a constant, we treat it 6757 find_equiv_reg (rtx goal, rtx_insn *insn, enum reg_class rclass, int other, 6774 if (goal == 0) 6776 else if (REG_P (goal)) [all...] |
| /src/libexec/lfs_cleanerd/ |
| lfs_cleanerd.c | 423 off_t goal; local 479 /* Set attainable goal */ 480 goal = lfs_sb_getssize(fs) * atatime; 481 if (goal > (cip->clean - 1) * lfs_sb_getssize(fs) / 2) 482 goal = MAX((cip->clean - 1) * lfs_sb_getssize(fs), 485 dlog("%s: cleaning with goal %" PRId64 487 lfs_sb_getfsmnt(fs), goal, cip->clean, npos); 488 syslog(LOG_INFO, "%s: cleaning with goal %" PRId64 490 lfs_sb_getfsmnt(fs), goal, cip->clean, npos); 492 for (i = 0; i < lfs_sb_getnseg(fs) && totbytes < goal; i++) [all...] |
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssec-settime.c | 90 fprintf(stderr, " -g state: set the goal state for this key\n"); 211 dst_key_state_t goal = DST_KEY_STATE_NA; local 329 goal = strtokeystate(isc_commandline_argument); 330 if (goal != DST_KEY_STATE_NA && 331 goal != DST_KEY_STATE_HIDDEN && 332 goal != DST_KEY_STATE_OMNIPRESENT) 848 if (goal == DST_KEY_STATE_NA) { 851 dst_key_setstate(key, DST_KEY_GOAL, goal);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| keymgmt_internal_test.c | 89 static int get_ulong_via_BN(const OSSL_PARAM *p, unsigned long *goal) 95 || !TEST_int_ge(BN_bn2nativepad(n, (unsigned char *)goal, sizeof(*goal)), 0))
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| keymgmt_internal_test.c | 89 static int get_ulong_via_BN(const OSSL_PARAM *p, unsigned long *goal) 95 || !TEST_int_ge(BN_bn2nativepad(n, (unsigned char *)goal, sizeof(*goal)), 0))
|
| /src/external/gpl2/texinfo/dist/info/ |
| window.h | 229 /* Get and return the goal column for this window. */ 240 offset of GOAL. */ 241 extern int window_chars_to_goal (char *line, int goal);
|
| /src/sys/dev/ic/ |
| aic79xx_osm.c | 492 tinfo->goal.transport_version = 608 (tinfo->goal.width != 0 609 || tinfo->goal.period != 0 610 || tinfo->goal.ppr_options != 0)) { 855 if (tinfo->curr.period != tinfo->goal.period 856 || tinfo->curr.width != tinfo->goal.width 857 || tinfo->curr.offset != tinfo->goal.offset 858 || tinfo->curr.ppr_options != tinfo->goal.ppr_options) 864 if (tinfo->goal.ppr_options & MSG_EXT_PPR_DT_REQ)
|
| aic7xxx_osm.c | 482 tinfo->goal.transport_version = 621 if ((xs->xs_control & XS_CTL_DISCOVERY) && (tinfo->goal.width == 0 622 && tinfo->goal.offset == 0 623 && tinfo->goal.ppr_options == 0)) { 1132 if (tinfo->curr.period != tinfo->goal.period 1133 || tinfo->curr.width != tinfo->goal.width 1134 || tinfo->curr.offset != tinfo->goal.offset 1135 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
|
| aic7xxx.c | 1314 tinfo->goal.transport_version = 2; 1315 tinfo->goal.ppr_options = 0; 1581 * channel, but reset our current and goal settings to async/narrow 1591 memset(&tstate->transinfo[i].goal, 0, 1592 sizeof(tstate->transinfo[i].goal)); 1657 * Never allow a value higher than our current goal 1669 transinfo = &tinfo->goal; 1810 *offset = MIN(*offset, tinfo->goal.offset); 1838 *bus_width = MIN(tinfo->goal.width, *bus_width); 1868 if (tinfo->curr.period != tinfo->goal.perio [all...] |
| /src/games/hack/ |
| hack.do_name.c | 79 getpos(int force, const char *goal) 97 pline("Use [hjkl] to move the cursor to %s.", goal);
|
| /src/bin/csh/ |
| func.c | 593 search(int type, int level, Char *goal) 602 Sgoal = goal; 622 if (Gmatch(goal, cp)) 664 if (type == T_GOTO && getword(aword) && eq(aword, goal)) 683 if ((type == T_GOTO && eq(aword, goal)) ||
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| zone.c | 112 static size_t zone_pressure_relief(struct _malloc_zone_t *zone, size_t goal); 239 zone_pressure_relief(struct _malloc_zone_t *zone, size_t goal) {
|
| /src/external/bsd/jemalloc/dist/src/ |
| zone.c | 116 static size_t zone_pressure_relief(struct _malloc_zone_t *zone, size_t goal); 242 zone_pressure_relief(struct _malloc_zone_t *zone, size_t goal) {
|
| /src/external/bsd/byacc/dist/ |
| mkpar.c | 185 int goal = ritem[1]; local 191 if (accessing_symbol[final_state] == goal)
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| dinterpret.d | 745 CTFEGoal goal; 749 extern (D) this(UnionExp* pue, InterState* istate, CTFEGoal goal) 753 this.goal = goal; 1759 if (goal == CTFEGoal.LValue) 1895 Expression val = getVarExp(e.loc, istate, e.var, goal); 2050 static Expression getVarExp(const ref Loc loc, InterState* istate, Declaration d, CTFEGoal goal) 2165 if (goal != CTFEGoal.LValue && v.isReference()) 2166 e = interpret(e, istate, goal); 2189 e = interpret(e, istate, goal); [all...] |
| /src/sys/conf/ |
| copts.mk | 5 # Use -Wno-error=foo when the ultimate goal is to fix this warning
|
| /src/external/gpl2/gettext/dist/gettext-tools/misc/ |
| po-mode.el | 1653 (let ((goal (if (eq po-entry-type 'translated) 1656 (while goal 1658 (if (eq goal 'untranslated) 1663 (setq goal nil)) 1665 (setq goal 'fuzzy))) 1667 (if (eq goal 'fuzzy) 1672 (setq goal nil)) 1674 (setq goal 'obsolete))) 1676 (if (eq goal 'obsolete) 1681 (setq goal nil) [all...] |
| /src/sys/dist/pf/net/ |
| pf_norm.c | 248 int goal; local 250 goal = pf_nfrents * 9 / 10; 252 pf_nfrents - goal)); 253 while (goal < pf_nfrents) { 261 goal = pf_ncache * 9 / 10; 263 pf_ncache - goal)); 264 while (goal < pf_ncache) {
|