Searched refs:timep (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_rgp.c144 struct tm *timep, result; local in function:ac_sqtt_fill_header
156 timep = os_localtime(&raw_time, &result);
158 header->second = timep->tm_sec;
159 header->minute = timep->tm_min;
160 header->hour = timep->tm_hour;
161 header->day_in_month = timep->tm_mday;
162 header->month = timep->tm_mon;
163 header->year = timep->tm_year;
164 header->day_in_week = timep->tm_wday;
165 header->day_in_year = timep
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_debug.c679 struct tm *timep, result; local in function:radv_check_gpu_hangs
685 timep = os_localtime(&raw_time, &result);
686 strftime(buf_time, sizeof(buf_time), "%Y.%m.%d_%H.%M.%S", timep);

Completed in 4 milliseconds