HomeSort by: relevance | last modified time | path
    Searched refs:safety (Results 1 - 13 of 13) sorted by relevancy

  /src/games/mille/
types.c 56 safety(CARD card) function in typeref:typename:int
comp.c 172 || pp->safety[S_RIGHT_WAY] != S_UNKNOWN);
237 if (pp->safety[S_RIGHT_WAY] != S_UNKNOWN)
238 *value = (pp->safety[S_RIGHT_WAY] ==
255 safe = safety(card) - S_CONV;
257 if (pp->safety[safe] != S_UNKNOWN)
258 *value = (pp->safety[safe] ==
278 if (pp->safety[S_RIGHT_WAY] != S_UNKNOWN)
279 *value = (pp->safety[S_RIGHT_WAY] ==
301 *value = (pp->safety[S_RIGHT_WAY] !=
309 safe = safety(card) - S_CONV
    [all...]
misc.c 149 if (pp->safety[i] != S_UNKNOWN)
157 if (op->safety[i] != S_PLAYED
158 && pp->safety[i] == S_UNKNOWN)
end.c 109 if (pp->safety[tot] != S_PLAYED)
119 if (pp->safety[tot] != S_PLAYED)
move.c 95 error("discard a safety?");
128 pp->safety[*Topcard-S_CONV] = S_IN_HAND;
259 if (pp->safety[S_RIGHT_WAY] == S_PLAYED)
283 else if (pp->safety[safety(card) - S_CONV] == S_PLAYED)
296 if (pp->safety[S_RIGHT_WAY] == S_PLAYED)
326 pp->safety[card - S_CONV] = S_PLAYED;
mille.h 59 #define NUM_SAFE 4 /* number of safety cards */
104 * safety descriptions
115 #define S_UNKNOWN 0 /* location of safety unknown */
116 #define S_IN_HAND 1 /* safety in player's hand */
117 #define S_PLAYED 2 /* safety has been played */
118 #define S_GAS_SAFE 0 /* Gas safety card index */
119 #define S_SPARE_SAFE 1 /* Tire safety card index */
120 #define S_DRIVE_SAFE 2 /* Driveing safety card index */
173 short safety[NUM_SAFE]; member in struct:__anon52fc66f40108
260 int safety(CARD)
    [all...]
init.c 61 pp->safety[j] = S_UNKNOWN;
69 pp->safety[card - S_CONV] = S_IN_HAND;
186 mvaddstr(2, 8, "Each Safety");
print.c 63 if (pp->safety[i] == S_PLAYED && !pp->sh_safety[i]) {
  /src/sys/arch/i386/stand/lib/
vbe.c 264 int safety = 0; local in function:vbe_find_mode_xyd
277 safety++;
279 if (safety == 100)
286 safety = 0;
352 int nmodes = 0, safety = 0; local in function:vbe_modelist
384 safety++;
386 if (safety == 100) {
395 safety = 0;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3399-gru-scarlet.dtsi 37 * rounding up to 1ms for safety.
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8994-msft-lumia-octagon.dtsi 863 * Set the speed to HS200 as a safety measure.
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 1726 # And add a safety zone
1732 # We know the value 262144 and hardcode it with a safety zone (like BSD)
1791 # Add a significant safety factor because C++ compilers can tack on
  /src/sys/arch/sparc64/sparc64/
locore.s 1314 .space 0x20 ! safety margin

Completed in 53 milliseconds