HelenOS sources

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