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