Searched refs:more (Results 1 - 25 of 45) sorted by relevance

12

/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/CryptoPkg/Library/BaseCryptLib/SysCall/Ia32/
H A DMathLShiftS64.c25 ; Handle shifting of 64 or more bits (return 0)
H A DMathRShiftU64.c25 ; Checking: Only handle 64bit shifting or more local
H A DMathLShiftS64.S35 # Handle shifting of 64 or more bits (return 0)
H A DMathRShiftU64.S36 # Checking: Only handle 64bit shifting or more
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/
H A Dllshl.c25 ; Handle shifting of 64 or more bits (return 0)
H A Dullshr.c25 ; Checking: Only handle 64bit shifting or more local
H A Dashrdi3.S36 # Checking: Only handle 64bit shifting or more
H A Dshldi3.S35 # Handle shifting of 64 or more bits (return 0)
/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/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexer.h76 more:
173 /* MR1 */ add_erase==2 ? "more()" :
181 case 2: goto more;
H A Ddlgauto.h361 more:
460 case 2: goto more;
H A DDLexerBase.h152 void more(void); /* keep lextext, look for another token */
H A DDLexerBase.cpp164 more() function in class:DLGLexerBase
/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/libxml2-2.6.31/vms/
H A Dbuild_libxml.com19 $! more new module additions
/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...]
H A DnsLocalFileUnix.cpp921 PRBool more;
922 while (dir->HasMoreElements(&more), more) {
1403 // which implies that it has more components after len.
/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/VBox/HostDrivers/Support/
H A DSUPLibTracerA.asm193 .more:
197 jnz .more
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DPrint.h525 Bool more
/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/VBox/ValidationKit/utils/cpu/
H A Dcidet-appA.asm236 ; make a choice whether the SS:ESP is more important than EFLAGS.
271 ; C callable version of CidetAppSaveAndRestoreCtx more or less.
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfoManager.cpp213 PRBool more;
214 while(NS_SUCCEEDED(fileList->HasMoreElements(&more)) && more)
257 // for more info. on GREs
2089 // The manager is no more. Remove the element.

Completed in 489 milliseconds

12