Searched refs:Weight (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLib.c142 UINT16 Weight[17]; local
186 Weight[0] = 0;
189 Weight[Index] = (UINT16) (1U << (TableBits - Index));
193 Weight[Index] = (UINT16) (1U << (16 - Index));
216 NextCode = (UINT16) (Start[Len] + Weight[Len]);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
H A DBaseUefiTianoCustomDecompressLib.c133 UINT16 Weight[17]; local
177 Weight[0] = 0;
180 Weight[Index] = (UINT16) (1U << (TableBits - Index));
184 Weight[Index] = (UINT16) (1U << (16 - Index));
207 NextCode = (UINT16) (Start[Len] + Weight[Len]);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DDecompress.c192 UINT16 Weight[17]; local
227 Weight[Index] = (UINT16) (1U << (TableBits - Index));
231 Weight[Index] = (UINT16) (1U << (16 - Index));
254 NextCode = (UINT16) (Start[Len] + Weight[Len]);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dstdole2.idl256 [propget] HRESULT Weight([out, retval] short *pweight);
257 [propput] HRESULT Weight([in] short pweight);
288 [id(0x7)] short Weight;
H A Dd3dx9anim.h144 FLOAT Weight; member in struct:_D3DXTRACK_DESC
159 FLOAT Weight; member in union:_D3DXEVENT_DESC::__anon13369
H A Dd3dx9core.h108 UINT Weight; member in struct:_D3DXFONT_DESCA
122 UINT Weight; member in struct:_D3DXFONT_DESCW
H A Docidl.idl101 [propget] HRESULT Weight( [out] SHORT *pweight );
102 [propput] HRESULT Weight( [in] SHORT weight );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dstdole2.idl256 [propget] HRESULT Weight([out, retval] short *pweight);
257 [propput] HRESULT Weight([in] short pweight);
288 [id(0x7)] short Weight;
H A Dd3dx9core.h108 UINT Weight; member in struct:_D3DXFONT_DESCA
122 UINT Weight; member in struct:_D3DXFONT_DESCW
H A Docidl.idl101 [propget] HRESULT Weight( [out] SHORT *pweight );
102 [propput] HRESULT Weight( [in] SHORT weight );
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c2146 UINT16 Weight[17]; local
2187 Weight[Index] = (UINT16) (1U << (TableBits - Index));
2191 Weight[Index] = (UINT16) (1U << (16 - Index));
2214 NextCode = (UINT16) (Start[Len] + Weight[Len]);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dqib_7322_regs.h3839 pseudo_bit_t Weight[8]; member in struct:QIB_7322_LowPriority0_0_pb
3851 pseudo_bit_t Weight[8]; member in struct:QIB_7322_HighPriority0_0_pb
5169 pseudo_bit_t Weight[8]; member in struct:QIB_7322_LowPriority0_1_pb
5181 pseudo_bit_t Weight[8]; member in struct:QIB_7322_HighPriority0_1_pb

Completed in 251 milliseconds