yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::core::anonymous_namespace{common.cc} Namespace Reference

Functions

void encode (uint64_t data, std::vector< uint8_t > &output)
 
uint64_t decode (const std::vector< uint8_t > &input, size_t &offset)
 
uint32_t crc32 (const std::vector< uint8_t > &data)
 
unsigned ldle (uint8_t const *const p_arr, unsigned const p_index)
 
void stle (uint8_t *const p_arr, size_t const p_index, unsigned const p_val)
 
void stle0 (uint8_t *const p_arr, unsigned const p_val)
 
void stle1 (uint8_t *const p_arr, unsigned const p_val)
 
void stle2 (uint8_t *const p_arr, unsigned const p_val)
 
void stle3 (uint8_t *const p_arr, unsigned const p_val)
 
uint32_t ldle0 (uint8_t const *const p_arr)
 
uint32_t ldle1 (uint8_t const *const p_arr)
 
uint32_t ldle2 (uint8_t const *const p_arr)
 
uint32_t ldle3 (uint8_t const *const p_arr)
 

Function Documentation

◆ encode()

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

Definition at line 27 of file common.cc.

References encode().

Referenced by encode().

Here is the call graph for this function:

◆ decode()

uint64_t yaze::app::core::anonymous_namespace{common.cc}::decode ( const std::vector< uint8_t > & input,
size_t & offset )

Definition at line 40 of file common.cc.

References decode().

Referenced by decode().

Here is the call graph for this function:

◆ crc32()

uint32_t yaze::app::core::anonymous_namespace{common.cc}::crc32 ( const std::vector< uint8_t > & data)

Definition at line 53 of file common.cc.

References crc32().

Referenced by crc32().

Here is the call graph for this function:

◆ ldle()

unsigned yaze::app::core::anonymous_namespace{common.cc}::ldle ( uint8_t const *const p_arr,
unsigned const p_index )

Definition at line 60 of file common.cc.

References ldle().

Referenced by ldle(), ldle0(), ldle1(), ldle2(), and ldle3().

Here is the call graph for this function:

◆ stle()

void yaze::app::core::anonymous_namespace{common.cc}::stle ( uint8_t *const p_arr,
size_t const p_index,
unsigned const p_val )

Definition at line 66 of file common.cc.

References stle().

Referenced by stle(), stle0(), stle1(), stle2(), and stle3().

Here is the call graph for this function:

◆ stle0()

void yaze::app::core::anonymous_namespace{common.cc}::stle0 ( uint8_t *const p_arr,
unsigned const p_val )

Definition at line 72 of file common.cc.

References stle(), and stle0().

Referenced by stle0().

Here is the call graph for this function:

◆ stle1()

void yaze::app::core::anonymous_namespace{common.cc}::stle1 ( uint8_t *const p_arr,
unsigned const p_val )

Definition at line 76 of file common.cc.

References stle(), and stle1().

Referenced by stle1().

Here is the call graph for this function:

◆ stle2()

void yaze::app::core::anonymous_namespace{common.cc}::stle2 ( uint8_t *const p_arr,
unsigned const p_val )

Definition at line 80 of file common.cc.

References stle(), and stle2().

Referenced by stle2().

Here is the call graph for this function:

◆ stle3()

void yaze::app::core::anonymous_namespace{common.cc}::stle3 ( uint8_t *const p_arr,
unsigned const p_val )

Definition at line 84 of file common.cc.

References stle(), and stle3().

Referenced by stle3().

Here is the call graph for this function:

◆ ldle0()

uint32_t yaze::app::core::anonymous_namespace{common.cc}::ldle0 ( uint8_t const *const p_arr)

Definition at line 89 of file common.cc.

References ldle(), and ldle0().

Referenced by ldle0().

Here is the call graph for this function:

◆ ldle1()

uint32_t yaze::app::core::anonymous_namespace{common.cc}::ldle1 ( uint8_t const *const p_arr)

Definition at line 92 of file common.cc.

References ldle(), and ldle1().

Referenced by ldle1().

Here is the call graph for this function:

◆ ldle2()

uint32_t yaze::app::core::anonymous_namespace{common.cc}::ldle2 ( uint8_t const *const p_arr)

Definition at line 95 of file common.cc.

References ldle(), and ldle2().

Referenced by ldle2().

Here is the call graph for this function:

◆ ldle3()

uint32_t yaze::app::core::anonymous_namespace{common.cc}::ldle3 ( uint8_t const *const p_arr)

Definition at line 98 of file common.cc.

References ldle(), and ldle3().

Referenced by ldle3().

Here is the call graph for this function: