Home
last modified time | relevance | path

Searched refs:IS_SWAPPED (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/kits/support/
H A DByteOrderTest.cpp354 #define IS_SWAPPED(x) CHK(is_type_swapped(x)) in test() macro
357 IS_SWAPPED(B_ANY_TYPE); in test()
358 IS_SWAPPED(B_BOOL_TYPE); in test()
359 IS_SWAPPED(B_CHAR_TYPE); in test()
360 IS_SWAPPED(B_COLOR_8_BIT_TYPE); in test()
361 IS_SWAPPED(B_DOUBLE_TYPE); in test()
362 IS_SWAPPED(B_FLOAT_TYPE); in test()
363 IS_SWAPPED(B_GRAYSCALE_8_BIT_TYPE); in test()
364 IS_SWAPPED(B_INT64_TYPE); in test()
365 IS_SWAPPED(B_INT32_TYPE); in test()
[all …]