OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
lzvn.h File Reference
#include <Library/BaseMemoryLib.h>
#include <Library/OcCompressionLib.h>

Go to the source code of this file.

Macros

#define lzvn_decode_buffer   DecompressLZVN
 
#define memset(Dst, Value, Size)
 
#define memcpy(Dst, Src, Size)
 

Typedefs

typedef INT64 int64_t
 
typedef UINTN uintmax_t
 

Detailed Description

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 lzvn.h.

Macro Definition Documentation

◆ lzvn_decode_buffer

#define lzvn_decode_buffer   DecompressLZVN

Definition at line 21 of file lzvn.h.

◆ memcpy

#define memcpy ( Dst,
Src,
Size )
Value:
CopyMem ((Dst), (Src), (Size))
DMG_SIZE_DEVICE_PATH Size
VOID *EFIAPI CopyMem(OUT VOID *DestinationBuffer, IN CONST VOID *SourceBuffer, IN UINTN Length)

Definition at line 57 of file lzvn.h.

◆ memset

#define memset ( Dst,
Value,
Size )
Value:
SetMem ((Dst), (Size), (UINT8)(Value))
VOID *EFIAPI SetMem(OUT VOID *Buffer, IN UINTN Length, IN UINT8 Value)

Definition at line 56 of file lzvn.h.

Typedef Documentation

◆ int64_t

typedef INT64 int64_t

Definition at line 43 of file lzvn.h.

◆ uintmax_t

typedef UINTN uintmax_t

Definition at line 46 of file lzvn.h.