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

/haiku/headers/private/fs_shell/
H A Dfssh_byte_order.h57 #define FSSH_B_LENDIAN_TO_HOST_INT32(arg) (uint32_t)(arg) macro
91 #define FSSH_B_LENDIAN_TO_HOST_INT32(arg) __fssh_swap_int32(arg) macro

Completed in 78 milliseconds