HelenOS sources

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