Home
last modified time | relevance | path

Searched refs:started (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
Dcxa_vec.C60 static bool started = false; in test0() local
62 if (!started) in test0()
64 started = true; in test0()
93 static bool started = false; in test1() local
95 if (!started) in test1()
97 started = true; in test1()
127 static bool started = false; in test2() local
129 if (!started) in test2()
131 started = true; in test2()
161 static bool started = false; in test3() local
[all …]
/openbsd/src/lib/libsndio/
Dsio.c85 hdl->started = 0; in _sio_create()
108 if (hdl->started) { in sio_start()
125 hdl->started = 1; in sio_start()
138 if (!hdl->started) { in sio_stop()
149 hdl->started = 0; in sio_stop()
160 if (!hdl->started) { in sio_flush()
171 hdl->started = 0; in sio_flush()
187 if (hdl->started) { in sio_setpar()
209 if (hdl->started) { in sio_getpar()
229 if (hdl->started) { in sio_getcap()
[all …]
Dsio_priv.h34 int started; /* true if started */ member
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
Ddont_overwrite_die_handler.t14 my $started = 0;
17 $SIG{__DIE__} = sub { $handler_called++; cluck 'Died early!' unless $started };
22 $started = 1;
/openbsd/src/usr.bin/w/
Dpr_time.c45 pr_attime(time_t *started, time_t *now) in pr_attime() argument
54 tp = localtime(started); in pr_attime()
55 diff = *now - *started; in pr_attime()
/openbsd/src/gnu/gcc/gcc/
Dconflict.c302 int started; member
315 if (! context->started) in print_conflict()
318 context->started = 1; in print_conflict()
353 context.started = 0; in conflict_graph_print()
362 if (context.started) in conflict_graph_print()
/openbsd/src/gnu/llvm/lld/Common/
DFilesystem.cpp94 bool started = false; in unlinkAsync() local
98 started = true; in unlinkAsync()
107 cv.wait(l, [&] { return started; }); in unlinkAsync()
/openbsd/src/lib/libcrypto/bn/
Dbn_convert.c296 int started = 0; in BN_bn2dec() local
347 if (!started && c == '0') in BN_bn2dec()
351 started = 1; in BN_bn2dec()
354 if (!started) { in BN_bn2dec()
481 int started = 0; in bn_bn2hex_internal() local
509 if (!started && v == 0) in bn_bn2hex_internal()
511 if (started || !nibbles_only || (v >> 4) != 0) { in bn_bn2hex_internal()
517 started = 1; in bn_bn2hex_internal()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dconflict.c323 int started; member
339 if (! context->started)
342 context->started = 1;
378 context.started = 0;
387 if (context.started)
Dgthr-win32.h339 long started; member
472 if (InterlockedIncrement (&(once->started)) == 0) in __gthread_once()
/openbsd/src/gnu/usr.bin/perl/dist/threads/t/
Dfree.t68 $q->enqueue($tid, "Thread $tid started");
125 $q->enqueue($tid, "Thread $tid started");
171 $q->enqueue($tid, "Thread $tid started");
178 $q->enqueue($tid, "Thread $tid started");
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Darm-dis.c407 int started = 0; local
414 if (started)
416 started = 1;
1017 int started = 0; local
1027 if (started)
1029 started = 1;
1035 if (started)
1037 started = 1;
1043 if (started)
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_libcdep.cpp93 static bool started = false; in MaybeStartBackgroudThread() local
94 if (!started) { in MaybeStartBackgroudThread()
95 started = true; in MaybeStartBackgroudThread()
/openbsd/src/gnu/usr.bin/perl/t/op/
Dkill0_child4 # process that all PIDs are started in the process tree.
9 system('echo outer child started > "'.$ARGV[0].'"');
/openbsd/src/sys/dev/pci/drm/i915/gt/uc/
Dintel_guc_log.c528 log->relay.started = false; in intel_guc_log_init_early()
773 if (log->relay.started) in intel_guc_log_relay_start()
783 log->relay.started = true; in intel_guc_log_relay_start()
793 if (!log->relay.started) in intel_guc_log_relay_flush()
819 if (!log->relay.started) in guc_log_relay_stop()
826 log->relay.started = false; in guc_log_relay_stop()
842 if (log->relay.started) in intel_guc_log_handle_flush_event()
/openbsd/src/lib/libssl/
Dbs_cbb.c444 int started = 0; in CBB_add_asn1_uint64() local
467 if (!started) { in CBB_add_asn1_uint64()
479 started = 1; in CBB_add_asn1_uint64()
486 if (!started && !CBB_add_u8(&child, 0)) in CBB_add_asn1_uint64()
/openbsd/src/lib/libcrypto/evp/
De_chacha20poly1305.c387 int started; member
404 cpx->started = 0; in chacha20_poly1305_init()
447 if (!cpx->started) { in chacha20_poly1305_cipher()
477 cpx->started = 1; in chacha20_poly1305_cipher()
531 cpx->started = 0; in chacha20_poly1305_cipher()
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Darm-dis.c1844 int started = 0; in print_insn_arm() local
1851 if (started) in print_insn_arm()
1853 started = 1; in print_insn_arm()
2186 int started = 0; in print_insn_thumb16() local
2196 if (started) in print_insn_thumb16()
2198 started = 1; in print_insn_thumb16()
2204 if (started) in print_insn_thumb16()
2206 started = 1; in print_insn_thumb16()
2212 if (started) in print_insn_thumb16()
2619 int started = 0; in print_insn_thumb32() local
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/
Dyaml_late_plan3 ok - test suite started
/openbsd/src/sys/dev/pci/drm/i915/selftests/
Di915_sw_fence.c507 struct completion started; member
516 complete(&ipc->started); in task_ipc()
546 init_completion(&ipc.started); in test_ipc()
552 wait_for_completion(&ipc.started); in test_ipc()
/openbsd/src/usr.sbin/smtpd/
Dsmtpc.c410 static int started = 0; in resume() local
431 if (started == 0) { in resume()
432 started = 1; in resume()
/openbsd/src/usr.sbin/npppd/npppd/
Dnpppd_iface.h56 started:1; member
/openbsd/src/regress/usr.bin/mandoc/mdoc/Ux/
Deos.out_markdown13 When it dissolved, people started
Deos.out_ascii8 become BSD. When it dissolved, people started BSD/OS. And NetBSD. And
/openbsd/src/usr.bin/file/magdir/
Dnitpicker9 >6 bedate x started: %s

12345678910>>...15