Searched defs:FSSH_B_LENDIAN_TO_HOST_INT64 (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_byte_order.h56 #define FSSH_B_LENDIAN_TO_HOST_INT64(arg) (uint64_t)(arg) macro
90 #define FSSH_B_LENDIAN_TO_HOST_INT64(arg) __fssh_swap_int64(arg) macro

Completed in 93 milliseconds