Searched defs:more (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/Ia32/
H A DMathRShiftU64.c25 ; Checking: Only handle 64bit shifting or more local
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/
H A Dullshr.c25 ; Checking: Only handle 64bit shifting or more local
/vbox/src/VBox/Additions/x11/x11include/libXdamage-1.1/X11/extensions/
H A DXdamage.h44 Bool more; /* more events will be delivered immediately */ member in struct:__anon3582
/vbox/src/libs/xpcom18a4/python/src/
H A DPyISimpleEnumerator.cpp72 PRBool more; local
74 r = pI->HasMoreElements(&more);
78 return PyInt_FromLong(more);
144 PRBool more; local
147 r = pI->HasMoreElements(&more);
150 if (!more)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexerBase.cpp164 more() function in class:DLGLexerBase
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmisc.c71 * add token 't' to the TokenStr/Expr array. Make more room if necessary.
91 int i, more, j; local
93 more = TSChunk * (1 + ((TokenNum-tsize) / TSChunk));
94 tsize += more;
102 for (p= &lclass[i].exprs[tsize-more],j=1; j<=more; j++) *p++ = NULL;
104 for (p= &TokenStr[tsize-more],i=1; i<=more; i++) *p++ = NULL;
134 * BTW, we need multiple ExprStr arrays because more than one automaton
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsNativeComponentLoader.cpp223 PRBool more = PR_FALSE; local
225 rv = dirIterator->HasMoreElements(&more);
227 while (more == PR_TRUE)
255 rv = dirIterator->HasMoreElements(&more);
/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.c19 * is preferable to spend more time in matches to allow very fast string
25 * A previous version of this file used a more sophisticated algorithm
27 * time, but has a larger average cost, uses more memory and is patented.
67 need_more, /* block not completed, need more input or more output */
69 finish_started, /* finish started, need only more output at next deflate */
70 finish_done /* finish done, accept no more input or output */
559 * This function could be more sophisticated to provide closer upper bounds for
872 * more output space, but possibly with both pending and
890 /* User must not provide more inpu
1393 unsigned more; /* Amount of free space at the end of the window. */ local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp721 PRBool more; local
722 iterator->HasMoreElements(&more);
723 while (more)
742 iterator->HasMoreElements(&more);
848 PRBool more; local
849 iterator->HasMoreElements(&more);
850 while (more)
859 iterator->HasMoreElements(&more);
H A DnsLocalFileWin.cpp520 // there is nothing more that can be done
1219 PRBool more; local
1220 targetIterator->HasMoreElements(&more);
1222 if (more)
1234 PRBool more; local
1235 while (NS_SUCCEEDED(dirEnum.HasMoreElements(&more)) && more)
1397 PRBool more;
1398 while (NS_SUCCEEDED(dirEnum.HasMoreElements(&more)) && more)
[all...]

Completed in 97 milliseconds