Searched refs:DBG_MAX_STACK (Results 1 – 2 of 2) sorted by relevance
48 for( sal_uInt16 i = 0; i < DBG_MAX_STACK; ++i ) in Reset()67 if( DBG_MAX_STACK > nPtr ) in Push()84 if( DBG_MAX_STACK > nPtr ) in Pop()89 if( DBG_MAX_STACK > nPtr + 1 ) in Pop()103 for( i = 0; i < DBG_MAX_STACK; ++i ) in Print()106 for( i = 0; i < DBG_MAX_STACK; ++i ) in Print()
33 #define DBG_MAX_STACK 20 // Verschachtelungstiefe macro38 sal_uInt16 aCount[DBG_MAX_STACK];
Completed in 11 milliseconds