HomeSort by relevance Sort by last modified time
    Searched defs:e0 (Results 26 - 39 of 39) sorted by null

12

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 386 uptr e0 = a0 + Shadow(thr->racy_state[0]).size(); local
389 addr_max = max(e0, e1);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapNavigationTester.java 97 assertNull(navigableMap.lowerEntry(samples.e0.getKey()));
98 assertNull(navigableMap.lowerKey(samples.e0.getKey()));
99 assertNull(navigableMap.floorEntry(samples.e0.getKey()));
100 assertNull(navigableMap.floorKey(samples.e0.getKey()));
101 assertNull(navigableMap.ceilingEntry(samples.e0.getKey()));
102 assertNull(navigableMap.ceilingKey(samples.e0.getKey()));
103 assertNull(navigableMap.higherEntry(samples.e0.getKey()));
104 assertNull(navigableMap.higherKey(samples.e0.getKey()));
138 assertNull(navigableMap.lowerEntry(samples.e0.getKey()));
139 assertNull(navigableMap.lowerKey(samples.e0.getKey()))
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 778 ir_rvalue *e0, *e1, *result; local
780 e0 = new(mem_ctx) ir_dereference_array(op0->clone(mem_ctx, NULL),
784 result = do_comparison(mem_ctx, operation, e0, e1);
800 ir_rvalue *e0, *e1, *result; local
803 e0 = new(mem_ctx) ir_dereference_record(op0->clone(mem_ctx, NULL),
807 result = do_comparison(mem_ctx, operation, e0, e1);
    [all...]
  /external/skia/src/core/
SkConcaveToTriangles.cpp 218 VertexType classify(Vertex **e0, Vertex **e1);
455 Vertex::VertexType Vertex::classify(Vertex **e0, Vertex **e1) {
469 *e0 = prev();
472 // The are both above: sort so that e0 is on the left.
475 *e0 = this;
478 *e0 = prev();
485 *e0 = this; // flat to the left
489 *e0 = prev(); // concave to the left
497 *e0 = this;
500 // They are both below: sort so that e0 is on the left
583 Vertex *e0, *e1; local
608 Vertex *e0, *e1; local
711 Vertex *e0, *e1; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 1049 uint32_t e0 = state->enabledTracks; local
1095 uint32_t e0 = enabledTracks; local
1194 uint32_t e0 = state->enabledTracks; local
    [all...]
  /external/opencv/cv/src/
cvstereogc.cpp 169 int e0 = -1, ei = 0, ej = 0, min_weight, weight; local
200 e0 = ei ^ vt;
212 if( e0 > 0 )
220 if( e0 <= 0 )
224 min_weight = edges[e0].weight;
229 for( v = edges[e0^k].dst;; v = edges[ei].dst )
243 edges[e0].weight -= min_weight;
244 edges[e0^1].weight += min_weight;
250 for( v = edges[e0^k].dst;; v = edges[ei].dst )
280 e0 = 0
    [all...]
  /external/valgrind/main/VEX/priv/
ir_opt.c 2561 IRTemp e0; member in struct:__anon14920::__anon14922::__anon14928
    [all...]
guest_x86_toIR.c 5647 IRTemp e0 = newTemp(Ity_I64); local
7302 IRTemp e0 = newTemp(Ity_V128); local
11690 IRTemp e3, e2, e1, e0, g3, g2, g1, g0; local
11731 IRTemp e0 = newTemp(Ity_I64); local
    [all...]
guest_amd64_toIR.c 6736 IRTemp e0 = newTemp(Ity_I64); local
8591 IRTemp e0 = newTemp(Ity_V128); local
13090 IRTemp e3, e2, e1, e0, g3, g2, g1, g0; local
13132 IRTemp e0 = newTemp(Ity_I64); local
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 366 // e0 = b0 + b1
368 const __m128i e0 = _mm_add_epi16(b01, b11); local
370 const __m128i e02 = _mm_unpacklo_epi64(e0, e2);
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member in struct:dmg_fp::BCinfo
1441 1e0, 1e1, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9,
    [all...]
  /external/freetype/src/raster/
ftraster.c 1264 Long y1, y2, e, e2, e0; local
    [all...]
  /external/valgrind/main/VEX/switchback/
test_ppc_jm1.c 3606 uint16_t _exp, e0, e1; local
    [all...]
  /external/valgrind/main/none/tests/ppc32/
jm-insns.c 4226 uint16_t _exp, e0, e1; local
    [all...]

Completed in 662 milliseconds

12