HomeSort by relevance Sort by last modified time
    Searched refs:t_tmp (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/ocsp/
ocsp_cl.c 315 time_t t_now, t_tmp; local
325 t_tmp = t_now + nsec;
326 if (X509_cmp_time(thisupd, &t_tmp) > 0)
335 t_tmp = t_now - maxsec;
336 if (X509_cmp_time(thisupd, &t_tmp) < 0)
355 t_tmp = t_now - nsec;
356 if (X509_cmp_time(nextupd, &t_tmp) < 0)
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_triangle.c 622 GLfloat t_tmp = (GLfloat) (tex_coord[1] * invQ); \
624 GLint t = IFLOOR(t_tmp) & info->tmask; \
643 const GLfloat t_tmp = (GLfloat) (tex_coord[1] * invQ); \
645 const GLfixed t_fix = FloatToFixed(t_tmp) - FIXED_HALF; \
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_triangle.c 622 GLfloat t_tmp = (GLfloat) (tex_coord[1] * invQ); \
624 GLint t = IFLOOR(t_tmp) & info->tmask; \
643 const GLfloat t_tmp = (GLfloat) (tex_coord[1] * invQ); \
645 const GLfixed t_fix = FloatToFixed(t_tmp) - FIXED_HALF; \
    [all...]

Completed in 3335 milliseconds