Searched refs:TRACE_GET_LAYER (Results 1 – 2 of 2) sorted by relevance
168 int trace_layer = TRACE_GET_LAYER(trace_set_mask); in LogMsg()
550 #define TRACE_GET_LAYER(x) ((((UINT32)(x)) & TRACE_LAYER_MASK) >> 16) macro