OpenCore
1.0.4
OpenCore Bootloader
|
#include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/OcCompressionLib.h>
Go to the source code of this file.
Macros | |
#define | compress_lzss CompressLZSS |
#define | decompress_lzss DecompressLZSS |
#define | memset(Dst, Val, Size) |
#define | malloc(Size) |
#define | free(Ptr) |
#define | bzero(Dst, Size) |
Typedefs | |
typedef INT8 | int8_t |
typedef INT16 | int16_t |
typedef INT32 | int32_t |
typedef UINT8 | u_int8_t |
typedef UINT16 | u_int16_t |
typedef UINT32 | u_int32_t |
Copyright (C) 2019, vit9696. All rights reserved.
All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
Definition in file lzss.h.
#define bzero | ( | Dst, | |
Size ) |
#define compress_lzss CompressLZSS |
#define decompress_lzss DecompressLZSS |
#define memset | ( | Dst, | |
Val, | |||
Size ) |