BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
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  )

◆ __fdelt_warn()

FDELT_TYPE __fdelt_warn ( FDELT_TYPE  a)

Definition at line 24 of file glibc_compat.cpp.

Here is the call graph for this function:

◆ __wrap_log2f()

float __wrap_log2f ( float  x)

Definition at line 73 of file glibc_compat.cpp.

Here is the call graph for this function:

◆ alias()

FDELT_TYPE alias ( "__fdelt_warn"  )

◆ 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 18 of file glibc_compat.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ memmove()

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