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

  /external/boringssl/src/crypto/
time_support.c 67 #define SECS_PER_DAY (24 * 60 * 60)
109 offset_day = offset_sec / SECS_PER_DAY;
111 offset_hms = offset_sec - (offset_day * SECS_PER_DAY);
116 if (offset_hms >= SECS_PER_DAY) {
118 offset_hms -= SECS_PER_DAY;
121 offset_hms += SECS_PER_DAY;
191 diff_sec += SECS_PER_DAY;
195 diff_sec -= SECS_PER_DAY;
  /external/libxml2/
xmlschemastypes.c     [all...]

Completed in 308 milliseconds