Home
last modified time | relevance | path

Searched refs:goal (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/netbsd-src/external/gpl2/gmake/dist/tests/scripts/variables/
H A DDEFAULT_GOAL28 # Change to a different goal.
39 # Test #2: unknown goal.
49 # Test #3: more than one goal.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dspellcheck.h93 best_match (GOAL_TYPE goal,
95 : m_goal (goal_traits::get_string (goal)),
96 m_goal_len (goal_traits::get_length (goal)),
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dspellcheck.h93 best_match (GOAL_TYPE goal,
95 : m_goal (goal_traits::get_string (goal)),
96 m_goal_len (goal_traits::get_length (goal)),
H A Dreload.c6716 find_equiv_reg (rtx goal, rtx_insn *insn, enum reg_class rclass, int other, in find_equiv_reg() argument
6733 if (goal == 0) in find_equiv_reg()
6735 else if (REG_P (goal)) in find_equiv_reg()
6736 regno = REGNO (goal); in find_equiv_reg()
6737 else if (MEM_P (goal)) in find_equiv_reg()
6739 enum rtx_code code = GET_CODE (XEXP (goal, 0)); in find_equiv_reg()
6740 if (MEM_VOLATILE_P (goal)) in find_equiv_reg()
6742 if (flag_float_store && SCALAR_FLOAT_MODE_P (GET_MODE (goal))) in find_equiv_reg()
6759 else if (CONSTANT_P (goal)) in find_equiv_reg()
6761 else if (GET_CODE (goal) == PLUS in find_equiv_reg()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-spellcheck.cc82 best_macro_match::best_macro_match (tree goal, in best_macro_match() argument
85 : best_match <goal_t, candidate_t> (goal, best_distance_so_far) in best_macro_match()
H A Dc-spellcheck.h49 best_macro_match (tree goal, edit_distance_t best_distance_so_far,
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-spellcheck.cc82 best_macro_match::best_macro_match (tree goal, in best_macro_match() argument
85 : best_match <goal_t, candidate_t> (goal, best_distance_so_far) in best_macro_match()
H A Dc-spellcheck.h49 best_macro_match (tree goal, edit_distance_t best_distance_so_far,
/netbsd-src/sys/dev/ic/
H A Daic79xx_osm.c492 tinfo->goal.transport_version = in ahd_action()
608 (tinfo->goal.width != 0 in ahd_execute_scb()
609 || tinfo->goal.period != 0 in ahd_execute_scb()
610 || tinfo->goal.ppr_options != 0)) { in ahd_execute_scb()
855 if (tinfo->curr.period != tinfo->goal.period in ahd_send_async()
856 || tinfo->curr.width != tinfo->goal.width in ahd_send_async()
857 || tinfo->curr.offset != tinfo->goal.offset in ahd_send_async()
858 || tinfo->curr.ppr_options != tinfo->goal.ppr_options) in ahd_send_async()
864 if (tinfo->goal.ppr_options & MSG_EXT_PPR_DT_REQ) in ahd_send_async()
H A Daic7xxx_osm.c482 tinfo->goal.transport_version = in ahc_action()
621 if ((xs->xs_control & XS_CTL_DISCOVERY) && (tinfo->goal.width == 0 in ahc_execute_scb()
622 && tinfo->goal.offset == 0 in ahc_execute_scb()
623 && tinfo->goal.ppr_options == 0)) { in ahc_execute_scb()
1132 if (tinfo->curr.period != tinfo->goal.period in ahc_send_async()
1133 || tinfo->curr.width != tinfo->goal.width in ahc_send_async()
1134 || tinfo->curr.offset != tinfo->goal.offset in ahc_send_async()
1135 || tinfo->curr.ppr_options != tinfo->goal.ppr_options) in ahc_send_async()
H A Daic7xxx.c1314 tinfo->goal.transport_version = 2; in ahc_handle_scsiint()
1315 tinfo->goal.ppr_options = 0; in ahc_handle_scsiint()
1591 memset(&tstate->transinfo[i].goal, 0, in ahc_alloc_tstate()
1592 sizeof(tstate->transinfo[i].goal)); in ahc_alloc_tstate()
1669 transinfo = &tinfo->goal; in ahc_devlimited_syncrate()
1810 *offset = MIN(*offset, tinfo->goal.offset); in ahc_validate_offset()
1838 *bus_width = MIN(tinfo->goal.width, *bus_width); in ahc_validate_width()
1868 if (tinfo->curr.period != tinfo->goal.period in ahc_update_neg_request()
1869 || tinfo->curr.width != tinfo->goal.width in ahc_update_neg_request()
1870 || tinfo->curr.offset != tinfo->goal.offset in ahc_update_neg_request()
[all …]
H A Daic79xx.c2229 tinfo->goal.transport_version = 2; in ahd_handle_nonpkt_busfree()
2230 tinfo->goal.ppr_options = 0; in ahd_handle_nonpkt_busfree()
2723 memset(&tstate->transinfo[i].goal, 0, in ahd_alloc_tstate()
2724 sizeof(tstate->transinfo[i].goal)); in ahd_alloc_tstate()
2792 transinfo = &tinfo->goal; in ahd_devlimited_syncrate()
2874 *offset = MIN(*offset, tinfo->goal.offset); in ahd_validate_offset()
2902 *bus_width = MIN(tinfo->goal.width, *bus_width); in ahd_validate_width()
2932 if (tinfo->curr.period != tinfo->goal.period in ahd_update_neg_request()
2933 || tinfo->curr.width != tinfo->goal.width in ahd_update_neg_request()
2934 || tinfo->curr.offset != tinfo->goal.offset in ahd_update_neg_request()
[all …]
/netbsd-src/libexec/lfs_cleanerd/
H A Dlfs_cleanerd.c1091 off_t goal; in clean_fs() local
1134 goal = lfs_sb_getssize(fs) * atatime; in clean_fs()
1135 if (goal > (cip->clean - 1) * lfs_sb_getssize(fs) / 2) in clean_fs()
1136 goal = MAX((cip->clean - 1) * lfs_sb_getssize(fs), in clean_fs()
1141 lfs_sb_getfsmnt(fs), goal, cip->clean, npos); in clean_fs()
1144 lfs_sb_getfsmnt(fs), goal, cip->clean, npos); in clean_fs()
1146 for (i = 0; i < lfs_sb_getnseg(fs) && totbytes < goal; i++) { in clean_fs()
1150 if (ngood * lfs_sb_getssize(fs) > 4 * goal) in clean_fs()
1170 goal = atatime; in clean_fs()
1171 if (goal > cip->clean - 1) in clean_fs()
[all …]
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/
H A Ddouble_colon10 - Double-colon targets that aren't the goal target.
46 # TEST 0: A simple double-colon rule that isn't the goal target.
60 # TEST 2: A simple double-colon rule that is the goal target
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dkeymgmt_internal_test.c89 static int get_ulong_via_BN(const OSSL_PARAM *p, unsigned long *goal) in get_ulong_via_BN() argument
95 || !TEST_int_ge(BN_bn2nativepad(n, (unsigned char *)goal, sizeof(*goal)), 0)) in get_ulong_via_BN()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d745 CTFEGoal goal; variable
749 extern (D) this(UnionExp* pue, InterState* istate, CTFEGoal goal) in this() argument
753 this.goal = goal; in this()
1759 if (goal == CTFEGoal.LValue) in visit()
1895 Expression val = getVarExp(e.loc, istate, e.var, goal); in visit()
2050 static Expression getVarExp(const ref Loc loc, InterState* istate, Declaration d, CTFEGoal goal) in getVarExp() argument
2165 if (goal != CTFEGoal.LValue && v.isReference()) in getVarExp()
2166 e = interpret(e, istate, goal); in getVarExp()
2189 e = interpret(e, istate, goal); in getVarExp()
2200 printf("%s VarExp::interpret() `%s`, goal = %d\n", e.loc.toChars(), e.toChars(), goal); in visit()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c42 Expression *interpret(Expression *e, InterState *istate, CtfeGoal goal = ctfeNeedRvalue);
46 static Expression *interpret(UnionExp *pue, Expression *e, InterState *istate, CtfeGoal goal = ctfe…
986 CtfeGoal goal; variable
991 Interpreter(UnionExp *pue, InterState *istate, CtfeGoal goal) in Interpreter() argument
992 : istate(istate), goal(goal), pue(pue) in Interpreter()
1853 if (goal == ctfeNeedLvalue) in visit()
1950 Expression *val = getVarExp(e->loc, istate, e->var, goal); in visit()
2085 static Expression *getVarExp(Loc loc, InterState *istate, Declaration *d, CtfeGoal goal) in getVarExp() argument
2196 if (goal != ctfeNeedLvalue && (v->isRef() || v->isOut())) in getVarExp()
2197 e = interpret(e, istate, goal); in getVarExp()
[all …]
/netbsd-src/games/hack/
H A Dhack.do_name.c79 getpos(int force, const char *goal) in getpos() argument
97 pline("Use [hjkl] to move the cursor to %s.", goal); in getpos()
/netbsd-src/external/bsd/kyua-atf-compat/dist/
H A DNEWS9 disables the build of atf-run and atf-report by default. The goal
/netbsd-src/external/gpl2/dtc/dist/
H A DREADME.license33 believe the goal of allowing libfdt to be widely used is more
47 important goal.
/netbsd-src/external/bsd/kyua-testers/dist/
H A DNEWS8 The goal of this first release is to adopt all the test case execution
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/misc/
H A Dpo-mode.el1643 (let ((goal (if (eq po-entry-type 'translated)
1646 (while goal
1648 (if (eq goal 'untranslated)
1653 (setq goal nil))
1655 (setq goal 'fuzzy)))
1657 (if (eq goal 'fuzzy)
1662 (setq goal nil))
1664 (setq goal 'obsolete)))
1666 (if (eq goal 'obsolete)
1671 (setq goal nil))
[all …]
/netbsd-src/external/bsd/jemalloc/dist/src/
H A Dzone.c112 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) { in zone_pressure_relief() argument
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dwindow.h241 extern int window_chars_to_goal (char *line, int goal);
/netbsd-src/bin/csh/
H A Dfunc.c593 search(int type, int level, Char *goal) in search() argument
602 Sgoal = goal; in search()
622 if (Gmatch(goal, cp)) in search()
664 if (type == T_GOTO && getword(aword) && eq(aword, goal)) in search()
683 if ((type == T_GOTO && eq(aword, goal)) || in search()

12345678910>>...13