Home
last modified time | relevance | path

Searched refs:oe (Results 1 – 25 of 54) sorted by relevance

123

/external/libedit/src/
Drefresh.c504 Char *ofd, *ols, *oe, *nfd, *nls, *ne; in re_update_line() local
531 oe = o; in re_update_line()
532 *oe = '\0'; in re_update_line()
621 if ((oe - ols) < MIN_END_KEEP) { in re_update_line()
622 ols = oe; in re_update_line()
649 ols = oe; in re_update_line()
653 ols = oe; in re_update_line()
665 ols = oe; in re_update_line()
669 ols = oe; in re_update_line()
693 ofd - old, osb - old, ose - old, ols - old, oe - old)); in re_update_line()
[all …]
/external/opencv3/3rdparty/openexr/IlmImf/
DImfHuf.cpp816 #define getCode(po, rlc, c, lc, in, out, oe) \ argument
827 if (out + cs > oe) \
835 else if (out < oe) \
863 unsigned short * oe = out + no; in hufDecode() local
889 getCode (pl.lit, rlc, c, lc, in, out, oe); in hufDecode()
919 getCode (pl.p[j], rlc, c, lc, in, out, oe); in hufDecode()
946 getCode (pl.lit, rlc, c, lc, in, out, oe); in hufDecode()
/external/valgrind/coregrind/
Dm_transtab.c495 static void OutEdge__init ( OutEdge* oe ) in OutEdge__init() argument
497 oe->to_sNo = INV_SNO; /* invalid */ in OutEdge__init()
498 oe->to_tteNo = 0; in OutEdge__init()
499 oe->from_offs = 0; in OutEdge__init()
640 void OutEdgeArr__add ( OutEdgeArr* oea, OutEdge* oe ) in OutEdgeArr__add() argument
644 VG_(addToXA)(oea->edges.var, oe); in OutEdgeArr__add()
658 VG_(addToXA)(var, oe); in OutEdgeArr__add()
664 oea->edges.fixed[oea->n_fixed++] = *oe; in OutEdgeArr__add()
864 OutEdge oe; in VG_() local
865 OutEdge__init(&oe); in VG_()
[all …]
/external/libcxx/test/libcxx/test/
Dformat.py52 except OSError as oe:
53 if oe.errno != errno.ETXTBSY:
/external/icu/icu4c/source/data/translit/
Dla_la_FONIPA.txt43 oe → oj;
DAny_Accents.txt32 $pre oe $post ↔ œ ; # LATIN SMALL LIGATURE OE
DLatin_ConjoiningJamo.txt238 $jamoInitial {oe} ↔ $OE;
DKorean_Latin_BGN.txt262 ᅬ → oe ; # HANGUL JUNGSEONG OE
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
DMultiStartMultivariateRealOptimizer.java181 } catch (OptimizationException oe) { in optimize()
DMultiStartDifferentiableMultivariateRealOptimizer.java192 } catch (OptimizationException oe) { in optimize()
DMultiStartDifferentiableMultivariateVectorialOptimizer.java196 } catch (OptimizationException oe) { in optimize()
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_ppc.c552 unsigned oe:1; member
559 emit_xo(struct ppc_function *p, uint op, uint rt, uint ra, uint rb, uint oe, in emit_xo() argument
567 inst.inst.oe = oe; in emit_xo()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp306 oe = MI->memoperands_end(); in hasLoadFromStackSlot() local
307 o != oe; in hasLoadFromStackSlot()
326 oe = MI->memoperands_end(); in hasStoreToStackSlot() local
327 o != oe; in hasStoreToStackSlot()
DMachineLICM.cpp334 oe = MI->memoperands_end(); o != oe; ++o) { in InstructionStoresToFI() local
/external/icu/icu4c/source/data/coll/
Droot.txt561 "&oe<<ɶ<<ᴔ"
/external/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp1259 for (unsigned oi = 1 , oe = RC.getNumOrders(); oi != oe; ++oi) { in runTargetDesc() local
1272 for (unsigned oi = 1, oe = RC.getNumOrders(); oi != oe; ++oi) in runTargetDesc() local
/external/skia/src/pathops/
DSkOpCoincidence.cpp222 SkOpPtT* oe = oppSeg->addMissing(oppTe, coinSeg, allocator); in addIfMissing() local
225 ce->addOpp(oe); in addIfMissing()
226 this->add(cs, ce, os, oe, allocator); in addIfMissing()
/external/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp221 for (unsigned oi = 1, oe = I.getNumOperands(); oi != oe; oi += 2) { in trivialTailPHIs() local
/external/icu/icu4c/source/data/rbnf/
Dde.txt16 … "&ue=\u00FC&ae=\u00E4&oe=\u00F6&[last primary ignorable ] << ' ' << ',' << '-' << '\u00AD';",
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td811 multiclass XOForm_1r<bits<6> opcode, bits<9> xo, bit oe, dag OOL, dag IOL,
815 def NAME : XOForm_1<opcode, xo, oe, OOL, IOL,
819 def o : XOForm_1<opcode, xo, oe, OOL, IOL,
827 multiclass XOForm_1rcr<bits<6> opcode, bits<9> xo, bit oe, dag OOL, dag IOL,
831 def NAME : XOForm_1<opcode, xo, oe, OOL, IOL,
835 def o : XOForm_1<opcode, xo, oe, OOL, IOL,
842 multiclass XOForm_1rc<bits<6> opcode, bits<9> xo, bit oe, dag OOL, dag IOL,
847 def NAME : XOForm_1<opcode, xo, oe, OOL, IOL,
851 def o : XOForm_1<opcode, xo, oe, OOL, IOL,
857 multiclass XOForm_3r<bits<6> opcode, bits<9> xo, bit oe, dag OOL, dag IOL,
[all …]
DPPCInstrFormats.td1284 class XOForm_1<bits<6> opcode, bits<9> xo, bit oe, dag OOL, dag IOL, string asmstr,
1298 let Inst{21} = oe;
1303 class XOForm_3<bits<6> opcode, bits<9> xo, bit oe,
1305 : XOForm_1<opcode, xo, oe, OOL, IOL, asmstr, itin, pattern> {
/external/clang/lib/Sema/
DSemaCast.cpp921 OverloadExpr* oe = OverloadExpr::find(SrcExpr.get()).Expression; in CheckStaticCast() local
923 << oe->getName() << DestType << OpRange in CheckStaticCast()
924 << oe->getQualifierLoc().getSourceRange(); in CheckStaticCast()
DSemaDeclObjC.cpp176 oe = Overridden->param_end(); in CheckObjCMethodOverride() local
179 ni != ne && oi != oe; ++ni, ++oi) { in CheckObjCMethodOverride()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DDiagBigDecimal.java1897 java.lang.ArithmeticException oe = null; in diagmultiply() local
2072 oe = $57; in diagmultiply()
2073 flag = (oe.getMessage()).equals("Exponent Overflow: 1000000000"); in diagmultiply()
2082 oe = $58; in diagmultiply()
2083 flag = (oe.getMessage()).equals("Exponent Overflow: 1000000002"); in diagmultiply()
2093 oe = $59; in diagmultiply()
2094 flag = (oe.getMessage()).equals("Exponent Overflow: -1000000000"); in diagmultiply()
2104 oe = $60; in diagmultiply()
2105 flag = (oe.getMessage()).equals("Exponent Overflow: -1000000002"); in diagmultiply()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimal.java1893 java.lang.ArithmeticException oe = null; in diagmultiply() local
2068 oe = $57; in diagmultiply()
2069 flag = (oe.getMessage()).equals("Exponent Overflow: 1000000000"); in diagmultiply()
2078 oe = $58; in diagmultiply()
2079 flag = (oe.getMessage()).equals("Exponent Overflow: 1000000002"); in diagmultiply()
2089 oe = $59; in diagmultiply()
2090 flag = (oe.getMessage()).equals("Exponent Overflow: -1000000000"); in diagmultiply()
2100 oe = $60; in diagmultiply()
2101 flag = (oe.getMessage()).equals("Exponent Overflow: -1000000002"); in diagmultiply()

123