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

  /external/openssl/crypto/
o_time.c 233 #define SECS_PER_DAY (24 * 60 * 60)
244 offset_day = offset_sec / SECS_PER_DAY;
246 offset_hms = offset_sec - (offset_day * SECS_PER_DAY);
251 if (offset_hms >= SECS_PER_DAY)
254 offset_hms -= SECS_PER_DAY;
259 offset_hms += SECS_PER_DAY;
  /external/libxml2/
xmlschemastypes.c     [all...]

Completed in 40 milliseconds