Home
last modified time | relevance | path

Searched refs:FSSH_B_LENDIAN_TO_HOST_INT64 (Results 1 – 2 of 2) 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
H A Dfssh_api_wrapper.h106 #define B_LENDIAN_TO_HOST_INT64(arg) FSSH_B_LENDIAN_TO_HOST_INT64(arg)