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 crc32 (const std::vector< uint8_t > &data)
 
void encode (uint64_t data, std::vector< uint8_t > &output)
 
uint64_t decode (const std::vector< uint8_t > &data, size_t &offset)
 

Function Documentation

◆ crc32()

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

Definition at line 16 of file bps.cc.

References crc32().

Referenced by crc32().

Here is the call graph for this function:

◆ encode()

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

Definition at line 52 of file bps.cc.

References encode().

Referenced by encode().

Here is the call graph for this function:

◆ decode()

uint64_t yaze::util::anonymous_namespace{bps.cc}::decode ( const std::vector< uint8_t > &  data,
size_t &  offset 
)

Definition at line 64 of file bps.cc.

References decode().

Referenced by decode().

Here is the call graph for this function: