Searched refs:done (Results 26 - 50 of 80) sorted by relevance

1234

/fuchsia/zircon/system/dev/audio/intel-hda/dsp/
H A Dintel-dsp-ipc.h36 return done && reply.status() == MsgStatus::IPC_SUCCESS;
42 bool done = false; member in class:audio::intel_hda::IntelDspIpc::Txn
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dintscan.c69 goto done;
91 done:
/fuchsia/zircon/make/
H A Dmodule-fidl.mk57 for i in $(_SRCS) ; do echo $$i >> $@ ; done ;\
58 for i in $(_DEPS) ; do echo $$i >> $@ ; done
H A Dhelp.mk68 done
/fuchsia/zircon/system/dev/gpio/gpio-test/
H A Dgpio-test.c31 bool done; member in struct:__anon367
45 gpio_test->done = true;
72 while (!gpio_test->done) {
135 while (!gpio_test->done) {
/fuchsia/zircon/third_party/lib/acpica/source/components/utilities/
H A Dutclib.c626 goto done;
663 goto done;
669 goto done;
692 done:
/fuchsia/zircon/kernel/arch/arm64/
H A Dmexec.S121 // we can return because there's nothing to be done.
123 beq .done
155 .done:
/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_cond_timedwait.c138 goto done;
162 done:
/fuchsia/zircon/system/host/bootserver/
H A Dtftp.c234 goto done;
239 goto done;
246 goto done;
279 done:
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dprintf.c96 int done; local
101 done = conv_escape_str(s, &p);
118 return done;
/fuchsia/zircon/system/core/devmgr/
H A Dfshost.cpp180 goto done;
184 goto done;
188 goto done;
209 goto done;
255 done:
H A Ddevhost.cpp153 goto done;
161 goto done;
168 goto done;
173 goto done;
180 goto done;
219 done:
/fuchsia/zircon/third_party/uapp/dash/src/
H A Doptions.c438 int done = 0; local
452 /* Current word is done, advance */
457 done = 1;
515 return done;
H A Dmknodes.c69 int done; /* set if fully parsed */ member in struct:str
106 * constant if this is done at compile time.
135 curstr->done = 1;
165 if (curstr == NULL || curstr->done)
/fuchsia/zircon/system/core/crashanalyzer/
H A Dcrashanalyzer.cpp401 goto done;
410 goto done;
414 goto done;
419 done:
/fuchsia/zircon/system/host/h2md/
H A Dh2md.c326 goto done;
331 done:
/fuchsia/zircon/system/utest/fidl-compiler/
H A Drules.mk58 done && \
/fuchsia/zircon/system/core/netsvc/
H A Dtftp.c121 goto done;
129 done:
168 goto done;
176 goto done;
187 done:
283 // may be done with it first so we use a refcount to decide when to deallocate it
/fuchsia/zircon/system/uapp/gpt/
H A Dgpt.c184 goto done;
192 goto done;
200 done:
397 * fd_out after it is done using the GPT information.
476 goto done;
482 goto done;
497 goto done;
505 done:
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/cipher_extra/
H A De_aesgcmsiv.c616 for (size_t done = 0; done < in_len;) {
622 if (in_len - done < todo) {
623 todo = in_len - done;
627 out[done + i] = keystream[i] ^ in[done + i];
630 done += todo;
/fuchsia/zircon/system/dev/block/block/
H A Dblock.c150 goto done;
155 goto done;
159 done:
342 // Otherwise, it'll free blkdev's memory when it's done,
/fuchsia/zircon/system/ulib/loader-service/
H A Dloader-service.c349 // service from being destroyed before its creator is done with it.
381 goto done;
387 goto done;
401 done:
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-units.cpp88 size_t done = 0; local
90 zx_deadline_after(kRelativeTimeout), &done);
91 if ((status == ZX_OK) && (done != len)) {
99 type_name(), id(), code, val, index(), len, done, status);
375 // If volume control is done at the per-channel level, make sure that all of
457 // All done! Declare success and get out.
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfde.c203 goto done;
207 done:
/fuchsia/zircon/system/dev/input/hid/
H A Dhid.c524 goto done;
532 goto done;
540 goto done;
564 goto done;
570 goto done;
582 done:

Completed in 117 milliseconds

1234