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

/haiku/headers/private/fs_shell/
H A Dfssh_byte_order.h58 #define FSSH_B_LENDIAN_TO_HOST_INT16(arg) (uint16_t)(arg) macro
92 #define FSSH_B_LENDIAN_TO_HOST_INT16(arg) __fssh_swap_int16(arg) macro

Completed in 50 milliseconds