Searched refs:is_type_swapped (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/support/
H A DByteOrder.cpp120 is_type_swapped(type_code type) function
/haiku/headers/os/support/
H A DByteOrder.h110 extern bool is_type_swapped(type_code type);
/haiku/src/tests/kits/support/
H A DByteOrderTest.cpp354 #define IS_SWAPPED(x) CHK(is_type_swapped(x))
355 #define NOT_SWAPPED(x) CHK(!is_type_swapped(x))
419 testSuite->addTest(new IsTypeSwappedTest("is_type_swapped()"));
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h125 #define is_type_swapped fssh_is_type_swapped macro

Completed in 72 milliseconds