Home
last modified time | relevance | path

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

/haiku/src/tests/kits/support/
H A DByteOrderTest.cpp54 static int16 kAscending = 0x1234; in test() local
62 CHK(kAscendingSwapped == __swap_int16(kAscending)); in test()
97 static int32 kAscending = 0x12345678; in test() local
105 CHK((uint32)kAscendingSwapped == __swap_int32(kAscending)); in test()
140 static int64 kAscending = 0x1234567890LL; in test() local
148 CHK((uint64)kAscendingSwapped == __swap_int64(kAscending)); in test()