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

  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_utctm.c 265 #define return_cmp(a,b) if ((a)<(b)) return -1; else if ((a)>(b)) return 1 macro
269 return_cmp(year, tm->tm_year);
270 return_cmp(g2(s->data+2) - 1, tm->tm_mon);
271 return_cmp(g2(s->data+4), tm->tm_mday);
272 return_cmp(g2(s->data+6), tm->tm_hour);
273 return_cmp(g2(s->data+8), tm->tm_min);
274 return_cmp(g2(s->data+10), tm->tm_sec);
276 #undef return_cmp macro
  /external/openssl/crypto/asn1/
a_utctm.c 265 #define return_cmp(a,b) if ((a)<(b)) return -1; else if ((a)>(b)) return 1 macro
269 return_cmp(year, tm->tm_year);
270 return_cmp(g2(s->data+2) - 1, tm->tm_mon);
271 return_cmp(g2(s->data+4), tm->tm_mday);
272 return_cmp(g2(s->data+6), tm->tm_hour);
273 return_cmp(g2(s->data+8), tm->tm_min);
274 return_cmp(g2(s->data+10), tm->tm_sec);
276 #undef return_cmp macro

Completed in 197 milliseconds