Home
last modified time | relevance | path

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

/haiku/src/tests/kits/support/
H A DByteOrderTest.cpp53 static int16 kNull = 0; in test() local
61 CHK(kNull == __swap_int16(kNull)); in test()
96 static int32 kNull = 0; in test() local
104 CHK((uint32)kNull == __swap_int32(kNull)); in test()
139 static int64 kNull = 0LL; in test() local
147 CHK((uint64)kNull == __swap_int64(kNull)); in test()