HelenOS sources
uint32_t_le2host 47 boot/generic/include/byteorder.h #define uint32_t_le2host(n) (uint32_t_byteorder_swap(n))
uint32_t_le2host 65 boot/generic/include/byteorder.h #define uint32_t_le2host(n) (n)
uint32_t_le2host 47 kernel/generic/include/byteorder.h #define uint32_t_le2host(n) (uint32_t_byteorder_swap(n))
uint32_t_le2host 65 kernel/generic/include/byteorder.h #define uint32_t_le2host(n) (n)
uint32_t_le2host 114 uspace/lib/bithenge/src/linux/common.h static inline uint32_t uint32_t_le2host(uint32_t val)
uint32_t_le2host 47 uspace/lib/c/include/byteorder.h #define uint32_t_le2host(n) (uint32_t_byteorder_swap(n))
uint32_t_le2host 65 uspace/lib/c/include/byteorder.h #define uint32_t_le2host(n) (n)
uint32_t_le2host 47 uspace/lib/posix/include/libc/byteorder.h #define uint32_t_le2host(n) (uint32_t_byteorder_swap(n))
uint32_t_le2host 65 uspace/lib/posix/include/libc/byteorder.h #define uint32_t_le2host(n) (n)
HelenOS homepage, sources at GitHub