HomeSort by: relevance | last modified time | path
    Searched refs:turns (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/games/sail/
game.c 48 int turns; local in function:maxturns
50 turns = ship->specs->ta;
51 *af = (ship->file->drift > 1 && turns);
53 turns--;
55 turns = 0;
57 return turns;
  /src/usr.bin/make/unit-tests/
opt-warnings-as-errors.mk 3 # Tests for the -W command line option, which turns warnings into errors.
suff-main.mk 18 # Declaring both '.1' and '.2' as suffixes turns the '.1.2' target into an
modmisc.mk 46 # The :U modifier turns even the "" variable into something that has a value.
varmod-shell.mk 13 # The :!cmd! modifier turns an undefined expression into a defined one.
directive-for-if.mk 55 # as a dependency operator, similar to ':' and '::'. The parser turns this
parse-var.mk 113 # The inner ':S' modifier turns the word '{}' into '{{}'.
cond-cmp-string.mk 28 # undefined expression turns it into a defined expression.
cond-token-var.mk 49 # The :U modifier turns an undefined expression into a defined expression.
var-op-assign.mk 43 # a :!...! modifier that executes a shell command. The :!...! modifier turns
  /src/games/rogue/
move.c 627 short crow = rogue.row, ccol = rogue.col, turns = 0; local in function:turn_passage
631 turns++;
635 turns++;
639 turns++;
643 turns++;
646 if (turns == 1) {
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3399-gru.dtsi 57 /* EC turns on w/ lpddr_pwr_en; always on for AP */
96 /* EC turns on w/ pp5000_en; always on for AP */
114 /* EC turns on w/ ap_core_en; always on for AP */
143 /* EC turns on w/ ap_core_en; always on for AP */
172 /* EC turns on w/ ap_core_en; always on for AP */
192 /* EC turns on w/ pp900_ddrpll_en */
196 /* EC turns on w/ pp900_pll_en */
200 /* EC turns on w/ pp900_pmu_en */
204 /* EC turns on w/ pp1800_s0_en_l */
208 /* EC turns on w/ pp1800_avdd_en_l *
    [all...]
rk3399-gru-chromebook.dtsi 15 /* EC turns on w/ pp900_ap_en; always on for AP */
24 /* EC turns on w/ pp900_usb_en */
28 /* EC turns on w/ pp900_pcie_en */
58 /* EC turns on w/ ppvar_centerlogic_en; always on for AP */
85 /* EC turns on w/ ppvar_logic_en; always on for AP */
162 /* EC turns on w/ pp3300_usb_en_l */
rk3399-gru-scarlet.dtsi 18 /* EC turns on w/ pp1250_s3_en; always on for AP */
47 /* EC turns on w/ pp900_s0_en; always on for AP */
83 /* EC turns on w/ pp900_s3_en; always on for AP */
92 /* EC turns on pp1800_s3_en */
109 /* EC turns on pp3300_s0_en */
113 /* EC turns on pp3300_s3_en */
207 /* EC turns on; alias for pp1800_s0 */
  /src/usr.bin/systat/
main.c 78 int turns = 2; /* stay how many refresh-turns in 'all' mode? */ variable in typeref:typename:int
124 if ((turns = atoi(optarg)) <= 0)
125 errx(EXIT_FAILURE, "turns <= 0.");
256 "[-t turns]\n\t\t[display] [refresh-interval]\n", getprogname());
317 if (allcounter >= turns){
extern.h 63 extern int turns;
  /src/games/adventure/
done.c 117 printf("possible %d using %d turns.\n", maxscore, turns);
hdr.h 150 extern int turns, lmwarn, iwest, knfloc, detail, /* various flags and
init.c 124 int turns, lmwarn, iwest, knfloc, detail, /* various flags and variable in typeref:typename:int
263 turns = 0;
save.c 506 {&turns, sizeof(turns)},
618 &turns,
main.c 179 turns++;
180 if (demo && turns >= SHORT)
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
rk3288-veyron-chromebook.dtsi 61 /* This turns on vbus for host1 (dwc2) */
73 /* This turns on vbus for otg for host mode (dwc2) */
rk3288-veyron-brain.dts 30 /* This turns on vbus for host2 and otg (dwc2) */
rk3288-evb.dtsi 131 /* This turns on USB vbus for both host0 (ehci) and host1 (dwc2) */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8916-huawei-g7.dts 252 * However, looking closer at the GPIO debug output it turns out that

Completed in 54 milliseconds

1 2