Home
last modified time | relevance | path

Searched refs:destroyed (Results 1 – 25 of 174) sorted by relevance

1234567

/netbsd-src/games/quiz/datfiles/
H A Dgreek2 $eluon$:{I} [loosed|destroyed|was loosing|was destroying]
3 $elusa$:{I} [loosed|destroyed]
4 $leluka$:{I} have [loosed|destroyed]
7 $lusas$:{having} [loosed|destroyed]
/netbsd-src/games/battlestar/
H A Dfly.c51 static char destroyed; variable
80 destroyed = 0; in visual()
156 destroyed = 1; in visual()
174 if (destroyed) { in visual()
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dctl_clnt.c73 initializing = 0, connecting, connected, destroyed enumerator
226 if (ctx->state != destroyed) in ctl_endclient()
246 case destroyed: in ctl_command()
319 if (ctx->state == destroyed) in start_write()
370 case destroyed: in destroy()
387 new_state(ctx, destroyed); in destroy()
392 REQUIRE(ctx->state != destroyed); in error()
436 if (ctx->state == destroyed) { in conn_done()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_vce.c728 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs() local
828 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs()
829 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs()
880 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs()
940 tmp = destroyed; in amdgpu_vce_ring_parse_cs()
963 uint32_t destroyed = 0; in amdgpu_vce_ring_parse_cs_vm() local
992 if (destroyed & (1 << session_idx)) { in amdgpu_vce_ring_parse_cs_vm()
993 destroyed &= ~(1 << session_idx); in amdgpu_vce_ring_parse_cs_vm()
1005 destroyed |= 1 << session_idx; in amdgpu_vce_ring_parse_cs_vm()
1029 tmp = destroyed; in amdgpu_vce_ring_parse_cs_vm()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc254 bool destroyed = false; in JoinThread() local
265 if ((destroyed = tctx->GetDestroyed())) { in JoinThread()
270 if (!destroyed) in JoinThread()
272 } while (!destroyed); in JoinThread()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cpp252 bool destroyed = false; in JoinThread() local
262 if ((destroyed = tctx->GetDestroyed())) { in JoinThread()
267 if (!destroyed) in JoinThread()
269 } while (!destroyed); in JoinThread()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc256 bool destroyed = false; in JoinThread() local
267 if ((destroyed = tctx->GetDestroyed())) { in JoinThread()
272 if (!destroyed) in JoinThread()
274 } while (!destroyed); in JoinThread()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_debugging.cc149 int *destroyed, void **trace, uptr trace_size) { in __tsan_get_report_mutex() argument
155 *destroyed = mutex->destroyed; in __tsan_get_report_mutex()
H A Dtsan_report.h104 bool destroyed; member
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_debugging.cpp154 int *destroyed, void **trace, uptr trace_size) { in __tsan_get_report_mutex() argument
160 *destroyed = mutex->destroyed; in __tsan_get_report_mutex()
H A Dtsan_report.h96 bool destroyed; member
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_debugging.cc147 int *destroyed, void **trace, uptr trace_size) { in __tsan_get_report_mutex() argument
153 *destroyed = mutex->destroyed; in __tsan_get_report_mutex()
H A Dtsan_report.h102 bool destroyed; member
/netbsd-src/external/mit/libcbor/dist/doc/source/api/
H A Ditem_reference_counting.rst29 …lt of parsing) with reference count set to 1. When the refcount reaches zero, it will be destroyed.
31 Items containing nested items will be destroyed recursively - refcount of every nested item will be…
/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dm_ruler.c140 static void destroyed(void) in destroyed() function
191 XtAddCallback( box, XmNdestroyCallback, destroyed, 0 );
H A Dm_tags.c218 static void destroyed(void) in destroyed() function
336 XtAddCallback( box, XmNdestroyCallback, destroyed, 0 );
H A Dm_options.c209 static void destroyed(void) in destroyed() function
585 XtAddCallback( box, XmNdestroyCallback, destroyed, 0 );
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_vce.c617 bool destroyed = false, created = false, allocated = false; in radeon_vce_cs_parse() local
632 if (destroyed) { in radeon_vce_cs_parse()
685 destroyed = true; in radeon_vce_cs_parse()
731 if ((!r && destroyed) || (r && allocated)) { in radeon_vce_cs_parse()
/netbsd-src/sys/arch/m68k/fpsp/
H A Dx_store.sa132 * a0 -> destroyed
133 * a1 -> destroyed
204 * a0 -> destroyed
205 * a1 -> destroyed
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/linker/
H A Dllvm_linker.mli17 if the linking fails. The src module is destroyed. *)
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/
H A DUniquePtrTrivialAbi.rst44 * ``std::unique_ptr`` parameters will now be destroyed by callees, rather than callers.
46 In most Microsoft's ABIs, arguments are always destroyed by the callee.
/netbsd-src/games/warp/
H A Dwarp.doc16 either both the Enterprise and Base are destroyed, or all the enemies
17 (including any homing torpedoes) are destroyed. It is possible to abort a
136 An object is destroyed when its energy goes negative, either from a direct
184 haven't destroyed--you must make the universe safe for posterity, you know.
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dmigration_010_100.rst16 allocated memory for a new loop and initialized it; and destroyed with `uv_loop_delete`,
17 which destroyed the loop and freed the memory. Starting with 1.0, those are deprecated
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_get_peer_certificate.pod31 will not be destroyed when the session containing the peer certificate is
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/
H A Dobject.d4398 static int destroyed = 0;
4404 destroyed ++;
4414 destroyed ++;
4421 assert(destroyed == 2);
4425 assert(destroyed == 4);
4614 static bool destroyed = false;
4621 destroyed = true;
4627 assert(destroyed);
4630 destroyed = false;
4633 assert(destroyed);
[all …]

1234567