/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | os_Irix.s | 114 beq v0,0,done 120 beq v0,0,done 129 done: label
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/pid/ |
H A D | tst.ret.s | 100 ALTENTRY(done) function 102 SET_SIZE(done)
|
/vbox/src/VBox/Devices/PC/ipxe/src/tests/ |
H A D | bofm_test.c | 41 struct bofm_section_header done; member in struct:__anon15806 60 .done = { 70 struct bofm_section_header done; member in struct:__anon15807 90 .done = {
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestDrop.java | 42 static AtomicBoolean done = new AtomicBoolean(); field in class:TestDrop 55 done.set(true); 64 while (consumer.isRunning() && !done.get()) {
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | fcns.c | 60 int ( * done ) ( struct fc_peer *peer, struct fc_port *port, member in struct:fc_ns_query 113 goto done; 124 goto done; 130 if ( ( rc = query->done ( query->peer, query->port, 132 goto done; 143 goto done; 147 done: 218 int ( * done ) ( struct fc_peer *peer, struct fc_port *port, 232 query->done = done; [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIMainDialog.cpp | 329 void QIMainDialog::done(QDialog::DialogCode enmResult) function in class:QIMainDialog
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
H A D | dlg.h | 83 int done; variable
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | res_query.c | 249 int done = 0; local 252 *domain && !done; 293 /* anything else implies that we're done */ 294 done++; 301 done++;
|
H A D | res_update.c | 125 newgroup, done, myzone, seen_before, numzones = 0; local 141 done = 0; 144 while (!done && dname) { 172 done = 1; 178 tmpzptr && !done; 187 done = 1; 191 if (done) 332 done = 1; 476 done = 1; 479 done [all...] |
H A D | res_send.c | 374 int done = 0, loops = 0; local 383 done = 1; 400 } while (!done); 875 int done = 0, loops = 0; local 885 done = 1; 900 } while (!done);
|
/vbox/src/libs/zlib-1.2.6/examples/ |
H A D | enough.c | 147 /* The array for tracking visited states, done[], is itself indexed identically 162 vectors grow to total approximately 21 MB, in addition to the 4.3 MB done[] 170 local size_t size; /* number of elements in num and done */ 173 local struct tab *done; /* states already evaluated array */ variable in typeref:struct:tab 175 /* Index function for num[] and done[] */ 178 /* Free allocated space. Uses globals code, num, and done. */ 183 if (done != NULL) { 185 if (done[n].len) 186 free(done[n].vec); 187 free(done); [all...] |
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/ |
H A D | readpng2.h | 74 int done; member in struct:_mainprog_info
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | lex.c | 655 int firstTime = 1, done = 0; local 659 while ( !done ) 662 done = DumpNextNameInDef(&pdecl, output);
|
H A D | bits.c | 473 int max, done = 0; local 480 while ( !done ) 500 else done = 1;
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIPopupPane.cpp | 59 done(m_pButtonPane->escapeButton()); 192 done(iButtonID); 439 void UIPopupPane::done(int iResultCode) function in class:UIPopupPane
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/ |
H A D | prrwlock.c | 481 int new_index = 0, index, done = 0; local 489 if ((lock_stack->trs_stack[index] == rwlock) && !done) { 494 done = 1; 502 if (done && new_index)
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsCRT.cpp | 394 const char* done = s + len; local 396 while ( s < done ) 405 const PRUnichar* done = s + len; local 407 while ( s < done )
|
/vbox/src/libs/xpcom18a4/xpcom/string/src/ |
H A D | nsTStringObsolete.cpp | 140 // it's a shame to replicate this code. it was done this way in the past 160 PRBool done=PR_FALSE; local 162 while((cp<endcp) && (!done)){ 167 done=PR_TRUE; 171 done=PR_TRUE; 184 if (done) {
|
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/ |
H A D | subr_sbuf.c | 365 size_t done; local 379 switch (copyinstr(uaddr, s->s_buf + s->s_len, len + 1, &done)) { 384 s->s_len += done - 1; 390 return (done);
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/ |
H A D | ata.c | 167 void ( * done ) ( struct ata_command *atacmd, int rc ); member in struct:ata_command_type 270 atacmd->type->done ( atacmd, rc ); 328 .done = atacmd_close, 338 .done = atacmd_close, 414 .done = atacmd_identify_done,
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | threads.c | 153 DWORD done; member in struct:__anon17107 894 if (!run_once.done) { 901 run_once.done = 1; 905 * wait until they're done. */ 906 while (!run_once.done)
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/ |
H A D | macdll.c | 96 Boolean done; local 113 done = (endCurLibPath == NULL); 133 if (!done) 159 } while (!done); 379 goto done; 418 done: 447 goto done; 492 done:
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | testfile.c | 578 PRInt32 done; member in struct:dirtest_arg 598 thrarg.done= 0; 611 while (!thrarg.done) 936 tinfo->done = 1;
|
/vbox/src/recompiler/ |
H A D | cutils.c | 361 * When partitioning is done, we may not have the same pivot 407 /* break if we are done partitioning */ 676 size_t done; local 680 done = 0; 681 for (i = 0; (i < src->niov) && (done != size); i++) { 682 if (done + src->iov[i].iov_len > size) { 683 qemu_iovec_add(dst, src->iov[i].iov_base, size - done); 688 done += src->iov[i].iov_len;
|
/vbox/src/VBox/NetworkServices/DHCP/ |
H A D | VBoxNetDHCP.cpp | 95 void done(); 307 void VBoxNetDhcp::done() function in class:VBoxNetDhcp 671 pDhcp->done();
|