Searched refs:B_HOST_TO_LENDIAN_DOUBLE (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/os/support/
H A DByteOrder.h40 #define B_HOST_TO_LENDIAN_DOUBLE(arg) (double)(arg) macro
74 #define B_HOST_TO_LENDIAN_DOUBLE(arg) __swap_double(arg) macro
/haiku/src/libs/icon/flat_icon/
H A DLittleEndianBuffer.cpp136 *(double*)fHandle = B_HOST_TO_LENDIAN_DOUBLE(value);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h97 #define B_HOST_TO_LENDIAN_DOUBLE(arg) FSSH_B_HOST_TO_LENDIAN_DOUBLE(arg) macro

Completed in 59 milliseconds