Home
last modified time | relevance | path

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

/haiku/src/tests/kits/support/
H A DByteOrderTest.cpp55 static int16 kAscendingSwapped = 0x3412; in test() local
62 CHK(kAscendingSwapped == __swap_int16(kAscending)); in test()
98 static int32 kAscendingSwapped = 0x78563412; in test() local
105 CHK((uint32)kAscendingSwapped == __swap_int32(kAscending)); in test()
141 static int64 kAscendingSwapped = 0x0000009078563412LL; in test() local
148 CHK((uint64)kAscendingSwapped == __swap_int64(kAscending)); in test()