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

  /external/chromium_org/third_party/openssl/openssl/crypto/
o_time.c 241 long time_jd; local
269 time_jd = date_to_julian(time_year, time_month, time_day);
272 time_jd += offset_day;
274 if (time_jd < 0)
279 julian_to_date(time_jd, &time_year, &time_month, &time_day);
  /external/openssl/crypto/
o_time.c 241 long time_jd; local
269 time_jd = date_to_julian(time_year, time_month, time_day);
272 time_jd += offset_day;
274 if (time_jd < 0)
279 julian_to_date(time_jd, &time_year, &time_month, &time_day);

Completed in 225 milliseconds