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

  /cts/apps/CameraITS/pymodules/its/
dng.py 136 ASN: The AsShotNeutral value, as a length-3 numpy array.
159 # ASN = CC * CM * XYZCAL
160 ASN = numpy.dot(numpy.dot(CC, CM), XYZCAL)
163 ASN = ASN / max(ASN)
165 return ASN
  /external/llvm/lib/IR/
Attributes.cpp 502 const AttributeSetNode *ASN = getSlotNode(I);
505 for (AttributeSetNode::iterator II = ASN->begin(),
506 IE = ASN->end(); II != IE; ++II) {
515 Mask |= (Log2_32(ASN->getAlignment()) + 1) << 16;
517 Mask |= (Log2_32(ASN->getStackAlignment()) + 1) << 26;
830 AttributeSetNode *ASN = getAttributes(Index);
831 return ASN ? ASN->hasAttribute(Kind) : false;
835 AttributeSetNode *ASN = getAttributes(Index);
836 return ASN ? ASN->hasAttribute(Kind) : false
    [all...]
  /external/chromium_org/remoting/webapp/
host_daemon_facade.js 331 * host (PublicKeyInfo structure encoded with ASN.1 DER, and then BASE64).

Completed in 326 milliseconds