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

/haiku/headers/os/support/
H A DByteOrder.h49 #define B_LENDIAN_TO_HOST_INT64(arg) (uint64)(arg) macro
83 #define B_LENDIAN_TO_HOST_INT64(arg) __swap_int64(arg) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h106 #define B_LENDIAN_TO_HOST_INT64(arg) FSSH_B_LENDIAN_TO_HOST_INT64(arg) macro

Completed in 46 milliseconds