HomeSort by relevance Sort by last modified time
    Searched full:oldi (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/eigen/bench/btl/generic_bench/
bench.hh 61 int oldi = oldSizes.size() - 1; local
83 while (oldi>=0 && oldSizes[oldi]>tab_sizes[i])
84 --oldi;
85 if (oldi>=0 && oldSizes[oldi]==tab_sizes[i])
87 if (oldFlops[oldi]<tab_mflops[i])
91 std::cout << oldFlops[oldi];
93 --oldi;
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 342 Instruction& OldI = *OldIter;
344 EXPECT_NE(&OldI, &NewI);
346 EXPECT_EQ(OldI.hasMetadata(), NewI.hasMetadata());
347 if (OldI.hasMetadata()) {
348 const DebugLoc& OldDL = OldI.getDebugLoc();
379 Instruction& OldI = *OldIter;
381 if (DbgDeclareInst* OldIntrin = dyn_cast<DbgDeclareInst>(&OldI)) {
398 } else if (DbgValueInst* OldIntrin = dyn_cast<DbgValueInst>(&OldI)) {
  /external/icu/icu4c/source/test/intltest/
punyref.c 223 b, j, in, oldi, w, k, digit, t; local
258 for (oldi = i, w = 1, k = base; ; k += base) {
271 bias = adapt(i - oldi, out + 1, oldi == 0);
loctest.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Punycode.java 276 int n, i, bias, basicLength, j, in, oldi, w, k, digit, t, local
328 for(oldi=i, w=1, k=BASE; /* no condition */; k+=BASE) {
366 bias=adaptBias(i-oldi, destCPCount, (oldi==0));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
PunycodeReference.java 302 b, j, in, oldi, w, k, digit, t; local
341 for (oldi = i, w = 1, k = base; ; k += base) {
354 bias = adapt(i - oldi, out + 1, (oldi == 0));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Punycode.java 274 int n, i, bias, basicLength, j, in, oldi, w, k, digit, t, local
326 for(oldi=i, w=1, k=BASE; /* no condition */; k+=BASE) {
364 bias=adaptBias(i-oldi, destCPCount, (oldi==0));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
PunycodeReference.java 301 b, j, in, oldi, w, k, digit, t; local
340 for (oldi = i, w = 1, k = base; ; k += base) {
353 bias = adapt(i - oldi, out + 1, (oldi == 0));
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 681 for (Instruction &OldI : *OldBlock) {
682 auto *OldPN = dyn_cast<PHINode>(&OldI);
733 auto *OldI = dyn_cast<Instruction>(const_cast<Value *>(VT.first));
734 if (!OldI)
739 for (Use &U : OldI->uses()) {
754 // We found a use of OldI outside of the funclet. Rename all uses of OldI
758 SSAUpdate.Initialize(OldI->getType(), OldI->getName());
759 SSAUpdate.AddAvailableValue(OldI->getParent(), OldI)
    [all...]
MachineBasicBlock.cpp 573 succ_iterator OldI = E;
576 OldI = I;
582 if (OldI != E)
586 assert(OldI != E && "Old is not a successor of this block");
592 *OldI = New;
601 *ProbIter += *getProbabilityIterator(OldI);
603 removeSuccessor(OldI);
    [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 317 // We are filling in new offset 'i'; oldI is where we can find it
319 size_t oldI = newPosToOriginalPos[i];
321 const entry& oldEnt = mEntries[mEntryArray[oldI]];
324 ssize_t newIndexOfOffset = origOffsetToNewOffset.indexOfKey(oldI);
342 if (oldI < mEntryStyleArray.size()) {
343 newEntryStyleArray.add(mEntryStyleArray[oldI]);
  /external/compiler-rt/lib/BlocksRuntime/
runtime.c 57 static __inline bool OSAtomicCompareAndSwapInt(int oldi, int newi, int volatile *dst) {
59 int original = InterlockedCompareExchange(dst, newi, oldi);
60 return (original == oldi);
76 static __inline bool OSAtomicCompareAndSwapInt(int oldi, int newi, int volatile *dst) {
77 return __sync_bool_compare_and_swap(dst, oldi, newi);
  /frameworks/base/services/core/java/com/android/server/wm/
WallpaperController.java 585 int oldI = windows.indexOf(oldW);
587 "New i: " + wallpaperTargetIndex + " old i: " + oldI);
588 if (oldI >= 0) {
594 + " old#" + oldI + "=" + oldW + " hidden=" + oldTargetHidden
600 if (wallpaperTargetIndex > oldI) {
608 wallpaperTargetIndex = oldI;
    [all...]
  /external/icu/icu4c/source/common/
punycode.cpp 379 int32_t n, destLength, i, bias, basicLength, j, in, oldi, w, k, digit, t, local
450 for(oldi=i, w=1, k=BASE; /* no condition */; k+=BASE) {
500 bias=adaptBias(i-oldi, destCPCount, (UBool)(oldi==0));
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 633 BasicBlock::const_iterator OldI = OldBB->begin();
637 assert(VMap[&*OldI] == PN && "VMap mismatch");
638 VMap[&*OldI] = NV;
640 ++OldI;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
SROA.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/fdlibm/
configure 459 | --oldin | --oldi | --old | --ol | --o)
463 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    [all...]
  /toolchain/binutils/binutils-2.25/etc/
configure 838 | --oldin | --oldi | --old | --ol | --o)
842 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/fec/
configure 494 | --oldin | --oldi | --old | --ol | --o)
498 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    [all...]
  /packages/inputmethods/LatinIME/java/res/values-uz-rUZ/
strings-emoji-descriptions.xml     [all...]
  /external/iputils/ninfod/
configure 909 | --oldin | --oldi | --old | --ol | --o)
913 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    [all...]
  /prebuilts/misc/windows/sdl2/test/
configure 915 | --oldin | --oldi | --old | --ol | --o)
919 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    [all...]

Completed in 802 milliseconds

1 2 3