Searched refs:LEVEL_STR (Results 1 – 1 of 1) sorted by relevance
701 #define LEVEL_STR ">>>>>>>>>>>>>>>>" in decoder_process() macro702 #define LEVEL (new_data.recursion < sizeof(LEVEL_STR) \ in decoder_process()703 ? &LEVEL_STR[sizeof(LEVEL_STR) - new_data.recursion - 1] \ in decoder_process()704 : LEVEL_STR "...") in decoder_process()