HelenOS sources
host2uint16_t_le 54 boot/generic/include/byteorder.h #define host2uint16_t_le(n) (uint16_t_byteorder_swap(n))
host2uint16_t_le 72 boot/generic/include/byteorder.h #define host2uint16_t_le(n) (n)
host2uint16_t_le 54 kernel/generic/include/byteorder.h #define host2uint16_t_le(n) (uint16_t_byteorder_swap(n))
host2uint16_t_le 72 kernel/generic/include/byteorder.h #define host2uint16_t_le(n) (n)
host2uint16_t_le 54 uspace/lib/c/include/byteorder.h #define host2uint16_t_le(n) (uint16_t_byteorder_swap(n))
host2uint16_t_le 72 uspace/lib/c/include/byteorder.h #define host2uint16_t_le(n) (n)
host2uint16_t_le 54 uspace/lib/posix/include/libc/byteorder.h #define host2uint16_t_le(n) (uint16_t_byteorder_swap(n))
host2uint16_t_le 72 uspace/lib/posix/include/libc/byteorder.h #define host2uint16_t_le(n) (n)
HelenOS homepage, sources at GitHub