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

  /external/boringssl/src/crypto/asn1/
a_gentm.c 147 int offsign = a[o] == '-' ? -1 : 1, offset = 0; local
167 if (offset && !OPENSSL_gmtime_adj(tm, 0, offset * offsign))
a_utctm.c 163 int offsign = a[o] == '-' ? -1 : 1, offset = 0; local
183 if (offset && !OPENSSL_gmtime_adj(tm, 0, offset * offsign))

Completed in 241 milliseconds