Searched defs:e2 (Results 126 - 150 of 182) sorted by relevance

12345678

/external/clang/test/CXX/drs/
H A Ddr0xx.cpp609 struct X { E1 e1 : 1; E2 e2 : 1; }; member in struct:dr58::X
611 static_assert(X{E1_1, E2_m1}.e2 == -1, "");
901 enum class E2 { e2 }; // expected-note{{previous declaration is here}}
/external/icu4c/i18n/
H A Ducol_elm.cpp62 prefixLookupComp(const UHashTok e1, const UHashTok e2) { argument
64 UCAElements *element2 = (UCAElements *)e2.pointer;
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp1241 CvPolyEdge *e1 = (CvPolyEdge*)_e1, *e2 = (CvPolyEdge*)_e2; local
1242 return e1->y0 - e2->y0 ? e1->y0 - e2->y0 :
1243 e1->x - e2->x ? e1->x - e2->x : e1->dx - e2->dx;
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc396 const v8::HeapGraphNode* e2 = local
398 CHECK_NE(NULL, e2);
400 GetProperty(e2, v8::HeapGraphEdge::kInternal, "elements");
404 CHECK_EQ_UINT64_T(e1->GetId(), e2->GetId());
/external/valgrind/main/coregrind/
H A Dm_transtab.c1681 Addr64 e2 = s2 + r2 - 1ULL; local
1682 if (e1 < s2 || e2 < s1)
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c1096 Int e1, e2, f1, f2, size; /* XXX: is `Short' sufficient? */ local
1125 e2 = (Int)TRUNC( maxy );
1130 e2 = (Int)TRUNC( y2 );
1136 if ( e1 == e2 )
1159 size = e2 - e1 + 1;
1279 Long y1, y2, e, e2, e0; local
1296 e2 = FLOOR( y2 );
1298 if ( e2 > maxy )
1299 e2 = maxy;
1331 if ( e2 <
2282 Long e1, e2; local
2352 Long e1, e2, pxl; local
2534 Long e1, e2; local
2574 Long e1, e2, pxl; local
2856 Long e1, e2; local
2951 Long x1, x2, xs, e1, e2; local
[all...]
/external/freetype/src/raster/
H A Dftraster.c1096 Int e1, e2, f1, f2, size; /* XXX: is `Short' sufficient? */ local
1125 e2 = (Int)TRUNC( maxy );
1130 e2 = (Int)TRUNC( y2 );
1136 if ( e1 == e2 )
1159 size = e2 - e1 + 1;
1279 Long y1, y2, e, e2, e0; local
1296 e2 = FLOOR( y2 );
1298 if ( e2 > maxy )
1299 e2 = maxy;
1331 if ( e2 <
2282 Long e1, e2; local
2352 Long e1, e2, pxl; local
2534 Long e1, e2; local
2574 Long e1, e2, pxl; local
2856 Long e1, e2; local
2951 Long x1, x2, xs, e1, e2; local
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c375 const __m128i e2 = _mm_madd_epi16(d0, k__cospi_p16_p16); local
380 const __m128i f2 = _mm_add_epi32(e2, k__DCT_CONST_ROUNDING);
1282 const __m128i e2 = _mm_madd_epi16(d0, k__cospi_p16_p16); local
1287 const __m128i f2 = _mm_add_epi32(e2, k__DCT_CONST_ROUNDING);
/external/valgrind/main/VEX/priv/
H A Dir_opt.c396 IRExpr *e1, *e2, *e3, *e4, *e5; local
415 e2 = flatten_Expr(bb, puti->data);
416 puti2 = mkIRPutI(puti->descr, e1, puti->bias, e2);
432 e2 = flatten_Expr(bb, st->Ist.Store.data);
433 addStmtToIRSB(bb, IRStmt_Store(st->Ist.Store.end, e1,e2));
438 e2 = cas->expdHi ? flatten_Expr(bb, cas->expdHi) : NULL;
443 e1, e2, e3, e4, e5 );
448 e2 = st->Ist.LLSC.storedata
452 st->Ist.LLSC.result, e1, e2));
476 e2
1276 IRExpr* e2 = e; /* e2 is the result of folding e, if possible */ local
4801 IRExpr* e2; local
5066 IRExpr *e, *e2; local
[all...]
H A Dguest_x86_toIR.c11751 IRTemp e3, e2, e1, e0, g3, g2, g1, g0; local
11758 e3 = e2 = e1 = e0 = g3 = g2 = g1 = g0 = IRTemp_INVALID;
11776 breakup128to32s( eV, &e3, &e2, &e1, &e0 );
11779 assign( leftV, mk128from32s( e2, e0, g2, g0 ) );
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c377 Addr e1, e2; local
381 e2 = s2 + len2 - 1;
386 vg_assert(s2 <= e2);
387 if (e1 < s2 || e2 < s1) return False;
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc2206 const char* e1, const char* e2, const char* e3, const char* e4,
2214 msg << e1 << " + " << e2 << " + " << e3 << " + " << e4
2224 const char* e1, const char* e2, const char* e3, const char* e4,
2232 msg << e1 << " + " << e2 << " + " << e3 << " + " << e4 << " + " << e5
2205 AssertSumIsEven4( const char* e1, const char* e2, const char* e3, const char* e4, int n1, int n2, int n3, int n4) argument
2223 operator ()( const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, int n1, int n2, int n3, int n4, int n5) argument
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc2037 const char* e1, const char* e2, const char* e3, const char* e4,
2045 msg << e1 << " + " << e2 << " + " << e3 << " + " << e4
2055 const char* e1, const char* e2, const char* e3, const char* e4,
2063 msg << e1 << " + " << e2 << " + " << e3 << " + " << e4 << " + " << e5
2036 AssertSumIsEven4( const char* e1, const char* e2, const char* e3, const char* e4, int n1, int n2, int n3, int n4) argument
2054 operator ()( const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, int n1, int n2, int n3, int n4, int n5) argument
/external/gtest/test/
H A Dgtest_unittest.cc2206 const char* e1, const char* e2, const char* e3, const char* e4,
2214 msg << e1 << " + " << e2 << " + " << e3 << " + " << e4
2224 const char* e1, const char* e2, const char* e3, const char* e4,
2232 msg << e1 << " + " << e2 << " + " << e3 << " + " << e4 << " + " << e5
2205 AssertSumIsEven4( const char* e1, const char* e2, const char* e3, const char* e4, int n1, int n2, int n3, int n4) argument
2223 operator ()( const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, int n1, int n2, int n3, int n4, int n5) argument
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp538 unsigned i1 = 0, i2 = 0, e1 = V1->size(), e2 = V2->size(); local
539 while (i1 != e1 && i2 != e2) {
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2445 const char* e1, const char* e2, const char* e3, const char* e4,
2453 msg << e1 << " + " << e2 << " + " << e3 << " + " << e4
2463 const char* e1, const char* e2, const char* e3, const char* e4,
2471 msg << e1 << " + " << e2 << " + " << e3 << " + " << e4 << " + " << e5
2444 AssertSumIsEven4( const char* e1, const char* e2, const char* e3, const char* e4, int n1, int n2, int n3, int n4) argument
2462 operator ()( const char* e1, const char* e2, const char* e3, const char* e4, const char* e5, int n1, int n2, int n3, int n4, int n5) argument
/external/qemu/target-i386/
H A Dop_helper.c157 static inline unsigned int get_seg_limit(uint32_t e1, uint32_t e2) argument
160 limit = (e1 & 0xffff) | (e2 & 0x000f0000);
161 if (e2 & DESC_G_MASK)
166 static inline uint32_t get_seg_base(uint32_t e1, uint32_t e2) argument
168 return ((e1 >> 16) | ((e2 & 0xff) << 16) | (e2 & 0xff000000));
171 static inline void load_seg_cache_raw_dt(SegmentCache *sc, uint32_t e1, uint32_t e2) argument
173 sc->base = get_seg_base(e1, e2);
174 sc->limit = get_seg_limit(e1, e2);
175 sc->flags = e2;
224 uint32_t e1, e2; local
276 switch_tss(int tss_selector, uint32_t e1, uint32_t e2, int source, uint32_t next_eip) argument
366 uint32_t e2; local
418 uint32_t e2; local
590 get_sp_mask(unsigned int e2) argument
664 uint32_t e1, e2, offset, ss = 0, esp, ss_e1 = 0, ss_e2 = 0; local
889 uint32_t e1, e2, e3, ss; local
1170 uint32_t e2; local
2017 uint32_t e1, e2; local
2064 uint32_t e1, e2; local
2119 uint32_t e1, e2; local
2200 uint32_t e1, e2, cpl, dpl, rpl, limit; local
2316 uint32_t e1, e2, cpl, dpl, rpl, selector, offset, param_count; local
2557 uint32_t e2; local
2581 uint32_t e1, e2, ss_e1, ss_e2; local
2774 uint32_t e1, e2; local
3302 uint32_t e1, e2, eflags, selector; local
3346 uint32_t e1, e2, eflags, selector; local
3392 uint32_t e1, e2, eflags, selector; local
3425 uint32_t e1, e2, eflags, selector; local
[all...]
/external/v8/src/
H A Dparser.cc872 static bool SameObject(Expression* e1, Expression* e2) { argument
874 VariableProxy* v2 = e2->AsVariableProxy();
879 Property* p2 = e2->AsProperty();
895 static bool PropertyOfSameObject(Expression* e1, Expression* e2) { argument
897 Property* p2 = e2->AsProperty();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...

Completed in 626 milliseconds

12345678