HelenOS sources

uint16_t_le2host   46 boot/generic/include/byteorder.h #define uint16_t_le2host(n)  (uint16_t_byteorder_swap(n))
uint16_t_le2host   64 boot/generic/include/byteorder.h #define uint16_t_le2host(n)  (n)
uint16_t_le2host   46 kernel/generic/include/byteorder.h #define uint16_t_le2host(n)  (uint16_t_byteorder_swap(n))
uint16_t_le2host   64 kernel/generic/include/byteorder.h #define uint16_t_le2host(n)  (n)
uint16_t_le2host  104 uspace/lib/bithenge/src/linux/common.h static inline uint16_t uint16_t_le2host(uint16_t val)
uint16_t_le2host   46 uspace/lib/c/include/byteorder.h #define uint16_t_le2host(n)  (uint16_t_byteorder_swap(n))
uint16_t_le2host   64 uspace/lib/c/include/byteorder.h #define uint16_t_le2host(n)  (n)
uint16_t_le2host   46 uspace/lib/posix/include/libc/byteorder.h #define uint16_t_le2host(n)  (uint16_t_byteorder_swap(n))
uint16_t_le2host   64 uspace/lib/posix/include/libc/byteorder.h #define uint16_t_le2host(n)  (n)
HelenOS homepage, sources at GitHub