MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / TianoCompress.c

File TianoCompress.c

BaseTools/Source/C/TianoCompress/TianoCompress.c:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/** @file
2Compression routine. The compression algorithm is a mixture of LZ77 and Huffman
3coding. LZ77 transforms the source data into a sequence of Original Characters
4and Pointers to repeated strings.

Callers

nothing calls this directly

Calls 15

fprintfFunction · 0.85
SetUtilityNameFunction · 0.85
AsciiStringToUint64Function · 0.85
SetPrintLevelFunction · 0.85
VerboseMsgFunction · 0.85
fopenFunction · 0.85
GetFileContentsFunction · 0.85
DebugMsgFunction · 0.85
EfiCompressFunction · 0.85
fwriteFunction · 0.85
fcloseFunction · 0.85
ExtractFunction · 0.85

Tested by

no test coverage detected