HelenOS sources
uint64_t_be2host 52 boot/generic/include/byteorder.h #define uint64_t_be2host(n) (n)
uint64_t_be2host 70 boot/generic/include/byteorder.h #define uint64_t_be2host(n) (uint64_t_byteorder_swap(n))
uint64_t_be2host 52 kernel/generic/include/byteorder.h #define uint64_t_be2host(n) (n)
uint64_t_be2host 70 kernel/generic/include/byteorder.h #define uint64_t_be2host(n) (uint64_t_byteorder_swap(n))
uint64_t_be2host 129 uspace/lib/bithenge/src/linux/common.h static inline uint64_t uint64_t_be2host(uint64_t val)
uint64_t_be2host 52 uspace/lib/c/include/byteorder.h #define uint64_t_be2host(n) (n)
uint64_t_be2host 70 uspace/lib/c/include/byteorder.h #define uint64_t_be2host(n) (uint64_t_byteorder_swap(n))
uint64_t_be2host 52 uspace/lib/posix/include/libc/byteorder.h #define uint64_t_be2host(n) (n)
uint64_t_be2host 70 uspace/lib/posix/include/libc/byteorder.h #define uint64_t_be2host(n) (uint64_t_byteorder_swap(n))
HelenOS homepage, sources at GitHub