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

/haiku-fatelf/src/kits/support/
H A DBlockCache.cpp33 DEBUG_ONLY( uint32 magic1; )
35 DEBUG_ONLY( uint32 magic2; )
85 DEBUG_ONLY(block->magic1 = MAGIC1);
86 DEBUG_ONLY(block->magic2 = MAGIC2 + (uint32)(addr_t)block->next);
99 DEBUG_ONLY(memset(pointer, 0xCC, sizeof(_FreeBlock)));
118 DEBUG_ONLY(memset(pointer, 0xCC, sizeof(_FreeBlock)));
123 DEBUG_ONLY(if (pointer) memset(pointer, 0xCC, sizeof(_FreeBlock)));
140 DEBUG_ONLY(block->magic1 = MAGIC1);
141 DEBUG_ONLY(block->magic2 = MAGIC2 + (uint32)(addr_t)block->next);
143 DEBUG_ONLY(memse
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ich/
H A Ddebug.h56 #define DEBUG_ONLY(a) a macro
66 #define DEBUG_ONLY(a) macro
H A Dich.c522 DEBUG_ONLY(start = system_time());
/haiku-fatelf/src/add-ons/kernel/generic/mpu401/
H A Ddebug.h56 #define DEBUG_ONLY(a) a macro
66 #define DEBUG_ONLY(a) macro
/haiku-fatelf/headers/os/support/
H A DDebug.h70 #define DEBUG_ONLY(arg) arg macro
88 #define DEBUG_ONLY(x) macro
/haiku-fatelf/src/kits/media/
H A DDataExchange.cpp77 DEBUG_ONLY(msg->PrintToStream());
90 DEBUG_ONLY(request.PrintToStream());
91 DEBUG_ONLY(reply.PrintToStream());
H A DSharedBufferList.cpp308 DEBUG_ONLY(debugger("buffer already reclaimed"));
H A DSoundPlayer.cpp248 DEBUG_ONLY(if (tries == 0)
H A DTimedEventQueuePrivate.cpp571 DEBUG_ONLY(*const_cast<void **>(&event->pointer) = NULL);
H A DMediaRoster.cpp1942 DEBUG_ONLY(
/haiku-fatelf/src/kits/textencoding/
H A Dcharacter_sets.cpp343 DEBUG_ONLY(static int onlyOneTime = 0;)
/haiku-fatelf/src/kits/tracker/
H A DUtilities.cpp1633 _ThrowOnError(status_t error, const char* DEBUG_ONLY(file), argument
1634 int32 DEBUG_ONLY(line))
1644 _ThrowIfNotSize(ssize_t size, const char* DEBUG_ONLY(file), argument
1645 int32 DEBUG_ONLY(line))
1655 _ThrowOnError(status_t error, const char* DEBUG_ONLY(debugString), argument
1656 const char* DEBUG_ONLY(file), int32 DEBUG_ONLY(line))
H A DAttributeStream.cpp427 const char* DEBUG_ONLY(foreignName), uint32 type, off_t bufferSize,
428 void* buffer, void (*DEBUG_ONLY(swapFunc))(void*))
426 Read(const char* name, const char* DEBUG_ONLY(foreignName), uint32 type, off_t bufferSize, void* buffer, void (*DEBUG_ONLY(swapFunc))(void*)) argument
H A DOpenWithWindow.cpp901 OpenWithPoseView::HandleMessageDropped(BMessage* DEBUG_ONLY(message)) function in class:OpenWithPoseView
H A DFindPanel.cpp1248 DEBUG_ONLY(time_t result =)
H A DContainerWindow.cpp305 OffsetFrameOne(const char* DEBUG_ONLY(name), uint32, off_t, void* castToRect, argument
H A DPoseView.cpp572 ClearViewOriginOne(const char* DEBUG_ONLY(name), uint32 type, off_t size, argument
5074 virtual void Accumulate(AccumulatingFunctionObject* DEBUG_ONLY(functor)) function in class:MetaMimeChangedAccumulator
/haiku-fatelf/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp164 DEBUG_ONLY(fCore = 0; fBufferGroup = 0; fWeb = 0);

Completed in 380 milliseconds