OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:julian_to_date
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/
o_time.c
236
static void
julian_to_date
(long jd, int *y, int *m, int *d);
279
julian_to_date
(time_jd, &time_year, &time_month, &time_day);
309
static void
julian_to_date
(long jd, int *y, int *m, int *d)
function
/external/openssl/crypto/
o_time.c
236
static void
julian_to_date
(long jd, int *y, int *m, int *d);
279
julian_to_date
(time_jd, &time_year, &time_month, &time_day);
309
static void
julian_to_date
(long jd, int *y, int *m, int *d)
function
Completed in 2839 milliseconds