Home
last modified time | relevance | path

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

/haiku/headers/private/debug/
H A DDebugEventStream.h30 B_DEBUG_EVENT_STREAM_FLAG_HOST_ENDIAN = 0x00000001, enumerator
/haiku/src/kits/debug/
H A DDebugEventStream.cpp221 || (header.flags & B_DEBUG_EVENT_STREAM_FLAG_HOST_ENDIAN) == 0) { in _Init()
311 |*/ B_DEBUG_EVENT_STREAM_FLAG_HOST_ENDIAN; in SetTo()