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

  /external/llvm/lib/IR/
Attributes.cpp 485 const AttributeSetNode *ASN = getSlotNode(I);
488 for (AttributeSetNode::iterator II = ASN->begin(),
489 IE = ASN->end(); II != IE; ++II) {
498 Mask |= (Log2_32(ASN->getAlignment()) + 1) << 16;
500 Mask |= (Log2_32(ASN->getStackAlignment()) + 1) << 26;
812 AttributeSetNode *ASN = getAttributes(Index);
813 return ASN ? ASN->hasAttribute(Kind) : false;
817 AttributeSetNode *ASN = getAttributes(Index);
818 return ASN ? ASN->hasAttribute(Kind) : false
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/chromium_org/remoting/webapp/
host_native_messaging.js 403 * host (PublicKeyInfo structure encoded with ASN.1 DER, and then BASE64).
  /external/dropbear/libtommath/
bn.tex     [all...]

Completed in 107 milliseconds