Searched refs:Skip (Results 1 - 25 of 85) sorted by relevance

1234

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDEnumFormat_win.h37 STDMETHOD(Skip)(ULONG cFormats);
H A DUIDnDEnumFormat_win.cpp134 STDMETHODIMP UIDnDEnumFormatEtc::Skip(ULONG cFormats) function in class:UIDnDEnumFormatEtc
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmediaobj.idl69 HRESULT Skip(
H A Dmsident.idl80 HRESULT Skip([in] ULONG celt);
H A Dcomcat.idl71 HRESULT Skip(
105 HRESULT Skip(
H A Durlhist.idl77 HRESULT Skip([in] ULONG celt);
H A Dbits.idl88 HRESULT Skip(
341 HRESULT Skip(
H A Dpstore.idl117 HRESULT Skip(
138 HRESULT Skip(
H A Daxcore.idl172 HRESULT Skip(
197 HRESULT Skip(
259 HRESULT Skip(
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmediaobj.idl74 HRESULT Skip(
H A Dcomcat.idl71 HRESULT Skip(
105 HRESULT Skip(
H A Durlhist.idl70 HRESULT Skip([in] ULONG celt);
H A Dbits.idl88 HRESULT Skip(
341 HRESULT Skip(
H A Dpstore.idl116 HRESULT Skip(
137 HRESULT Skip(
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c160 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 DInfPomAlignment.py59 # 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 DLzFind.h96 Mf_Skip_Func Skip; member in struct:_IMatchFinder
H A DTypes.h170 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 DLzFind.h96 Mf_Skip_Func Skip; member in struct:_IMatchFinder
H A D7zStream.c47 return stream->Skip(stream, *size);
139 p->s.Skip = LookToRead_Skip;
H A DTypes.h147 SRes (*Skip)(void *p, size_t offset); member in struct:__anon10248
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShellEnvironment2.h601 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 DNetBuffer.c1243 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 Dbignum-amd64-x86.asm73 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 DVBoxDnDEnumFormat.cpp136 STDMETHODIMP VBoxDnDEnumFormatEtc::Skip(ULONG cFormats) function in class:VBoxDnDEnumFormatEtc

Completed in 162 milliseconds

1234