Searched defs:loop (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.circstack.s38 loop: label
40 jmp loop
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.s37 loop: label
40 ba loop
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Makefiles/
H A DNmakeSubdirs.bat18 :loop label
29 goto loop
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/
H A Dtoolsetup.bat33 :loop label
38 goto loop
43 goto loop
48 goto loop
53 goto loop
60 goto loop
65 goto loop
77 goto loop
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestObserverService.cpp154 PRBool loop = PR_TRUE; local
155 while( NS_SUCCEEDED(e->HasMoreElements(&loop)) && loop)
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dpriotest.c73 PRUint32 loop = 0; local
75 loop += 1;
76 return loop;
217 PRIntn loop = 5; local
218 while (loop--) PR_Sleep(oneSecond);
H A Dwritev.c69 PRInt32 tmo_counted = 0, iov_index, loop, bytes, number_fragments; local
147 for (loop = 0; loop < messages; ++loop)
150 PR_fprintf(debug, "[%d]socket ... ", loop);
161 descriptor.length = (loop < (messages - 1)) ? message_length : 0;
H A Dbigfile.c137 PRInt32 loop, bytes; local
169 case 'c': /* loop counter */
201 for (loop = 0; loop < BUFFER_SIZE; ++loop) buffer[loop] = (char)loop;
H A Dtmoacc.c93 PRIntn toread, byte, bytes, loop = 0; local
100 PR_fprintf(shared->debug, "[%d]accepting ... ", loop++);
H A Dtmocon.c164 PRInt32 loop, bytes, flags = 0; local
183 for (loop = 0; loop < shared->messages; ++loop)
186 PR_fprintf(debug_out, "[%d]socket ... ", loop);
208 PRInt32 descriptor_length = (loop < (shared->messages - 1)) ?
250 if ((loop == 0) && (PR_GetError() == PR_CONNECT_REFUSED_ERROR))
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIFileDialog.cpp181 * stores result information and exits the given local event loop.
313 /* Local event loop to run while waiting for the result from another
315 QEventLoop loop; local
318 LoopObject loopObject ((QEvent::Type) GetExistDirectoryEvent::TypeId, loop);
322 loop.exec();
522 /* Local event loop to run while waiting for the result from another
524 QEventLoop loop; local
527 LoopObject loopObject ((QEvent::Type) GetOpenFileNameEvent::TypeId, loop);
534 loop.exec();
778 /* Local event loop t
780 QEventLoop loop; local
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlwriter.c2948 int loop; local
2958 loop = 1;
2959 while (loop) {
3002 loop = 0;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c177 unsigned int loop; member in union:control_frame::__anon1995
1058 * 1) Use the unrolling code that is used for loop emulation and unroll the loop.
1059 * That means trouble if the loop also contains a breakc or if the control values
1076 * proper varyings, or loop unrolling
1085 /* D3D supports indirect addressing only with aL in loop registers. The loop instruction
1224 /* Pshader has an implicitly declared loop index counter A0.x that cannot be renamed */
2878 shader_addline(buffer, "BRA loop_%u_end (LE.x);\n", control_frame->no.loop);
2879 shader_addline(buffer, "loop_%u_start:\n", control_frame->no.loop);
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c151 unsigned int loop; member in union:control_frame::__anon1950
927 * 1) Use the unrolling code that is used for loop emulation and unroll the loop.
928 * That means trouble if the loop also contains a breakc or if the control values
945 * proper varyings, or loop unrolling
954 /* D3D supports indirect addressing only with aL in loop registers. The loop instruction
1098 /* Pshader has an implicitly declared loop index counter A0.x that cannot be renamed */
2686 shader_addline(buffer, "BRA loop_%u_end (LE.x);\n", control_frame->no.loop);
2687 shader_addline(buffer, "loop_%u_start:\n", control_frame->no.loop);
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 97 milliseconds