Searched defs:nbit (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
H A DBaseUefiTianoCustomDecompressLib.c306 @param nbit Number of bits needed to represent nn.
317 IN UINT16 nbit,
329 Number = (UINT16) GetBits (Sd, nbit);
335 CharC = (UINT16) GetBits (Sd, nbit);
314 ReadPTLen( IN SCRATCH_DATA *Sd, IN UINT16 nn, IN UINT16 nbit, IN UINT16 Special ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLib.c316 @param nbit The number of bits needed to represent nn.
327 IN UINT16 nbit,
339 Number = (UINT16) GetBits (Sd, nbit);
345 CharC = (UINT16) GetBits (Sd, nbit);
324 ReadPTLen( IN SCRATCH_DATA *Sd, IN UINT16 nn, IN UINT16 nbit, IN UINT16 Special ) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DDecompress.c355 IN UINT16 nbit,
368 nbit - Number of bits needed to represent nn
383 Number = (UINT16) GetBits (Sd, nbit);
386 CharC = (UINT16) GetBits (Sd, nbit);
352 ReadPTLen( IN SCRATCH_DATA *Sd, IN UINT16 nn, IN UINT16 nbit, IN UINT16 Special ) argument
H A DEfiCompress.c141 IN INT32 nbit,
983 IN INT32 nbit,
995 nbit - the number of bits needed to represent 'n'
1007 PutBits(nbit, n);
981 WritePTLen( IN INT32 n, IN INT32 nbit, IN INT32 Special ) argument
H A DTianoCompress.c146 IN INT32 nbit,
1067 IN INT32 nbit,
1079 nbit - the number of bits needed to represent 'n'
1093 PutBits (nbit, Number);
1065 WritePTLen( IN INT32 Number, IN INT32 nbit, IN INT32 Special ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c1011 @param[in] nbit The number of bits needed to represent 'LoopVar8'.
1019 IN INT32 nbit,
1031 PutBits (nbit, LoopVar8);
1017 WritePTLen( IN INT32 LoopVar8, IN INT32 nbit, IN INT32 Special ) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c889 IN INT32 nbit,
901 nbit - the number of bits needed to represent 'n'
915 PutBits (nbit, Number);
2313 IN UINT16 nbit,
2326 nbit - Number of bits needed to represent nn
2341 Number = (UINT16) GetBits (Sd, nbit);
2344 CharC = (UINT16) GetBits (Sd, nbit);
887 WritePTLen( IN INT32 Number, IN INT32 nbit, IN INT32 Special ) argument
2310 ReadPTLen( IN SCRATCH_DATA *Sd, IN UINT16 nn, IN UINT16 nbit, IN UINT16 Special ) argument

Completed in 47 milliseconds