Searched refs:S_SAFEDIV (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/automation/source/server/ | ||
H A D | profiler.hxx | 28 #define S_SAFEDIV( a,b ) ((b)==0?CUniString("#DIV"):UniString::CreateFromInt32( (ULONG) ((a)/(b)))) macro |
Completed in 12 milliseconds