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

/haiku/headers/os/support/
H A DByteOrder.h50 #define B_LENDIAN_TO_HOST_INT32(arg) (uint32)(arg) macro
84 #define B_LENDIAN_TO_HOST_INT32(arg) __swap_int32(arg) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h107 #define B_LENDIAN_TO_HOST_INT32(arg) FSSH_B_LENDIAN_TO_HOST_INT32(arg) macro

Completed in 64 milliseconds