Home
last modified time | relevance | path

Searched refs:__bswap_64 (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dendian.h84 # define htobe64(x) __bswap_64 (x)
86 # define be64toh(x) __bswap_64 (x)
100 # define htole64(x) __bswap_64 (x)
102 # define le64toh(x) __bswap_64 (x)
A Dbyteswap.h36 # define bswap_64(x) __bswap_64 (x)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dbyteswap-common.h97 # define __bswap_64(x) \ macro

Completed in 5 milliseconds