HelenOS sources
host2uint64_t_le 56 boot/generic/include/byteorder.h #define host2uint64_t_le(n) (uint64_t_byteorder_swap(n))
host2uint64_t_le 74 boot/generic/include/byteorder.h #define host2uint64_t_le(n) (n)
host2uint64_t_le 56 kernel/generic/include/byteorder.h #define host2uint64_t_le(n) (uint64_t_byteorder_swap(n))
host2uint64_t_le 74 kernel/generic/include/byteorder.h #define host2uint64_t_le(n) (n)
host2uint64_t_le 56 uspace/lib/c/include/byteorder.h #define host2uint64_t_le(n) (uint64_t_byteorder_swap(n))
host2uint64_t_le 74 uspace/lib/c/include/byteorder.h #define host2uint64_t_le(n) (n)
host2uint64_t_le 56 uspace/lib/posix/include/libc/byteorder.h #define host2uint64_t_le(n) (uint64_t_byteorder_swap(n))
host2uint64_t_le 74 uspace/lib/posix/include/libc/byteorder.h #define host2uint64_t_le(n) (n)
HelenOS homepage, sources at GitHub