Searched defs:psec (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/crypto/asn1/
H A Da_time.c204 int ASN1_TIME_diff(int *pday, int *psec, argument
212 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to);
H A Dtime_support.c104 long *pday, int *psec) {
140 *psec = offset_hms;
174 int OPENSSL_gmtime_diff(int *pday, int *psec, const struct tm *from, argument
201 if (psec) {
202 *psec = diff_sec;
103 julian_adj(const struct tm *tm, int off_day, long offset_sec, long *pday, int *psec) argument
/external/syslinux/mbr/
H A Dgptmbr.S41 psec = _phdr + 512 define

Completed in 93 milliseconds