/vbox/src/libs/xpcom18a4/python/src/ |
H A D | PyISimpleEnumerator.cpp | 72 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 D | MathLShiftS64.c | 25 ; Handle shifting of 64 or more bits (return 0)
|
H A D | MathRShiftU64.c | 25 ; Checking: Only handle 64bit shifting or more local
|
H A D | MathLShiftS64.S | 35 # Handle shifting of 64 or more bits (return 0)
|
H A D | MathRShiftU64.S | 36 # Checking: Only handle 64bit shifting or more
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/ |
H A D | llshl.c | 25 ; Handle shifting of 64 or more bits (return 0)
|
H A D | ullshr.c | 25 ; Checking: Only handle 64bit shifting or more local
|
H A D | ashrdi3.S | 36 # Checking: Only handle 64bit shifting or more
|
H A D | shldi3.S | 35 # Handle shifting of 64 or more bits (return 0)
|
/vbox/src/VBox/Additions/x11/x11include/libXdamage-1.1/X11/extensions/ |
H A D | Xdamage.h | 44 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 D | DLexer.h | 76 more: 173 /* MR1 */ add_erase==2 ? "more()" : 181 case 2: goto more;
|
H A D | dlgauto.h | 361 more: 460 case 2: goto more;
|
H A D | DLexerBase.h | 152 void more(void); /* keep lextext, look for another token */
|
H A D | DLexerBase.cpp | 164 more() function in class:DLGLexerBase
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | deflate.c | 19 * 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 D | build_libxml.com | 19 $! more new module additions
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileOS2.cpp | 721 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 D | nsLocalFileWin.cpp | 520 // 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 D | nsLocalFileUnix.cpp | 921 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 D | misc.c | 71 * 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 D | SUPLibTracerA.asm | 193 .more: 197 jnz .more
|
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | Print.h | 525 Bool more
|
/vbox/src/libs/xpcom18a4/xpcom/components/ |
H A D | nsNativeComponentLoader.cpp | 223 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 D | cidet-appA.asm | 236 ; 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 D | xptiInterfaceInfoManager.cpp | 213 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.
|