Home
last modified time | relevance | path

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

12345678910>>...13

/netbsd-src/games/mille/
H A Dcomp.c172 || pp->safety[S_RIGHT_WAY] != S_UNKNOWN); in calcmove()
237 if (pp->safety[S_RIGHT_WAY] != S_UNKNOWN) in calcmove()
238 *value = (pp->safety[S_RIGHT_WAY] == in calcmove()
255 safe = safety(card) - S_CONV; in calcmove()
257 if (pp->safety[safe] != S_UNKNOWN) in calcmove()
258 *value = (pp->safety[safe] == in calcmove()
278 if (pp->safety[S_RIGHT_WAY] != S_UNKNOWN) in calcmove()
279 *value = (pp->safety[S_RIGHT_WAY] == in calcmove()
301 *value = (pp->safety[S_RIGHT_WAY] != in calcmove()
309 safe = safety(card) - S_CONV; in calcmove()
[all …]
H A Dmove.c128 pp->safety[*Topcard-S_CONV] = S_IN_HAND; in domove()
259 if (pp->safety[S_RIGHT_WAY] == S_PLAYED) in playcard()
283 else if (pp->safety[safety(card) - S_CONV] == S_PLAYED) in playcard()
296 if (pp->safety[S_RIGHT_WAY] == S_PLAYED) in playcard()
326 pp->safety[card - S_CONV] = S_PLAYED; in playcard()
H A Dmisc.c149 if (pp->safety[i] != S_UNKNOWN) in check_ext()
157 if (op->safety[i] != S_PLAYED in check_ext()
158 && pp->safety[i] == S_UNKNOWN) in check_ext()
H A Dend.c109 if (pp->safety[tot] != S_PLAYED) in extrapolate()
119 if (pp->safety[tot] != S_PLAYED) in extrapolate()
H A Dmille.h173 short safety[NUM_SAFE]; member
260 int safety(CARD);
H A Dinit.c61 pp->safety[j] = S_UNKNOWN; in init()
69 pp->safety[card - S_CONV] = S_IN_HAND; in init()
H A Dtypes.c56 safety(CARD card) in safety() function
/netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/
H A Dkasp-bad-lifetime.conf25 publish-safety PT1H;
26 retire-safety PT1H;
46 publish-safety PT1H;
47 retire-safety PT1H;
65 publish-safety PT1H;
66 retire-safety PT1H;
/netbsd-src/sys/arch/i386/stand/lib/
H A Dvbe.c264 int safety = 0; in vbe_find_mode_xyd() local
277 safety++; in vbe_find_mode_xyd()
279 if (safety == 100) in vbe_find_mode_xyd()
286 safety = 0; in vbe_find_mode_xyd()
352 int nmodes = 0, safety = 0; in vbe_modelist() local
384 safety++; in vbe_modelist()
386 if (safety == 100) { in vbe_modelist()
395 safety = 0; in vbe_modelist()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dmemory98 * that supports <em>strict pointer safety</em>.
99 * This implementation only supports <em>relaxed pointer safety</em>
102 * C++11 20.6.4 [util.dynamic.safety], Pointer safety
107 /// Constants representing the different types of pointer safety.
127 /// The type of pointer safety supported by the implementation.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DThreadSafetyAnalysis.rst16 Thread safety analysis works very much like a type system for multi-threaded
69 analysis issues a warning. Thread safety analysis is not inter-procedural, so
85 To run the analysis, simply compile with the ``-Wthread-safety`` flag, e.g.
89 clang -c -Wthread-safety example.cpp
99 Thread safety analysis provides a way of protecting *resources* with
141 The thread safety analysis uses attributes to declare threading constraints.
147 The attributes only control assumptions made by thread safety analysis and the
150 For historical reasons, prior versions of thread safety used macro names that
317 turns off thread safety checking for that method. It provides an escape hatch
410 the set of (regular) capabilities named in thread safety attributes on the
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-01-31-UniversalIRIdea.txt13 static and runtime optimization; some higher-level like type-safety and
21 machine-independent features like type-safety and access safety should be
32 without type-safety as the intermediate representation.
/netbsd-src/external/mpl/bind/dist/bin/tests/system/kasp/ns6/policies/
H A Dcsk2.conf.in24 publish-safety PT1H;
25 retire-safety 2h;
H A Dcsk1.conf.in24 publish-safety PT1H;
25 retire-safety 2h;
H A Dkasp.conf.in27 publish-safety PT1H;
28 retire-safety 2h;
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmime_trunc.ref1 mime_state: warning: message header length exceeds safety limit: Header: ??garbage garbage garbage …
32 mime_state: warning: message header length exceeds safety limit
H A Dmime_nest.ref136 mime_state: warning: MIME nesting exceeds safety limit: content-type: multipart/mixed; boundary=foo…
141 mime_state: warning: MIME nesting exceeds safety limit
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dmemory148 * that supports <em>strict pointer safety</em>.
149 * This implementation only supports <em>relaxed pointer safety</em>
152 * C++11 20.6.4 [util.dynamic.safety], Pointer safety
157 /// Constants representing the different types of pointer safety.
177 /// The type of pointer safety supported by the implementation.
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-2.10110 Major changes - relay safety
121 This safety net prevents open relay problems due to mistakes
125 smtpd_recipient_restrictions, this safety net may defer mail that
128 To fix this safety net, take one of the following actions:
175 smtpd_recipient_restrictions, this safety net may defer mail that
H A DRELEASE_NOTES-3.328 Major changes - compatibility safety net
34 extends the compatibility safety net for sites that upgrade from
90 null byte after the end of vstring buffers (this is a safety net
H A DRELEASE_NOTES-2.439 Major changes - safety
42 [Incompat 20070222] As a safety measure, Postfix now by default
173 [Incompat 20070222] As a safety measure, Postfix now by default
H A DRELEASE_NOTES-3.119 Major changes - address verification safety
23 parameter introduces a safety limit for the number of address
115 Major changes - sasl auth safety
/netbsd-src/external/bsd/ntp/dist/sntp/m4/
H A Dopenldap-thread-check.m4574 AC_DEFINE([REENTRANT], [1], [enable thread safety])
575 AC_DEFINE([_REENTRANT], [1], [enable thread safety])
576 AC_DEFINE([THREAD_SAFE], [1], [enable thread safety])
577 AC_DEFINE([_THREAD_SAFE], [1], [enable thread safety])
578 AC_DEFINE([THREADSAFE], [1], [enable thread safety])
579 AC_DEFINE([_THREADSAFE], [1], [enable thread safety])
580 AC_DEFINE([_SGI_MP_SOURCE], [1], [enable thread safety])
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dopenssl-threads.pod5 openssl-threads - Overview of thread safety in OpenSSL
59 Another instance of thread-safety is when updates to an object's
72 For implicit global state or singletons, thread-safety depends on the facility.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DMemTagSanitizer.rst40 tag-based approach to memory safety. MemTagSanitizer follows a
58 SP; this allows to skip tagging of any variable when memory safety can

12345678910>>...13