Searched refs:goal (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-6-1-5-RELEASE/libexec/lfs_cleanerd/
H A Dlfs_cleanerd.c1010 off_t goal; local
1051 /* Set attainable goal */
1052 goal = fs->lfs_ssize * atatime;
1053 if (goal > (cip->clean - 1) * fs->lfs_ssize / 2)
1054 goal = MAX((cip->clean - 1) * fs->lfs_ssize,
1057 dlog("%s: cleaning with goal %" PRId64
1059 fs->lfs_fsmnt, goal, cip->clean, npos);
1060 syslog(LOG_INFO, "%s: cleaning with goal %" PRId64
1062 fs->lfs_fsmnt, goal, cip->clean, npos);
1064 for (i = 0; i < fs->lfs_nseg && totbytes < goal;
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Dmkpar.c166 int goal, i; local
172 goal = ritem[1];
176 if (accessing_symbol[final_state] == goal)
H A Dreader.c33 static bucket *goal; variable
1113 if (bp == goal)
1242 if (goal && goal != bp)
1244 goal = bp;
1415 if (goal == 0)
1419 goal = bp;
1913 if (goal->class == UNKNOWN)
1914 undefined_goal(goal->name);
2010 goal
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dwindow.h229 /* Get and return the goal column for this window. */
241 extern int window_chars_to_goal (char *line, int goal);
H A Dwindow.c67 /* None of these windows has a goal column yet. */
996 /* Get and return the goal column for this window. */
1051 window_chars_to_goal (char *line, int goal)
1069 if (check > goal)
1050 window_chars_to_goal(char *line, int goal) argument
H A Dsession.c201 goal column for this window. */
608 int goal;
613 goal = window_get_goal_column (window);
614 window->goal_column = goal;
617 window->point += window_chars_to_goal (window->line_starts[new], goal);
607 int goal; local
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Daic79xx_osm.c491 tinfo->goal.transport_version =
607 (tinfo->goal.width != 0
608 || tinfo->goal.period != 0
609 || tinfo->goal.ppr_options != 0)) {
860 if (tinfo->curr.period != tinfo->goal.period
861 || tinfo->curr.width != tinfo->goal.width
862 || tinfo->curr.offset != tinfo->goal.offset
863 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
869 if (tinfo->goal.ppr_options & MSG_EXT_PPR_DT_REQ)
H A Daic7xxx_osm.c478 tinfo->goal.transport_version =
617 if ((xs->xs_control & XS_CTL_DISCOVERY) && (tinfo->goal.width == 0
618 && tinfo->goal.offset == 0
619 && tinfo->goal.ppr_options == 0)) {
1130 if (tinfo->curr.period != tinfo->goal.period
1131 || tinfo->curr.width != tinfo->goal.width
1132 || tinfo->curr.offset != tinfo->goal.offset
1133 || tinfo->curr.ppr_options != tinfo->goal.ppr_options)
H A Daic7xxx.c1314 tinfo->goal.transport_version = 2;
1315 tinfo->goal.ppr_options = 0;
1583 * channel, but reset our current and goal settings to async/narrow
1593 memset(&tstate->transinfo[i].goal, 0,
1594 sizeof(tstate->transinfo[i].goal));
1659 * Never allow a value higher than our current goal
1671 transinfo = &tinfo->goal;
1812 *offset = MIN(*offset, tinfo->goal.offset);
1840 *bus_width = MIN(tinfo->goal.width, *bus_width);
1870 if (tinfo->curr.period != tinfo->goal
[all...]
H A Daic79xx.c2226 tinfo->goal.transport_version = 2;
2227 tinfo->goal.ppr_options = 0;
2715 * channel, but reset our current and goal settings to async/narrow
2724 memset(&tstate->transinfo[i].goal, 0,
2725 sizeof(tstate->transinfo[i].goal));
2781 * Never allow a value higher than our current goal
2793 transinfo = &tinfo->goal;
2875 *offset = MIN(*offset, tinfo->goal.offset);
2903 *bus_width = MIN(tinfo->goal.width, *bus_width);
2933 if (tinfo->curr.period != tinfo->goal
[all...]
H A Daic79xxvar.h597 SCB_AUTO_NEGOTIATE = 0x00040,/* Negotiate to achieve goal. */
753 #define AHD_TRANS_GOAL 0x04 /* Modify negontiation goal */
775 * Per-initiator current, goal and user transfer negotiation information. */
778 struct ahd_transinfo goal; member in struct:ahd_initiator_tinfo
1442 * even if our goal and current transport parameters are identical.
1445 AHD_NEG_TO_GOAL, /* Renegotiate only if goal and curr differ. */
1446 AHD_NEG_IF_NON_ASYNC, /* Renegotiate so long as goal is non-async. */
1447 AHD_NEG_ALWAYS /* Renegotiat even if goal is async. */
H A Daic7xxxvar.h651 SCB_AUTO_NEGOTIATE = 0x0040,/* Negotiate to achieve goal. */
804 #define AHC_TRANS_GOAL 0x04 /* Modify negotiation goal */
825 * Per-initiator current, goal and user transfer negotiation information. */
829 struct ahc_transinfo goal; member in struct:ahc_initiator_tinfo
1335 * even if our goal and current transport parameters are identical.
1338 AHC_NEG_TO_GOAL, /* Renegotiate only if goal and curr differ. */
1339 AHC_NEG_IF_NON_ASYNC, /* Renegotiate so long as goal is non-async. */
1340 AHC_NEG_ALWAYS /* Renegotiat even if goal is async. */
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.do_name.c79 getpos(int force, const char *goal) argument
97 pline("Use [hjkl] to move the cursor to %s.", goal);
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dfunc.c592 search(int type, int level, Char *goal) argument
601 Sgoal = goal;
621 if (Gmatch(goal, cp))
663 if (type == T_GOTO && getword(aword) && eq(aword, goal))
682 if ((type == T_GOTO && eq(aword, goal)) ||
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Dcomment-1.s2 # mnemonic types and pseudos. The goal is to use all combinations of
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dreload.c3717 this alternative for a reload goal. REJECT is incremented by six
3723 record it as the chosen goal for reloading. */
6754 find_equiv_reg (rtx goal, rtx insn, enum reg_class rclass, int other,
6770 if (goal == 0)
6772 else if (REG_P (goal))
6773 regno = REGNO (goal);
6774 else if (MEM_P (goal))
6776 enum rtx_code code = GET_CODE (XEXP (goal, 0));
6777 if (MEM_VOLATILE_P (goal))
6779 if (flag_float_store && SCALAR_FLOAT_MODE_P (GET_MODE (goal)))
6728 find_equiv_reg(rtx goal, rtx insn, enum reg_class rclass, int other, short *reload_reg_p, int goalreg, enum machine_mode mode) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dreload.c3665 this alternative for a reload goal. REJECT is incremented by six
3671 record it as the chosen goal for reloading. */
6560 find_equiv_reg (rtx goal, rtx insn, enum reg_class class, int other,
6576 if (goal == 0)
6578 else if (REG_P (goal))
6579 regno = REGNO (goal);
6580 else if (MEM_P (goal))
6582 enum rtx_code code = GET_CODE (XEXP (goal, 0));
6583 if (MEM_VOLATILE_P (goal))
6585 if (flag_float_store && GET_MODE_CLASS (GET_MODE (goal))
6534 find_equiv_reg(rtx goal, rtx insn, enum reg_class class, int other, short *reload_reg_p, int goalreg, enum machine_mode mode) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/misc/
H A Dpo-mode.el1640 (let ((goal (if (eq po-entry-type 'translated)
1643 (while goal
1645 (if (eq goal 'untranslated)
1650 (setq goal nil))
1652 (setq goal 'fuzzy)))
1654 (if (eq goal 'fuzzy)
1659 (setq goal nil))
1661 (setq goal 'obsolete)))
1663 (if (eq goal 'obsolete)
1668 (setq goal ni
[all...]
/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf_norm.c249 int goal; local
251 goal = pf_nfrents * 9 / 10;
253 pf_nfrents - goal));
254 while (goal < pf_nfrents) {
262 goal = pf_ncache * 9 / 10;
264 pf_ncache - goal));
265 while (goal < pf_ncache) {
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dlfs.c561 * Check partial segment validity between fs->lfs_offset and the given goal.
563 * If goal == 0, just keep on going until the segments stop making sense,
566 * If goal != 0, return the address of the first partial segment that failed,
567 * or "goal" if we reached it without failure (the partial segment *at* goal
571 try_verify(struct lfs *osb, struct uvnode *devvp, ufs_daddr_t goal, int debug) argument
586 while (daddr != goal) {
673 if (goal == 0)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/
H A Dmakeengines.com117 $! Set the goal directories, and create them if necessary
124 $! Set the goal files, and create them if necessary
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/
H A Dparse.y120 goal : initlex sect1 sect1end sect2 initforrule label
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.tex96 I started writing this book because it was the most logical task to further my goal of open academia. The LibTomMath source
453 Making LibTomMath as efficient as possible is not the only goal of the LibTomMath project. Ideally the library should
705 temporary mp\_ints, and return as soon as possible. The goal is to leave the system in the same state it was when the
841 if a developer accidentally re-uses a cleared structure it is less likely to cause problems. The second goal
1025 (\textit{step 1.2}) all of the previously initialized variables are cleared. The goal is an ``all or nothing''
/netbsd-6-1-5-RELEASE/sys/arch/m68k/060sp/dist/
H A Dpfpsp.s3098 # In a system where the FP Operr exception is enabled, the goal #
3288 # In a system where the FP SNAN exception is enabled, the goal #
3589 # In a system where the FP Inexact exception is enabled, the goal #
3768 # In a system where the DZ exception is enabled, the goal is to #
H A Dfpsp.s3098 # In a system where the FP Operr exception is enabled, the goal #
3288 # In a system where the FP SNAN exception is enabled, the goal #
3589 # In a system where the FP Inexact exception is enabled, the goal #
3768 # In a system where the DZ exception is enabled, the goal is to #

Completed in 422 milliseconds

12