HomeSort by relevance Sort by last modified time
    Searched defs:ttag (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/asn1/
asn1_lib.c 222 int i, ttag; local
230 for (i = 0, ttag = tag; ttag > 0; i++)
231 ttag >>= 7;
232 ttag = i;
235 if (i != (ttag - 1))
239 p += ttag;
tasn_enc.c 262 int i, ret, flags, ttag, tclass, ndef; local
278 ttag = tt->tag;
282 ttag = tag;
285 ttag = -1;
294 * At this point 'ttag' contains the outer tag to use, 'tclass' is the
326 if ((ttag != -1) && !(flags & ASN1_TFLG_EXPTAG)) {
327 sktag = ttag;
353 ret = ASN1_object_size(ndef, sklen, ttag);
363 ASN1_put_object(out, ndef, sklen, ttag, tclass);
385 ret = ASN1_object_size(ndef, i, ttag);
    [all...]
  /external/freetype/src/base/
ftstroke.c 1858 FT_Byte ttag = local
    [all...]

Completed in 60 milliseconds