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

/haiku/headers/os/support/
H A DByteOrder.h51 #define B_LENDIAN_TO_HOST_INT16(arg) (uint16)(arg) macro
85 #define B_LENDIAN_TO_HOST_INT16(arg) __swap_int16(arg) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h108 #define B_LENDIAN_TO_HOST_INT16(arg) FSSH_B_LENDIAN_TO_HOST_INT16(arg) macro

Completed in 53 milliseconds