Searched refs:u_temp (Results 1 – 2 of 2) sorted by relevance
92 time_t u_temp; in HttpGetCacheState() local121 u_temp = static_cast<time_t>(i_temp); in HttpGetCacheState()122 corrected_received_age = stdmax(apparent_age, u_temp); in HttpGetCacheState()135 && HttpDateToSeconds(s_temp, &u_temp)) { in HttpGetCacheState()136 lifetime = u_temp - date; in HttpGetCacheState()138 && HttpDateToSeconds(s_temp, &u_temp)) { in HttpGetCacheState()140 lifetime = static_cast<size_t>(now - u_temp) / 10; in HttpGetCacheState()
483 uint8* u_temp = y_temp + kFilterBufferSize; in ScaleYUVToRGB32WithRect() local484 uint8* v_temp = u_temp + kFilterBufferSize; in ScaleYUVToRGB32WithRect()526 u_temp + source_uv_left, u0_ptr, u1_ptr, source_uv_width, fraction); in ScaleYUVToRGB32WithRect()533 u_temp, in ScaleYUVToRGB32WithRect()