/third_party/icu/icu4c/source/test/testdata/ |
D | BidiTest.txt | 124 LRI; 3 143 LRI; 4 255 LRI LRE; 3 256 LRI LRO; 3 257 LRI RLE; 3 258 LRI RLO; 3 259 LRI PDF; 3 260 LRI BN; 3 338 LRI LRE; 4 339 LRI LRO; 4 [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/ |
D | BidiTest.txt | 124 LRI; 3 143 LRI; 4 255 LRI LRE; 3 256 LRI LRO; 3 257 LRI RLE; 3 258 LRI RLO; 3 259 LRI PDF; 3 260 LRI BN; 3 338 LRI LRE; 4 339 LRI LRO; 4 [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | BidiTest.txt | 124 LRI; 3 143 LRI; 4 255 LRI LRE; 3 256 LRI LRO; 3 257 LRI RLE; 3 258 LRI RLO; 3 259 LRI PDF; 3 260 LRI BN; 3 338 LRI LRE; 4 339 LRI LRO; 4 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 191 void addKillFlag(const LiveReg &LRI); 400 LiveRegMap::iterator LRI = findLiveVirtReg(VirtReg); in killVirtReg() local 401 if (LRI != LiveVirtRegs.end() && LRI->PhysReg) in killVirtReg() 402 killVirtReg(*LRI); in killVirtReg() 411 LiveRegMap::iterator LRI = findLiveVirtReg(VirtReg); in spillVirtReg() local 412 assert(LRI != LiveVirtRegs.end() && LRI->PhysReg && in spillVirtReg() 414 spillVirtReg(MI, *LRI); in spillVirtReg() 576 LiveRegMap::const_iterator LRI = findLiveVirtReg(VirtReg); in calcSpillCost() local 577 assert(LRI != LiveVirtRegs.end() && LRI->PhysReg && in calcSpillCost() 579 return LRI->Dirty ? spillDirty : spillClean; in calcSpillCost() [all …]
|
D | LiveIntervalUnion.cpp | 134 LRI = LR->begin(); in collectInterferingVRegs() 136 LiveUnionI.find(LRI->start); in collectInterferingVRegs() 142 assert(LRI != LREnd && "Reached end of LR"); in collectInterferingVRegs() 145 while (LRI->start < LiveUnionI.stop() && LRI->end > LiveUnionI.start()) { in collectInterferingVRegs() 163 assert(LRI->end <= LiveUnionI.start() && "Expected non-overlap"); in collectInterferingVRegs() 166 LRI = LR->advanceTo(LRI, LiveUnionI.start()); in collectInterferingVRegs() 167 if (LRI == LREnd) in collectInterferingVRegs() 171 if (LRI->start < LiveUnionI.stop()) in collectInterferingVRegs() 175 LiveUnionI.advanceTo(LRI->start); in collectInterferingVRegs()
|
D | LivePhysRegs.cpp | 33 RegisterSet::iterator LRI = LiveRegs.begin(); in removeRegsInMask() local 34 while (LRI != LiveRegs.end()) { in removeRegsInMask() 35 if (MO.clobbersPhysReg(*LRI)) { in removeRegsInMask() 37 Clobbers->push_back(std::make_pair(*LRI, &MO)); in removeRegsInMask() 38 LRI = LiveRegs.erase(LRI); in removeRegsInMask() 40 ++LRI; in removeRegsInMask()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiFrameLowering.cpp | 29 const LanaiRegisterInfo *LRI = STI.getRegisterInfo(); in determineFrameLayout() local 35 unsigned StackAlign = LRI->needsStackRealignment(MF) ? MFI.getMaxAlignment() in determineFrameLayout() 203 const LanaiRegisterInfo *LRI = in determineCalleeSaves() local 215 if (LRI->hasBasePointer(MF)) { in determineCalleeSaves() 217 SavedRegs.reset(LRI->getBaseRegister()); in determineCalleeSaves()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVNSink.cpp | 591 LockstepReverseIterator &LRI, unsigned &InstNum, unsigned &MemoryInstNum, 631 LockstepReverseIterator &LRI, unsigned &InstNum, unsigned &MemoryInstNum, in analyzeInstructionForSinking() argument 633 auto Insts = *LRI; in analyzeInstructionForSinking() 661 auto &ActivePreds = LRI.getActiveBlocks(); in analyzeInstructionForSinking() 684 LRI.restrictToBlocks(ActivePreds); in analyzeInstructionForSinking() 786 LockstepReverseIterator LRI(Preds); in sinkBB() local 794 while (LRI.isValid()) { in sinkBB() 795 auto Cand = analyzeInstructionForSinking(LRI, InstNum, MemoryInstNum, in sinkBB() 801 --LRI; in sinkBB()
|
/third_party/icu/icu4c/source/common/ |
D | ubidiimp.h | 65 LRI=U_LEFT_TO_RIGHT_ISOLATE, /* 20 */ enumerator 85 …FLAG(ENL)|DIRPROP_FLAG(ENR)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(LRI)) 94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
|
D | ubidi.cpp | 515 flags|=DIRPROP_FLAG(LRI); in getDirProps() 546 dirProps[i-1]=LRI; /* default if no strong char */ in getDirProps() 558 flags|=DIRPROP_FLAG(LRI); in getDirProps() 607 flags|=DIRPROP_FLAG(LRI); in getDirProps() 1219 case LRI: in resolveExplicitLevels() 1230 if(dirProp==LRI) in resolveExplicitLevels() 1362 if(dirProp==LRI || dirProp==RLI) { in checkExplicitLevels() 1839 if(dirProp==LRI || dirProp==RLI) in setLevelsOutsideIsolates() 2189 if(dirProp==LRI || dirProp==RLI) in resolveImplicitLevels() 2269 if((dirProp==LRI || dirProp==RLI) && limit<pBiDi->length) { in resolveImplicitLevels()
|
/third_party/node/deps/icu-small/source/common/ |
D | ubidiimp.h | 65 LRI=U_LEFT_TO_RIGHT_ISOLATE, /* 20 */ enumerator 85 …FLAG(ENL)|DIRPROP_FLAG(ENR)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(LRI)) 94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
|
D | ubidi.cpp | 515 flags|=DIRPROP_FLAG(LRI); in getDirProps() 546 dirProps[i-1]=LRI; /* default if no strong char */ in getDirProps() 558 flags|=DIRPROP_FLAG(LRI); in getDirProps() 607 flags|=DIRPROP_FLAG(LRI); in getDirProps() 1219 case LRI: in resolveExplicitLevels() 1230 if(dirProp==LRI) in resolveExplicitLevels() 1362 if(dirProp==LRI || dirProp==RLI) { in checkExplicitLevels() 1839 if(dirProp==LRI || dirProp==RLI) in setLevelsOutsideIsolates() 2189 if(dirProp==LRI || dirProp==RLI) in resolveImplicitLevels() 2269 if((dirProp==LRI || dirProp==RLI) && limit<pBiDi->length) { in resolveImplicitLevels()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubidiimp.h | 65 LRI=U_LEFT_TO_RIGHT_ISOLATE, /* 20 */ enumerator 85 …FLAG(ENL)|DIRPROP_FLAG(ENR)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(LRI)) 94 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
|
D | ubidi.cpp | 515 flags|=DIRPROP_FLAG(LRI); in getDirProps() 546 dirProps[i-1]=LRI; /* default if no strong char */ in getDirProps() 558 flags|=DIRPROP_FLAG(LRI); in getDirProps() 607 flags|=DIRPROP_FLAG(LRI); in getDirProps() 1219 case LRI: in resolveExplicitLevels() 1230 if(dirProp==LRI) in resolveExplicitLevels() 1362 if(dirProp==LRI || dirProp==RLI) { in checkExplicitLevels() 1839 if(dirProp==LRI || dirProp==RLI) in setLevelsOutsideIsolates() 2189 if(dirProp==LRI || dirProp==RLI) in resolveImplicitLevels() 2269 if((dirProp==LRI || dirProp==RLI) && limit<pBiDi->length) { in resolveImplicitLevels()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ubidiimp.h | 57 LRI=U_LEFT_TO_RIGHT_ISOLATE, /* 20 */ enumerator 77 …FLAG(ENL)|DIRPROP_FLAG(ENR)|DIRPROP_FLAG(AN)|DIRPROP_FLAG(LRE)|DIRPROP_FLAG(LRO)|DIRPROP_FLAG(LRI)) 86 #define MASK_ISO (DIRPROP_FLAG(LRI)|DIRPROP_FLAG(RLI)|DIRPROP_FLAG(FSI)|DIRPROP_FLAG(PDI))
|
D | ubidi.cpp | 515 flags|=DIRPROP_FLAG(LRI); in getDirProps() 546 dirProps[i-1]=LRI; /* default if no strong char */ in getDirProps() 558 flags|=DIRPROP_FLAG(LRI); in getDirProps() 607 flags|=DIRPROP_FLAG(LRI); in getDirProps() 1219 case LRI: in resolveExplicitLevels() 1230 if(dirProp==LRI) in resolveExplicitLevels() 1362 if(dirProp==LRI || dirProp==RLI) { in checkExplicitLevels() 1839 if(dirProp==LRI || dirProp==RLI) in setLevelsOutsideIsolates() 2190 if(dirProp==LRI || dirProp==RLI) in resolveImplicitLevels() 2271 if((dirProp==LRI || dirProp==RLI) && limit<pBiDi->length) { in resolveImplicitLevels()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cbiditst.h | 54 #define LRI U_LEFT_TO_RIGHT_ISOLATE macro
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | unicode.dart | 57 static const String LRI = '\u2066'; 81 /// End the scope of the last [LRI], [RLI], or [FSI].
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Bidi.java | 953 static final byte LRI = UCharacterDirection.LEFT_TO_RIGHT_ISOLATE; /* 20 */ field in Bidi 1137 …rPropFlag(ENL)|DirPropFlag(ENR)|DirPropFlag(AN)|DirPropFlag(LRE)|DirPropFlag(LRO)|DirPropFlag(LRI); 1147 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI); 1864 flags |= DirPropFlag(LRI); in getDirProps() 1895 dirProps[i-1] = LRI; /* default if no strong char */ in getDirProps() 1907 flags |= DirPropFlag(LRI); in getDirProps() 1955 flags |= DirPropFlag(LRI); in getDirProps() 2533 case LRI: in resolveExplicitLevels() 2544 if (dirProp == LRI) in resolveExplicitLevels() 2672 if (dirProp == LRI || dirProp == RLI) { in checkExplicitLevels() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 978 static final byte LRI = UCharacterDirection.LEFT_TO_RIGHT_ISOLATE; /* 20 */ field in Bidi 1161 …rPropFlag(ENL)|DirPropFlag(ENR)|DirPropFlag(AN)|DirPropFlag(LRE)|DirPropFlag(LRO)|DirPropFlag(LRI); 1171 static final int MASK_ISO = DirPropFlag(LRI)|DirPropFlag(RLI)|DirPropFlag(FSI)|DirPropFlag(PDI); 1898 flags |= DirPropFlag(LRI); in getDirProps() 1929 dirProps[i-1] = LRI; /* default if no strong char */ in getDirProps() 1941 flags |= DirPropFlag(LRI); in getDirProps() 1989 flags |= DirPropFlag(LRI); in getDirProps() 2567 case LRI: in resolveExplicitLevels() 2578 if (dirProp == LRI) in resolveExplicitLevels() 2706 if (dirProp == LRI || dirProp == RLI) { in checkExplicitLevels() [all …]
|
/third_party/boost/libs/numeric/odeint/examples/nt2/ |
D | Jamfile.v2 | 2 # Copyright 2014 LRI UMR 8623 CNRS/Univ Paris Sud XI
|
/third_party/boost/libs/numeric/odeint/test_external/nt2/ |
D | Jamfile.v2 | 2 # Copyright 2014 LRI UMR 8623 CNRS/Univ Paris Sud XI
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveIntervalUnion.h | 112 LiveRange::const_iterator LRI; ///< current position in LR variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1777 LockstepReverseIterator LRI(UnconditionalPreds); in SinkCommonCodeFromPredecessors() local 1778 while (LRI.isValid() && in SinkCommonCodeFromPredecessors() 1779 canSinkInstructions(*LRI, PHIOperands)) { in SinkCommonCodeFromPredecessors() 1780 LLVM_DEBUG(dbgs() << "SINK: instruction can be sunk: " << *(*LRI)[0] in SinkCommonCodeFromPredecessors() 1782 InstructionsToSink.insert((*LRI).begin(), (*LRI).end()); in SinkCommonCodeFromPredecessors() 1784 --LRI; in SinkCommonCodeFromPredecessors() 1787 auto ProfitableToSinkInstruction = [&](LockstepReverseIterator &LRI) { in SinkCommonCodeFromPredecessors() argument 1789 for (auto *I : *LRI) in SinkCommonCodeFromPredecessors() 1807 LRI.reset(); in SinkCommonCodeFromPredecessors() 1810 while (ProfitableToSinkInstruction(LRI) && Idx < ScanIdx) { in SinkCommonCodeFromPredecessors() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestData.java | 43 protected static final int LRI = UCharacterDirection.LEFT_TO_RIGHT_ISOLATE; field in TestData
|