Raven Core  3.0.0
P2P Digital Currency
Functions
glibc_compat.cpp File Reference
#include <cstddef>
#include <cstdint>
Include dependency graph for glibc_compat.cpp:

Go to the source code of this file.

Functions

void * memmove (void *a, const void *b, size_t c)
 
void * memcpy (void *a, const void *b, size_t c)
 
void __chk_fail (void) __attribute__((__noreturn__))
 
FDELT_TYPE __fdelt_warn (FDELT_TYPE a)
 
FDELT_TYPE __fdelt_chk (FDELT_TYPE) __attribute__((weak
 
FDELT_TYPE alias ("__fdelt_warn")))
 
float log2f_old (float x)
 
float __wrap_log2f (float x)
 

Function Documentation

◆ __chk_fail()

void __chk_fail ( void  )
Here is the caller graph for this function:

◆ __fdelt_chk()

FDELT_TYPE __fdelt_chk ( FDELT_TYPE  )
Here is the caller graph for this function:

◆ __fdelt_warn()

FDELT_TYPE __fdelt_warn ( FDELT_TYPE  a)

Definition at line 25 of file glibc_compat.cpp.

Here is the call graph for this function:

◆ __wrap_log2f()

float __wrap_log2f ( float  x)

Definition at line 72 of file glibc_compat.cpp.

Here is the call graph for this function:

◆ alias()

FDELT_TYPE alias ( "__fdelt_warn"  )
Here is the caller graph for this function:

◆ log2f_old()

float log2f_old ( float  x)
Here is the caller graph for this function:

◆ memcpy()

void* memcpy ( void *  a,
const void *  b,
size_t  c 
)

Definition at line 19 of file glibc_compat.cpp.

Here is the call graph for this function:

◆ memmove()

void* memmove ( void *  a,
const void *  b,
size_t  c 
)
Here is the caller graph for this function: