/third_party/node/deps/npm/node_modules/jsbn/ |
H A D | index.js | 87 BigInteger.prototype.DM = ((1<<dbits)-1); 172 var c = this.s&this.DM; 237 return this.DB*(this.t-1)+nbits(this[this.t-1]^(this.s&this.DM)); 261 var ds = Math.floor(n/this.DB), c = (this.s<<bs)&this.DM, i; 296 r[i++] = c&this.DM; 303 r[i++] = c&this.DM; 312 r[i++] = c&this.DM; 386 var qd = (r[--i]==y0)?this.DM:Math.floor(r[i]*d1+(r[i-1]+e)*d2); 487 var u0 = (j*this.mpl+(((j*this.mph+(x[i]>>15)*this.mpl)&this.um)<<15))&x.DM; 678 if(p < this.DB && (d = this[i]>>p) != (this.s&this.DM)>> [all...] |
/third_party/skia/dm/ |
H A D | DMJsonWriter.h | 14 namespace DM { namespace 17 * Class for collecting results from DM and writing to a json file. 59 } // namespace DM
|
H A D | DMJsonWriter.cpp | 20 namespace DM { namespace 145 } // namespace DM
|
H A D | DMSrcSink.h | 31 namespace DM { namespace 333 } // namespace DM 337 namespace DM { namespace 662 } // namespace DM
|
H A D | DMSrcSink.cpp | 108 namespace DM { namespace 1447 // All SkBitmaps in DM are tight, so this comparison is easy. in compare_bitmaps() 1996 metadata.fCreator = "Skia/DM"; in draw() 2202 using DrawToCanvasFn = std::function<DM::Result(GrDirectContext*, SkCanvas*)>; 2409 } // namespace DM
|
H A D | DM.cpp | 176 using namespace DM;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 227 auto DM = std::make_unique<DataMemberLayoutItem>(*this, std::move(Data)); in initializeChildren() local 229 addChildToLayout(std::move(DM)); in initializeChildren()
|
/third_party/skia/include/codec/ |
H A D | SkCodec.h | 35 namespace DM { namespace 38 } // namespace DM 976 friend class DM::CodecSrc; // for fillIncompleteImage
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
H A D | telnet.h | 17 #define DM 242 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
H A D | telnet.h | 17 #define DM 242 macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
H A D | telnet.h | 17 #define DM 242 macro
|
/third_party/musl/include/arpa/ |
H A D | telnet.h | 17 #define DM 242 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFGraph.h | 736 void pushAllDefs(NodeAddr<InstrNode*> IA, DefStackMap &DM); 853 void pushClobbers(NodeAddr<InstrNode*> IA, DefStackMap &DM); 854 void pushDefs(NodeAddr<InstrNode*> IA, DefStackMap &DM);
|
H A D | HexagonFrameLowering.cpp | 2287 HexagonBlockRanges::RegToRangeMap DM = HBR.computeDeadMap(IM, LM); in optimizeSpillSlots() local 2289 << HexagonBlockRanges::PrintRangeMap(DM, HRI)); in optimizeSpillSlots() 2311 unsigned FoundR = this->findPhysReg(MF, Range, IM, DM, RC); in optimizeSpillSlots() 2378 DM[RR].subtract(Range); in optimizeSpillSlots()
|
H A D | RDFGraph.cpp | 956 DefStackMap DM; in build() local 957 linkBlockRefs(DM, EA); in build()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 725 PMDataManager *DM = getAsPMDataManager(); in schedulePass() local 726 AnalysisResolver *AR = new AnalysisResolver(*DM); in schedulePass() 728 DM->initializeAnalysisImpl(P); in schedulePass() 730 DM->recordAvailableAnalysis(IP); in schedulePass() 1043 PMDataManager &DM = PUsed->getResolver()->getPMDataManager(); in add() local 1044 RDepth = DM.getDepth(); in add()
|
/third_party/python/Lib/ |
H A D | telnetlib.py | 62 DM = bytes([242]) # Data Mark variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 422 static RegisterPass<DebugifyModulePass> DM("debugify",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 4997 unsigned DM[2]; in Select() local 5001 DM[i] = 0; in Select() 5003 DM[i] = 1; in Select() 5005 if (Op1 == Op2 && DM[0] == 0 && DM[1] == 0 && in Select() 5029 unsigned tmp = DM[0]; in Select() 5030 DM[0] = 1 - DM[1]; in Select() 5031 DM[1] = 1 - tmp; in Select() 5034 SDValue DMV = CurDAG->getTargetConstant(DM[ in Select() [all...] |
H A D | PPCISelLowering.cpp | 2069 /// if the inputs to the instruction should be swapped and set \p DM to the 2073 /// (BE). Set \p DM to the calculated result (0-3) only if \p N can be lowered. 2076 bool PPC::isXXPERMDIShuffleMask(ShuffleVectorSDNode *N, unsigned &DM, in isXXPERMDIShuffleMask() argument 2092 DM = IsLE ? (((~M1) & 1) << 1) + ((~M0) & 1) : (M0 << 1) + (M1 & 1); in isXXPERMDIShuffleMask() 2110 DM = (((~M1) & 1) << 1) + ((~M0) & 1); in isXXPERMDIShuffleMask() 2123 DM = (M0 << 1) + (M1 & 1); in isXXPERMDIShuffleMask()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | demo-compiled.js | 56 var I={1:"US AG AI AS BB BM BS CA DM DO GD GU JM KN KY LC MP MS PR SX TC TT VC VG VI".split(" "),7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"], 168 ,,,"32123456"],[,,"80\\d{6}",,,,"80123456"],[,,"90\\d{6}",,,,"90123456"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],"DK",45,"00",,,,,,,1,[[,"(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-9]"]]],,[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]]],DM:[,[,,"(?:[58]\\d\\d|767|900)\\d{7}",,,,,,,[10],[7]],[,,"767(?:2(?:55|66)|4(?:2[01]|4[0-25-9])|50[0-4])\\d{4}",,,,"7674201234",,,,[7]],[,,"767(?:2(?:[2-4689]5|7[5-7])|31[5-7]|61[1-8]|70[1-6])\\d{4}",,,,"7672251234",,,,[7]], 169 [,,"8(?:00|33|44|55|66|77|88)[2-9]\\d{6}",,,,"8002123456"],[,,"900[2-9]\\d{6}",,,,"9002123456"],[,,,,,,,,,[-1]],[,,"52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}",,,,"5002345678"],[,,,,,,,,,[-1]],"DM",1,"011","1",,,"([2-7]\\d{6})$|1","767$1",,,,,[,,,,,,,,,[-1]],,"767",[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]]], 555 ,,,,,,,[-1]],,[,,,,,,,,,[-1]]],DM:[,[,,"[39]\\d\\d",,,,,,,[3]],,,[,,"333|9(?:11|88|99)",,,,"333"],[,,,,,,,,,[-1]],,,,"DM",,,,,,,,,,,,,,,,,,[,,"333|9(?:11|99)",,,,"333"],,[,,"333|9(?:11|88|99)",,,,"333"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,,,,,,,,[-1]]],DO:[,[,,"[19]\\d\\d",,,,,,,[3]],,,[,,"112|9(?:11|88)",,,,"112"],[,,,,,,,,,[-1]],,,,"DO",,,,,,,,,,,,,,,,,,[,,"112|911",,,,"112"],,[,,"112|9(?:11|88)",,,,"112"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,,,,,,,,[-1]]],DZ:[,[,,"[17]\\d{1,3}",,,,,,,[2,3,4]],,
|