| /vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
| H A D | UIDnDEnumFormat_win.h | 37 STDMETHOD(Skip)(ULONG cFormats);
|
| H A D | UIDnDEnumFormat_win.cpp | 134 STDMETHODIMP UIDnDEnumFormatEtc::Skip(ULONG cFormats) function in class:UIDnDEnumFormatEtc
|
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
| H A D | mediaobj.idl | 69 HRESULT Skip(
|
| H A D | msident.idl | 80 HRESULT Skip([in] ULONG celt);
|
| H A D | comcat.idl | 71 HRESULT Skip( 105 HRESULT Skip(
|
| H A D | urlhist.idl | 77 HRESULT Skip([in] ULONG celt);
|
| H A D | bits.idl | 88 HRESULT Skip( 341 HRESULT Skip(
|
| H A D | pstore.idl | 117 HRESULT Skip( 138 HRESULT Skip(
|
| H A D | axcore.idl | 172 HRESULT Skip( 197 HRESULT Skip( 259 HRESULT Skip(
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
| H A D | mediaobj.idl | 74 HRESULT Skip(
|
| H A D | comcat.idl | 71 HRESULT Skip( 105 HRESULT Skip(
|
| H A D | urlhist.idl | 70 HRESULT Skip([in] ULONG celt);
|
| H A D | bits.idl | 88 HRESULT Skip( 341 HRESULT Skip(
|
| H A D | pstore.idl | 116 HRESULT Skip( 137 HRESULT Skip(
|
| /vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/ |
| H A D | Ui.c | 160 if (MenuOption->Skip != 0) { 728 MenuOption->Skip = 1; 730 MenuOption->Skip = NumberOfLines; 1441 // If there is more string to process print on the next row and increment the Skip value 1452 if ((Row - OriginalRow) >= MenuOption->Skip) { 1453 MenuOption->Skip++; 1565 if ((UINTN) Distance + NextMenuOption->Skip > GapToTop) { 1569 Distance += NextMenuOption->Skip; 1585 if ((UINTN) Distance + NextMenuOption->Skip > GapToTop) { 1589 Distance += NextMenuOption->Skip; [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/ |
| H A D | InfPomAlignment.py | 59 # Skip means that UPT don't care the syntax of INF, this may be the not 63 def __init__(self, FileName, WorkSpace=None, PackagePath='', Skip=False): 80 if Skip: 83 self._GenInfPomObjects(Skip) 86 self._GenInfPomObjects(Skip) 92 def _GenInfPomObjects(self, Skip): 106 self._GenPackages(Skip) 114 self._GenMiscFiles(self.FullPath, Skip) 505 def _GenPackages(self, Skip): 529 elif Skip [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
| H A D | LzFind.h | 96 Mf_Skip_Func Skip; member in struct:_IMatchFinder
|
| H A D | Types.h | 170 SRes (*Skip)(void *p, size_t offset); member in struct:__anon10469
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
| H A D | LzFind.h | 96 Mf_Skip_Func Skip; member in struct:_IMatchFinder
|
| H A D | 7zStream.c | 47 return stream->Skip(stream, *size); 139 p->s.Skip = LookToRead_Skip;
|
| H A D | Types.h | 147 SRes (*Skip)(void *p, size_t offset); member in struct:__anon10248
|
| /vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/ |
| H A D | EfiShellEnvironment2.h | 601 SKIP_HANDLE Skip; ///< The pointer to SKIP_HANDLE function. member in struct:__anon12771 723 SKIP_PROTOCOL_INFO Skip; ///< The pointer to SKIP_PROTOCOL_INFO function. member in struct:__anon12773
|
| /vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/ |
| H A D | NetBuffer.c | 1243 UINT32 Skip; local 1263 // Skip to the offset. Don't make "Offset-By-One" error here. 1288 Skip = Offset - Cur; 1289 Left = BlockOp[Index].Size - Skip; 1292 CopyMem (Dest, BlockOp[Index].Head + Skip, Len); 1296 CopyMem (Dest, BlockOp[Index].Head + Skip, Left); 1482 UINT32 Skip; local 1519 Skip = Offset - Cur; 1520 Left = Nbuf->TotalSize - Skip; 1523 return NetbufCopy (Nbuf, Skip, Le [all...] |
| /vbox/src/VBox/Runtime/common/math/ |
| H A D | bignum-amd64-x86.asm | 73 cmp cUsed, 8 ; Skip the big loop if small number. 112 jmp .small_loop ; Skip CF=1 (clc). 145 cmp cUsed, 8 ; Skip the big loop if small number. 184 jmp .small_loop ; Skip CF=1 (clc). 253 cmp cUsed, 8 ; Skip the big loop if small number. 284 jmp .small_loop ; Skip CF=1 (clc). 313 cmp cUsed, 8 ; Skip the big loop if small number. 344 jmp .small_loop ; Skip CF=1 (clc).
|
| /vbox/src/VBox/Additions/WINNT/VBoxTray/ |
| H A D | VBoxDnDEnumFormat.cpp | 136 STDMETHODIMP VBoxDnDEnumFormatEtc::Skip(ULONG cFormats) function in class:VBoxDnDEnumFormatEtc
|