/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpmont_expbinbnu.c | 109 BNU_CHUNK_T eValue = dataE[nsE-1]; in cpMontExpBin_BNU() local 110 int n = cpNLZ_BNU(eValue)+1; in cpMontExpBin_BNU() 116 eValue <<= n; in cpMontExpBin_BNU() 117 for(; n<BNU_CHUNK_BITS; n++, eValue<<=1) { in cpMontExpBin_BNU() 122 if(eValue & ((BNU_CHUNK_T)1<<(BNU_CHUNK_BITS-1))) in cpMontExpBin_BNU() 128 eValue = dataE[nsE-1]; in cpMontExpBin_BNU() 130 for(n=0; n<BNU_CHUNK_BITS; n++, eValue<<=1) { in cpMontExpBin_BNU() 134 if(eValue & ((BNU_CHUNK_T)1<<(BNU_CHUNK_BITS-1))) in cpMontExpBin_BNU()
|
D | pcpmont_expsafebinary.c | 246 Ipp32u eValue; in cpSafeMontExp_Binary() local 269 eValue = eData[eSize-1]; in cpSafeMontExp_Binary() 270 nBits = 32-NLZ32u(eValue); in cpSafeMontExp_Binary() 271 eValue <<= (32-nBits); in cpSafeMontExp_Binary() 274 eValue <<=1; in cpSafeMontExp_Binary() 275 for(; nBits>0; nBits--, eValue<<=1) { in cpSafeMontExp_Binary() 294 SET_BNU(pBuffer, ((Ipp32s)eValue)>>31, mSize); in cpSafeMontExp_Binary() 318 eValue = eData[eSize-1]; in cpSafeMontExp_Binary() 320 for(nBits=32; nBits>0; nBits--, eValue<<=1) { in cpSafeMontExp_Binary() 339 SET_BNU(pBuffer, ((Ipp32s)eValue)>>31, mSize); in cpSafeMontExp_Binary()
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssstyleselector.h | 69 float ToFontSize(CFX_CSSPropertyValue eValue, float fCurFontSize); 70 CFX_CSSDisplay ToDisplay(CFX_CSSPropertyValue eValue); 71 CFX_CSSTextAlign ToTextAlign(CFX_CSSPropertyValue eValue); 72 uint16_t ToFontWeight(CFX_CSSPropertyValue eValue); 73 CFX_CSSFontStyle ToFontStyle(CFX_CSSPropertyValue eValue); 74 CFX_CSSVerticalAlign ToVerticalAlign(CFX_CSSPropertyValue eValue); 76 CFX_CSSFontVariant ToFontVariant(CFX_CSSPropertyValue eValue);
|
D | cfx_cssstyleselector.cpp | 414 CFX_CSSDisplay CFX_CSSStyleSelector::ToDisplay(CFX_CSSPropertyValue eValue) { in ToDisplay() argument 415 switch (eValue) { in ToDisplay() 433 CFX_CSSPropertyValue eValue) { in ToTextAlign() argument 434 switch (eValue) { in ToTextAlign() 447 uint16_t CFX_CSSStyleSelector::ToFontWeight(CFX_CSSPropertyValue eValue) { in ToFontWeight() argument 448 switch (eValue) { in ToFontWeight() 462 CFX_CSSPropertyValue eValue) { in ToFontStyle() argument 463 switch (eValue) { in ToFontStyle() 512 float CFX_CSSStyleSelector::ToFontSize(CFX_CSSPropertyValue eValue, in ToFontSize() argument 514 switch (eValue) { in ToFontSize() [all …]
|
/external/ImageMagick/MagickCore/ |
D | accelerate-kernels-private.h | 1189 CLPixelType oValue, eValue; 1200 eValue = stretch_map[ePos]; 1201 red = getRed(eValue); 1210 eValue = stretch_map[ePos]; 1211 green = getGreen(eValue); 1220 eValue = stretch_map[ePos]; 1221 blue = getBlue(eValue); 1230 eValue = stretch_map[ePos]; 1231 alpha = getAlpha(eValue); 1649 CLPixelType oValue, eValue; [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XPathParts.java | 122 String eValue = v; in writeDifference() local 123 if (eValue.length() == 0) { in writeDifference() 127 pw.print(untrim(eValue, size())); in writeDifference() 141 private String untrim(String eValue, int count) { in untrim() argument 142 String result = TransliteratorUtilities.toHTML.transliterate(eValue); in untrim()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffwidgethandler.h | 116 CXFA_Node* CreateValueNode(XFA_Element eValue, CXFA_Node* pParent) const;
|
D | cxfa_ffwidgethandler.cpp | 563 CXFA_Node* CXFA_FFWidgetHandler::CreateValueNode(XFA_Element eValue, in CreateValueNode() argument 566 CreateCopyNode(eValue, pValue); in CreateValueNode()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.h | 191 bool SetEnum(XFA_Attribute eAttr, XFA_AttributeEnum eValue, bool bNotify);
|
D | cjx_object.cpp | 395 XFA_AttributeEnum eValue, in SetEnum() argument 398 (void*)(uintptr_t)eValue, bNotify); in SetEnum() 401 CXFA_Node::AttributeEnumToName(eValue)); in SetEnum()
|
/external/v8/benchmarks/ |
D | crypto.js | 1669 eValue="10001"; 1685 RSA.setPublic(nValue, eValue); 1686 RSA.setPrivateEx(nValue, eValue, dValue, pValue, qValue, dmp1Value, dmq1Value, coeffValue); 1692 RSA.setPublic(nValue, eValue); 1693 RSA.setPrivateEx(nValue, eValue, dValue, pValue, qValue, dmp1Value, dmq1Value, coeffValue);
|