HelenOS sources
host2uint32_t_le 55 boot/generic/include/byteorder.h #define host2uint32_t_le(n) (uint32_t_byteorder_swap(n))
host2uint32_t_le 73 boot/generic/include/byteorder.h #define host2uint32_t_le(n) (n)
host2uint32_t_le 55 kernel/generic/include/byteorder.h #define host2uint32_t_le(n) (uint32_t_byteorder_swap(n))
host2uint32_t_le 73 kernel/generic/include/byteorder.h #define host2uint32_t_le(n) (n)
host2uint32_t_le 55 uspace/lib/c/include/byteorder.h #define host2uint32_t_le(n) (uint32_t_byteorder_swap(n))
host2uint32_t_le 73 uspace/lib/c/include/byteorder.h #define host2uint32_t_le(n) (n)
host2uint32_t_le 55 uspace/lib/posix/include/libc/byteorder.h #define host2uint32_t_le(n) (uint32_t_byteorder_swap(n))
host2uint32_t_le 73 uspace/lib/posix/include/libc/byteorder.h #define host2uint32_t_le(n) (n)
HelenOS homepage, sources at GitHub