yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::util::anonymous_namespace{bps.cc} Namespace Reference

Functions

uint32_t CalculateCrc32 (const uint8_t *data, size_t size)
 
uint32_t CalculateCrc32 (const std::vector< uint8_t > &data)
 
void WriteVariableLength (std::vector< uint8_t > &output, uint64_t value)
 
uint64_t ReadVariableLength (const uint8_t *data, size_t size, size_t &offset)
 
uint32_t ReadLE32 (const uint8_t *data)
 
void WriteLE32 (std::vector< uint8_t > &output, uint32_t value)
 

Function Documentation

◆ CalculateCrc32() [1/2]

uint32_t yaze::util::anonymous_namespace{bps.cc}::CalculateCrc32 ( const uint8_t * data,
size_t size )

Definition at line 13 of file bps.cc.

◆ CalculateCrc32() [2/2]

uint32_t yaze::util::anonymous_namespace{bps.cc}::CalculateCrc32 ( const std::vector< uint8_t > & data)

Definition at line 28 of file bps.cc.

References yaze::util::CalculateCrc32().

Here is the call graph for this function:

◆ WriteVariableLength()

void yaze::util::anonymous_namespace{bps.cc}::WriteVariableLength ( std::vector< uint8_t > & output,
uint64_t value )

Definition at line 32 of file bps.cc.

References WriteVariableLength().

Referenced by WriteVariableLength().

Here is the call graph for this function:

◆ ReadVariableLength()

uint64_t yaze::util::anonymous_namespace{bps.cc}::ReadVariableLength ( const uint8_t * data,
size_t size,
size_t & offset )

Definition at line 45 of file bps.cc.

References ReadVariableLength().

Referenced by ReadVariableLength().

Here is the call graph for this function:

◆ ReadLE32()

uint32_t yaze::util::anonymous_namespace{bps.cc}::ReadLE32 ( const uint8_t * data)

Definition at line 59 of file bps.cc.

References ReadLE32().

Referenced by ReadLE32().

Here is the call graph for this function:

◆ WriteLE32()

void yaze::util::anonymous_namespace{bps.cc}::WriteLE32 ( std::vector< uint8_t > & output,
uint32_t value )

Definition at line 66 of file bps.cc.

References WriteLE32().

Referenced by WriteLE32().

Here is the call graph for this function: