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

/haiku/src/tests/kits/shared/
H A DMemoryRingIOTest.cpp26 #define FULL_PAYLOAD "16 characters x" macro
48 CHK(fRing.WriteExactly(FULL_PAYLOAD, sizeof(FULL_PAYLOAD), NULL) == B_OK);
59 ReadCheck(fRing, FULL_PAYLOAD, sizeof(FULL_PAYLOAD));
92 CHK(fRing.SetSize(sizeof(FULL_PAYLOAD)) == B_OK);
93 // the size of FULL_PAYLOAD is a power of two, so our ring
95 CHK(fRing.BufferSize() == sizeof(FULL_PAYLOAD));
96 CHK(fRing.WriteExactly(FULL_PAYLOAD, sizeof(FULL_PAYLOAD))
[all...]

Completed in 35 milliseconds