Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSShared/
DDebugServices.c1134 DEBUG_UNUSED( inComponentSignature ); in DebugAssertOutputHandler()
1135 DEBUG_UNUSED( inOptions ); in DebugAssertOutputHandler()
1136 DEBUG_UNUSED( inExceptionString ); in DebugAssertOutputHandler()
1137 DEBUG_UNUSED( inValue ); in DebugAssertOutputHandler()
1138 DEBUG_UNUSED( inOutputMsg ); in DebugAssertOutputHandler()
2049 DEBUG_UNUSED( inType ); in DebugHexDump()
2050 DEBUG_UNUSED( inTypeSize ); in DebugHexDump()
DDebugServices.h369 #define DEBUG_UNUSED( X ) (void)( X ) macro