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

/haiku/headers/os/support/
H A DByteOrder.h62 #define B_BENDIAN_TO_HOST_FLOAT(arg) __swap_float(arg) macro
96 #define B_BENDIAN_TO_HOST_FLOAT(arg) (float)(arg) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h119 #define B_BENDIAN_TO_HOST_FLOAT(arg) FSSH_B_BENDIAN_TO_HOST_FLOAT(arg) macro

Completed in 151 milliseconds