Lines Matching refs:name
49 MppClock mpp_clock_get(const char *name);
67 * mpp_clock_get_name - Return clock name
88 MppTimer mpp_timer_get(const char *name);
106 MppStopwatch mpp_stopwatch_get(const char *name);
120 AutoTiming(const char *name = "AutoTiming");
133 #define AUTO_TIMER_STRING(name, cnt) name ## cnt
134 #define AUTO_TIMER_NAME_STRING(name, cnt) AUTO_TIMER_STRING(name, cnt)
135 #define AUTO_TIMER_NAME(name) AUTO_TIMER_NAME_STRING(name, __COUNTER__)