coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
compression.h File Reference
#include <stddef.h>
Include dependency graph for compression.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

size_t ulz4fn (const void *src, size_t srcn, void *dst, size_t dstn)
 
size_t ulz4f (const void *src, void *dst)
 

Function Documentation

◆ ulz4f()

size_t ulz4f ( const void src,
void dst 
)

Definition at line 167 of file lz4_wrapper.c.

References GiB, and ulz4fn().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ulz4fn()