Home
last modified time | relevance | path

Searched refs:finished (Results 1 – 25 of 547) sorted by relevance

12345678910>>...22

/netbsd-src/external/mit/libuv/dist/docs/
H A Dmake.bat68 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
76 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
84 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
92 echo.Build finished; now you can process the pickle files.
100 echo.Build finished; now you can process the JSON files.
108 echo.Build finished; now you can run HTML Help Workshop with the ^
117 echo.Build finished; now you can run "qcollectiongenerator" with the ^
129 echo.Build finished.
137 echo.Build finished. The epub file is in %BUILDDIR%/epub.
145 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
[all …]
H A DMakefile58 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
66 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
71 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
76 @echo "Build finished; now you can process the pickle files."
81 @echo "Build finished; now you can process the JSON files."
86 @echo "Build finished; now you can run HTML Help Workshop with the" \
92 @echo "Build finished; now you can run "qcollectiongenerator" with the" \
/netbsd-src/external/mit/libcbor/dist/doc/
H A Dmake.bat67 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
75 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
83 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
91 echo.Build finished; now you can process the pickle files.
99 echo.Build finished; now you can process the JSON files.
107 echo.Build finished; now you can run HTML Help Workshop with the ^
116 echo.Build finished; now you can run "qcollectiongenerator" with the ^
128 echo.Build finished.
136 echo.Build finished. The epub file is in %BUILDDIR%/epub.
144 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
[all …]
H A DMakefile55 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
60 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
65 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
70 @echo "Build finished; now you can process the pickle files."
75 @echo "Build finished; now you can process the JSON files."
80 @echo "Build finished; now you can run HTML Help Workshop with the" \
86 @echo "Build finished; now you can run "qcollectiongenerator" with the" \
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A Dmake.bat51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
112 echo.Build finished.
120 echo.Build finished. The epub file is in %BUILDDIR%/epub.
128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dmake.bat51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
112 echo.Build finished.
120 echo.Build finished. The epub file is in %BUILDDIR%/epub.
128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A Dmake.bat51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
112 echo.Build finished.
120 echo.Build finished. The epub file is in %BUILDDIR%/epub.
128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dformat.c634 goto finished; in parse_format_list()
641 goto finished; in parse_format_list()
645 goto finished; in parse_format_list()
661 goto finished; in parse_format_list()
689 goto finished; in parse_format_list()
699 goto finished; in parse_format_list()
719 goto finished; in parse_format_list()
727 goto finished; in parse_format_list()
806 goto finished; in parse_format_list()
835 goto finished; in parse_format_list()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dformat.c634 goto finished; in parse_format_list()
641 goto finished; in parse_format_list()
645 goto finished; in parse_format_list()
661 goto finished; in parse_format_list()
689 goto finished; in parse_format_list()
699 goto finished; in parse_format_list()
719 goto finished; in parse_format_list()
727 goto finished; in parse_format_list()
806 goto finished; in parse_format_list()
835 goto finished; in parse_format_list()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_job.c117 f = job->base.s_fence ? &job->base.s_fence->finished : job->fence; in amdgpu_job_free_resources()
161 *f = dma_fence_get(&job->base.s_fence->finished); in amdgpu_job_submit()
208 &job->base.s_fence->finished, in amdgpu_job_dependency()
222 struct dma_fence *fence = NULL, *finished; in amdgpu_job_run() local
227 finished = &job->base.s_fence->finished; in amdgpu_job_run()
234 dma_fence_set_error(finished, -ECANCELED);/* skip IB as well if VRAM lost */ in amdgpu_job_run()
236 if (finished->error < 0) { in amdgpu_job_run()
276 dma_fence_set_error(&s_fence->finished, -EHWPOISON); in amdgpu_job_stop_all_jobs_on_sched()
277 dma_fence_signal(&s_fence->finished); in amdgpu_job_stop_all_jobs_on_sched()
287 dma_fence_set_error(&s_fence->finished, -EHWPOISON); in amdgpu_job_stop_all_jobs_on_sched()
[all …]
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dpolldaemon.c104 int *finished) in _check_lv_status() argument
110 *finished = 1; in _check_lv_status()
128 *finished = 0; in _check_lv_status()
148 *finished = 0; /* Another segment */ in _check_lv_status()
159 int finished = 0; in _wait_for_single_lv() local
162 while (!finished) { in _wait_for_single_lv()
188 if (!_check_lv_status(cmd, vg, lv, name, parms, &finished)) { in _wait_for_single_lv()
206 int finished; in _poll_vg() local
216 if (_check_lv_status(cmd, vg, lv, name, parms, &finished) && in _poll_vg()
217 !finished) in _poll_vg()
/netbsd-src/sys/external/bsd/drm/dist/scripts/
H A Dcreate_linux_pci_lists.sh8 finished=0
20 if [ "$finished" = "0" ]; then
21 finished=1
33 finished=0
38 if [ "$finished" = "0" ]; then
H A Dcreate_bsd_pci_lists.sh8 finished=0
20 if [ "$finished" = "0" ]; then
21 finished=1
33 finished=0
38 if [ "$finished" = "0" ]; then
/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexMain.c101 int finished; /* -1 : don't care, 0 : false, 1 : true. */ member
113 int begin, end, id, finished; in run_tests() local
169 finished = regex_is_match_finished(match); in run_tests()
177 if (test->finished != -1 && test->finished != !!finished) { in run_tests()
188 finished = regex_is_match_finished(match); in run_tests()
197 if (test->finished != -1 && test->finished != !!finished) { in run_tests()
/netbsd-src/sys/external/bsd/drm2/dist/drm/scheduler/
H A Dsched_fence.c75 int ret = dma_fence_signal(&fence->finished); in drm_sched_fence_finished()
78 DMA_FENCE_TRACE(&fence->finished, in drm_sched_fence_finished()
81 DMA_FENCE_TRACE(&fence->finished, in drm_sched_fence_finished()
126 call_rcu(&fence->finished.rcu, drm_sched_fence_free); in drm_sched_fence_release_scheduled()
161 return container_of(f, struct drm_sched_fence, finished); in to_drm_sched_fence()
184 dma_fence_init(&fence->finished, &drm_sched_fence_ops_finished, in drm_sched_fence_create()
H A Dsched_main.c441 dma_fence_wait(&s_job->s_fence->finished, false); in drm_sched_stop()
536 dma_fence_set_error(&s_fence->finished, -ECANCELED); in drm_sched_resubmit_jobs()
543 dma_fence_set_error(&s_fence->finished, PTR_ERR(fence)); in drm_sched_resubmit_jobs()
600 dma_fence_put(&job->s_fence->finished); in drm_sched_job_cleanup()
710 if (job && dma_fence_is_signaled(&job->s_fence->finished)) { in drm_sched_get_cleanup_job()
812 dma_fence_set_error(&s_fence->finished, PTR_ERR(fence)); in drm_sched_main()
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
H A Ddes_enc-sparc.S134 ! the previous round is finished.
317 xor in5, local1, in5 ! 1 finished, local1 now sbox 7
329 xor in5, local2, in5 ! 2 finished local2 now sbox 6
333 xor in5, local3, in5 ! 3 finished local3 now sbox 5
341 xor in5, local4, in5 ! 4 finished
345 xor in5, local0, in5 ! 8 finished
348 xor in5, local2, in5 ! 6 finished
353 xor in5, local1, in5 ! 7 finished
356 xor in5, local3, in5 ! 5 finished
372 xor out5, local2, out5 ! 5 finished local2 used
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc64/
H A Ddes_enc-sparc.S136 ! the previous round is finished.
319 xor in5, local1, in5 ! 1 finished, local1 now sbox 7
331 xor in5, local2, in5 ! 2 finished local2 now sbox 6
335 xor in5, local3, in5 ! 3 finished local3 now sbox 5
343 xor in5, local4, in5 ! 4 finished
347 xor in5, local0, in5 ! 8 finished
350 xor in5, local2, in5 ! 6 finished
355 xor in5, local1, in5 ! 7 finished
358 xor in5, local3, in5 ! 5 finished
374 xor out5, local2, out5 ! 5 finished local2 used
[all …]
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
H A Ddes_enc-sparc.S134 ! the previous round is finished.
317 xor in5, local1, in5 ! 1 finished, local1 now sbox 7
329 xor in5, local2, in5 ! 2 finished local2 now sbox 6
333 xor in5, local3, in5 ! 3 finished local3 now sbox 5
341 xor in5, local4, in5 ! 4 finished
345 xor in5, local0, in5 ! 8 finished
348 xor in5, local2, in5 ! 6 finished
353 xor in5, local1, in5 ! 7 finished
356 xor in5, local3, in5 ! 5 finished
372 xor out5, local2, out5 ! 5 finished local2 used
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc/
H A Ddes_enc-sparc.S136 ! the previous round is finished.
319 xor in5, local1, in5 ! 1 finished, local1 now sbox 7
331 xor in5, local2, in5 ! 2 finished local2 now sbox 6
335 xor in5, local3, in5 ! 3 finished local3 now sbox 5
343 xor in5, local4, in5 ! 4 finished
347 xor in5, local0, in5 ! 8 finished
350 xor in5, local2, in5 ! 6 finished
355 xor in5, local1, in5 ! 7 finished
358 xor in5, local3, in5 ! 5 finished
374 xor out5, local2, out5 ! 5 finished local2 used
[all …]
/netbsd-src/sys/arch/alpha/alpha/
H A Dqemu.c86 const unsigned long finished = base + nsec; in qemu_delay() local
87 KASSERT(finished > base); in qemu_delay()
92 while ((now = qemu_get_vmtime()) < finished) { in qemu_delay()
97 if (finished - now > qemu_nsec_per_tick) { in qemu_delay()
/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dtexi2dvi710 finished=t
718 finished=
728 test "x$orig_xref_files" != "x$new_xref_files" && finished=
732 if test -n "$finished"; then
740 finished=
749 test -n "$finished" && break
/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/
H A Doutqueue.c123 buf->finished = false; in lzma_outq_get_buf()
142 return outq->bufs[i].finished; in lzma_outq_is_readable()
164 if (!buf->finished) in lzma_outq_read()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/des/asm/
H A Ddes_enc.m4245 ! the previous round is finished.
314 xor $1, local1, $1 ! 1 finished, local1 now sbox 7
326 xor $1, local2, $1 ! 2 finished local2 now sbox 6
330 xor $1, local3, $1 ! 3 finished local3 now sbox 5
338 xor $1, local4, $1 ! 4 finished
342 xor $1, local0, $1 ! 8 finished
345 xor $1, local2, $1 ! 6 finished
350 xor $1, local1, $1 ! 7 finished
353 xor $1, local3, $1 ! 5 finished
369 xor $2, local2, $2 ! 5 finished local2 used
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/des/asm/
H A Ddes_enc.m4243 ! the previous round is finished.
312 xor $1, local1, $1 ! 1 finished, local1 now sbox 7
324 xor $1, local2, $1 ! 2 finished local2 now sbox 6
328 xor $1, local3, $1 ! 3 finished local3 now sbox 5
336 xor $1, local4, $1 ! 4 finished
340 xor $1, local0, $1 ! 8 finished
343 xor $1, local2, $1 ! 6 finished
348 xor $1, local1, $1 ! 7 finished
351 xor $1, local3, $1 ! 5 finished
367 xor $2, local2, $2 ! 5 finished local2 used
[all …]

12345678910>>...22