Lines Matching refs:name
48 MppClock mpp_clock_get(const char *name);
66 * mpp_clock_get_name - Return clock name
87 MppTimer mpp_timer_get(const char *name);
105 MppStopwatch mpp_stopwatch_get(const char *name);
118 mpp_time(const char *name = __FUNCTION__);
131 #define AUTO_TIMER_STRING(name, cnt) name ## cnt
132 #define AUTO_TIMER_NAME_STRING(name, cnt) AUTO_TIMER_STRING(name, cnt)
133 #define AUTO_TIMER_NAME(name) AUTO_TIMER_NAME_STRING(name, __COUNTER__)