Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Go to the documentation of this file. 5 #if defined(HAVE_CONFIG_H) 6 #include <config/dash-config.h> 12 #if defined(HAVE_SYS_SELECT_H) 13 #include <sys/select.h> 17 extern "C" void*
memmove(
void* a,
const void* b,
size_t c);
18 extern "C" void*
memcpy(
void* a,
const void* b,
size_t c)
32 #if defined(__i386__) || defined(__arm__) 34 extern "C" int64_t __udivmoddi4(uint64_t u, uint64_t v, uint64_t* rp);
36 extern "C" int64_t __wrap___divmoddi4(int64_t u, int64_t v, int64_t* rp)
38 int32_t c1 = 0, c2 = 0;
39 int64_t uu = u, vv = v;
44 c1 = ~c1, c2 = ~c2, uu = -uu;
50 w = __udivmoddi4(uu, vv, (uint64_t*)&r);
63 __asm(
".symver log2f_old,log2f@GLIBC_2.1");
64 #elif defined(__amd64__) 65 __asm(
".symver log2f_old,log2f@GLIBC_2.2.5");
66 #elif defined(__arm__) 67 __asm(
".symver log2f_old,log2f@GLIBC_2.4");
68 #elif defined(__aarch64__) 69 __asm(
".symver log2f_old,log2f@GLIBC_2.17");
FDELT_TYPE __fdelt_warn(FDELT_TYPE a)
void __chk_fail(void) __attribute__((__noreturn__))
float __wrap_log2f(float x)
static __attribute__((noinline)) std
FDELT_TYPE __fdelt_chk(FDELT_TYPE) __attribute__((weak
void * memcpy(void *a, const void *b, size_t c)
void * memmove(void *a, const void *b, size_t c)
FDELT_TYPE alias("__fdelt_warn")))