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

1 2 3

  /src/games/mille/
misc.c 144 int i, safe, miles; local in function:check_ext
148 for (safe = 0, i = 0; i < NUMSAFE; i++)
150 safe++;
151 if (safe < 2)
160 if (miles + safe == NUMSAFE)
163 if ((safe = pp->hand[i]) <= C_200)
164 miles += Value[safe];
comp.c 59 CARD safe, oppos; local in function:calcmove
67 safe = 0;
109 ++safe;
125 fprintf(outf, "CALCMOVE: cango = %d, canstop = %d, safe = %d\n",
126 cango, canstop, safe);
130 for (i = 0; safe && i < HAND_SZ; i++) {
163 safe--;
245 safe = S_RIGHT_WAY;
255 safe = safety(card) - S_CONV;
257 if (pp->safety[safe] != S_UNKNOWN
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_execbuf_util.c 103 struct ttm_validate_buffer *safe = entry; local in function:ttm_eu_reserve_buffers
105 list_del(&safe->head);
106 list_add(&safe->head, dups);
  /src/sys/arch/sun2/sun2/
locore.s 546 * be concurrent-safe without disabling interrupts. Why you
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-a64-pinephone-1.2.dts 25 * chosen as a safe default.
  /src/sys/arch/vax/boot/common/
srt0.S 44 movl $_C_LABEL(start), %sp # Probably safe place for stack
  /src/compat/
exec.mk 27 # 64-bit alignment/size safe structures.
  /src/sys/dev/raidframe/
rf_paritymap.c 428 struct rf_pmparams safe; local in function:rf_paritymap_init
439 safe.cooldown = DFL_COOLDOWN;
440 safe.tickms = DFL_TICKMS;
441 safe.regions = 0;
443 if (0 != rf_paritymap_set_params(pm, &safe, 0))
554 * In theory, it should be safe to take the intersection (or just pick
  /src/doc/
TODO.compat-module 40 11. Implemented a MP-safe mechanism for installing and removing function
48 use the MP-safe mechanism.
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3399-gru-kevin.dts 184 /* These are relatively safe rise/fall times. */
200 /* These are relatively safe rise/fall times. */
rk3399-gru-chromebook.dtsi 259 /* These are relatively safe rise/fall times */
275 /* These are relatively safe rise/fall times */
rk3399-gru-scarlet.dtsi 261 /* These are relatively safe rise/fall times. */
293 /* These are relatively safe rise/fall times; TODO: measure */
rk3399-gru.dtsi 390 /* These are relatively safe rise/fall times */
400 /* These are relatively safe rise/fall times */
  /src/common/dist/zlib/contrib/ada/
mtest.adb 9 -- we should provide thread safe allocation routines for the Z_Stream.
  /src/sbin/routed/
parms.c 494 int safe) /* 1=from secure file */
503 if (!safe)
583 int safe) /* 1=from secure file */
716 msg = get_passwd(tgt,val0,&parm,RIP_AUTH_MD5,safe);
  /src/sys/arch/sun68k/stand/libsa/
SRT0.S 36 | Flush the CPU cache using MC68020 values just to be safe.
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
qcom-msm8974-sony-xperia-amami.dts 397 qcom,fast-charge-safe-current = <1300000>;
400 qcom,fast-charge-safe-voltage = <4400000>;
qcom-msm8974-sony-xperia-honami.dts 446 qcom,fast-charge-safe-current = <1500000>;
449 qcom,fast-charge-safe-voltage = <4400000>;
qcom-msm8974-sony-xperia-castor.dts 663 qcom,fast-charge-safe-current = <1500000>;
666 qcom,fast-charge-safe-voltage = <4400000>;
tegra20-colibri.dtsi 13 * Set memory to 256 MB to be safe as this could be used on
  /src/usr.bin/make/unit-tests/
var-op-assign.mk 89 # In safe mode, parsing would stop immediately after the "VARIABLE NAME="
  /src/sys/external/isc/libsodium/dist/m4/
ax_pthread.m4 131 ax_pthread_flags="pthreads none -Kthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
150 # --thread-safe: KAI C++
  /src/sys/arch/ia64/stand/common/
help.common 348 commands, so it is safe to source a file from removable media.
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/
tegra194.dtsi 1674 clock-names = "sor", "out", "parent", "dp", "safe",
1698 clock-names = "sor", "out", "parent", "dp", "safe",
1722 clock-names = "sor", "out", "parent", "dp", "safe",
1746 clock-names = "sor", "out", "parent", "dp", "safe",
  /src/sys/arch/atari/atari/
locore.s 324 jeq Lfptnull | yes, safe
329 jeq Lfptnull | yes, safe

Completed in 24 milliseconds

1 2 3