Home
last modified time | relevance | path

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

12345678910>>...15

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A 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/gnu/llvm/libcxx/docs/Status/
H A DRangesAlgorithms.csv3 C++23,`find_last <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
4 C++23,`find_last_if <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
5 C++23,`find_last_if_not <https://wg21.link/P1223R5>`_,Unassigned,No patch yet,Not started
6 C++23,`starts_with <https://wg21.link/P1659R3>`_,Unassigned,No patch yet,Not started
7 C++23,`ends_with <https://wg21.link/P1659R3>`_,Unassigned,No patch yet,Not started
8 C++23,`shift_left <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
9 C++23,`shift_right <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
10 C++23,`iota (algorithm) <https://wg21.link/p2440r1>`_,Unassigned,No patch yet,Not started
11 C++23,`fold <https://wg21.link/p2322r5>`_,Unassigned,No patch yet,Not started
12 C++23,`contains <https://wg21.link/p2302r2>`_,Unassigned,No patch yet,Not started
H A DRangesViews.csv25 C++23,`repeat <https://wg21.link/P2474R2>`_,Unassigned,No patch yet,Not started
26 C++23,`cartesian_product <https://wg21.link/P2374R4>`_,Unassigned,No patch yet,Not started
28 C++23,`zip_transform <https://wg21.link/P2321R2>`_,Hui Xie,No patch yet,Not started
29 C++23,`adjacent <https://wg21.link/P2321R2>`_,Hui Xie,No patch yet,Not started
30 C++23,`adjacent_transform <https://wg21.link/P2321R2>`_,Hui Xie,No patch yet,Not started
31 C++23,`join_with <https://wg21.link/P2441R2>`_,Unassigned,No patch yet,Not started
32 C++23,`slide <https://wg21.link/P2442R1>`_,Unassigned,No patch yet,Not started
33 C++23,`chunk <https://wg21.link/P2442R1>`_,Unassigned,No patch yet,Not started
34 C++23,`chunk_by <https://wg21.link/P2443R1>`_,Unassigned,No patch yet,Not started
35 C++23,`as_const <https://wg21.link/P2278R4>`_,Unassigned,No patch yet,Not started
[all …]
H A DRangesMajorFeatures.csv2 C++23,`ranges::to <https://wg21.link/P1206R7>`_,Unassigned,No patch yet,Not started
3 …t for user-defined range adaptors <https://wg21.link/P2387R3>`_,Unassigned,No patch yet,Not started
/openbsd-src/lib/libsndio/
H A 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 …]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A 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/
H A 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/
H A 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/
H A 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/
H A Dbn_convert.c296 int started = 0; in BN_asc2bn()
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_dec2bn()
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()
310 int started = 0; BN_bn2dec() local
495 int started = 0; bn_bn2hex_internal() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dconflict.c323 int started; member
339 if (! context->started)
342 context->started = 1;
378 context.started = 0;
387 if (context.started)
H A Dgthr-win32.h339 long started; member
472 if (InterlockedIncrement (&(once->started)) == 0) in __gthread_once()
/openbsd-src/gnu/usr.bin/perl/dist/threads/t/
H A 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/
H A 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/
H A 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/
H A 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/
H A 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/
H A 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/bytestring/
H A 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/
H A 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/
H A 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/
H A Dyaml_late_plan3 ok - test suite started
/openbsd-src/sys/dev/pci/drm/i915/selftests/
H A 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/
H A 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/
H A Dnpppd_iface.h56 started:1; member

12345678910>>...15