Home
last modified time | relevance | path

Searched refs:safety (Results 1 – 25 of 54) sorted by relevance

123

/dragonfly/games/mille/
HDcomp.c163 || pp->safety[S_RIGHT_WAY] != S_UNKNOWN); in calcmove()
228 if (pp->safety[S_RIGHT_WAY] != S_UNKNOWN) in calcmove()
229 *value = (pp->safety[S_RIGHT_WAY] == in calcmove()
246 safe = safety(card) - S_CONV; in calcmove()
248 if (pp->safety[safe] != S_UNKNOWN) in calcmove()
249 *value = (pp->safety[safe] == in calcmove()
269 if (pp->safety[S_RIGHT_WAY] != S_UNKNOWN) in calcmove()
270 *value = (pp->safety[S_RIGHT_WAY] == in calcmove()
292 *value = (pp->safety[S_RIGHT_WAY] != in calcmove()
300 safe = safety(card) - S_CONV; in calcmove()
[all …]
HDmove.c108 pp->safety[*Topcard-S_CONV] = S_IN_HAND; in domove()
240 if (pp->safety[S_RIGHT_WAY] == S_PLAYED) in playcard()
264 else if (pp->safety[safety(card) - S_CONV] == S_PLAYED) in playcard()
277 if (pp->safety[S_RIGHT_WAY] == S_PLAYED) in playcard()
307 pp->safety[card - S_CONV] = S_PLAYED; in playcard()
HDmisc.c135 if (pp->safety[i] != S_UNKNOWN) in check_ext()
143 if (op->safety[i] != S_PLAYED in check_ext()
144 && pp->safety[i] == S_UNKNOWN) in check_ext()
HDend.c100 if (pp->safety[tot] != S_PLAYED) in extrapolate()
110 if (pp->safety[tot] != S_PLAYED) in extrapolate()
HDmille.h155 short safety[NUM_SAFE]; member
241 CARD safety(CARD);
HDinit.c53 pp->safety[j] = S_UNKNOWN; in init()
61 pp->safety[card - S_CONV] = S_IN_HAND; in init()
HDtypes.c47 safety(CARD card) in safety() function
HDprint.c55 if (pp->safety[i] == S_PLAYED && !pp->sh_safety[i]) { in prboard()
/dragonfly/bin/cpdup/scripts/
HDparams4 # path and the remote path. The scripts will add it themselves, as a safety
/dragonfly/share/examples/diskless/
HDREADME.TEMPLATING107 template them as a safety measure. This also allows you to run
116 thus would not fall under the template, but as a safety measure
204 This is a safety.
215 This is a safety mechanism
225 This is a templating and a safety mechanism.
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Dmemory128 // 20.7.4 [util.dynamic.safety], pointer safety
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/
Dunordered_map46 /// Class std::unordered_map with safety/checking/debug instrumentation.
456 /// Class std::unordered_multimap with safety/checking/debug instrumentation.
Dunordered_set46 /// Class std::unordered_set with safety/checking/debug instrumentation.
452 /// Class std::unordered_multiset with safety/checking/debug instrumentation.
Ddeque41 /// Class std::deque with safety/checking/debug instrumentation.
Dbitset41 /// Class std::bitset with additional safety/checking/debug instrumentation.
Dvector42 /// Class std::vector with safety/checking/debug instrumentation.
Dlist41 /// Class std::list with safety/checking/debug instrumentation.
Dforward_list42 /// Class std::forward_list with safety/checking/debug instrumentation.
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/
Dbitset42 /// Class std::bitset with additional safety/checking/debug instrumentation.
Dunordered_set48 /// Class std::unordered_set with safety/checking/debug instrumentation.
611 /// Class std::unordered_multiset with safety/checking/debug instrumentation.
Ddeque43 /// Class std::deque with safety/checking/debug instrumentation.
Dunordered_map48 /// Class std::unordered_map with safety/checking/debug instrumentation.
735 /// Class std::unordered_multimap with safety/checking/debug instrumentation.
Dvector110 /// Class std::vector with safety/checking/debug instrumentation.
/dragonfly/usr.bin/calendar/calendars/
HDcalendar.ushistory28 North Carolina; 5 of 6 safety devices failed on one of them, 1961
/dragonfly/contrib/gcc-4.7/gcc/
HDconfig.in109 high-level optimizers) to be checked for dynamic type safety at runtime.
148 optimizer and back end) to be checked for dynamic type safety at runtime.
166 front ends) to be checked for dynamic type safety at runtime. This is

123