/netbsd-src/games/mille/ |
H A D | comp.c | 172 || 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 D | move.c | 128 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 D | misc.c | 149 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 D | end.c | 109 if (pp->safety[tot] != S_PLAYED) in extrapolate() 119 if (pp->safety[tot] != S_PLAYED) in extrapolate()
|
H A D | mille.h | 173 short safety[NUM_SAFE]; member 260 int safety(CARD);
|
H A D | init.c | 61 pp->safety[j] = S_UNKNOWN; in init() 69 pp->safety[card - S_CONV] = S_IN_HAND; in init()
|
H A D | types.c | 56 safety(CARD card) in safety() function
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
H A D | kasp-bad-lifetime.conf | 25 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 D | vbe.c | 264 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 D | memory | 98 * 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 D | ThreadSafetyAnalysis.rst | 16 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 D | 2001-01-31-UniversalIRIdea.txt | 13 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 D | csk2.conf.in | 24 publish-safety PT1H; 25 retire-safety 2h;
|
H A D | csk1.conf.in | 24 publish-safety PT1H; 25 retire-safety 2h;
|
H A D | kasp.conf.in | 27 publish-safety PT1H; 28 retire-safety 2h;
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | mime_trunc.ref | 1 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 D | mime_nest.ref | 136 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 D | memory | 148 * 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 D | RELEASE_NOTES-2.10 | 110 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 D | RELEASE_NOTES-3.3 | 28 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 D | RELEASE_NOTES-2.4 | 39 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 D | RELEASE_NOTES-3.1 | 19 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 D | openldap-thread-check.m4 | 574 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 D | openssl-threads.pod | 5 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 D | MemTagSanitizer.rst | 40 tag-based approach to memory safety. MemTagSanitizer follows a 58 SP; this allows to skip tagging of any variable when memory safety can
|