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

1 23

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 590 uptr e0 = a0 + Shadow(thr->racy_state[0]).size(); local
593 addr_max = max(e0, e1);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationIteratorTest.java 52 int e0 = 0; local
54 e0 = i.next(); // save the first collation element
88 if (e != e0) {
89 errln("got 0x" + Integer.toHexString(e) + ", expected 0x" + Integer.toHexString(e0));
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 820 ir_rvalue *e0, *e1, *result; local
822 e0 = new(mem_ctx) ir_dereference_array(op0->clone(mem_ctx, NULL),
826 result = do_comparison(mem_ctx, operation, e0, e1);
842 ir_rvalue *e0, *e1, *result; local
845 e0 = new(mem_ctx) ir_dereference_record(op0->clone(mem_ctx, NULL),
849 result = do_comparison(mem_ctx, operation, e0, e1);
    [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...]
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 1373 uint32_t e0 = state->enabledTracks; local
1424 uint32_t e0 = enabledTracks; local
1532 uint32_t e0 = state->enabledTracks; local
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 1232 UVec4 e0; member in struct:tcu::__anon7300::ASTCDecompressInternal::ColorEndpointPair
    [all...]
  /external/freetype/src/raster/
ftraster.c 1187 Long y1, y2, e, e2, e0; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 547 const __m128i e0 = _mm_madd_epi16(d0, k__cospi_p16_m16); local
552 const __m128i f0 = _mm_add_epi32(e0, k__DCT_CONST_ROUNDING);
1528 const __m128i e0 = _mm_madd_epi16(d0, k__cospi_p16_m16); local
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 1281 Long y1, y2, e, e2, e0; local
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part1.c 979 uint16_t _exp, e0, e1; local
990 for (e0=0; e0<2; e0++) {
994 _exp = (e0 << 10) | e1;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct_avx2.c 377 const __m128i e0 = _mm_madd_epi16(d0, k__cospi_p16_m16); local
382 const __m128i f0 = _mm_add_epi32(e0, k__DCT_CONST_ROUNDING);
1290 const __m128i e0 = _mm_madd_epi16(d0, k__cospi_p16_m16); local
    [all...]
vp9_dct_sse2.c 478 const __m128i e0 = _mm_madd_epi16(d0, k__cospi_p16_m16); local
483 const __m128i f0 = _mm_add_epi32(e0, k__DCT_CONST_ROUNDING);
1391 const __m128i e0 = _mm_madd_epi16(d0, k__cospi_p16_m16); local
    [all...]
  /external/valgrind/VEX/priv/
ir_opt.c 3455 IRTemp e0; member in struct:__anon19970::__anon19972::__anon19978
3467 IRTemp e0; member in struct:__anon19970::__anon19972::__anon19980
    [all...]
guest_x86_toIR.c 5784 IRTemp e0 = newTemp(Ity_I64); local
7484 IRTemp e0 = newTemp(Ity_V128); local
11933 IRTemp e3, e2, e1, e0, g3, g2, g1, g0; local
11976 IRTemp e0 = newTemp(Ity_I64); local
    [all...]
guest_amd64_toIR.c 7267 IRTemp e0 = newTemp(Ity_I64); local
9285 IRTemp e0 = newTemp(Ity_V128); local
22516 IRTemp e0 = newTemp(Ity_V128); local
22573 IRTemp e0 = newTemp(Ity_V256); local
    [all...]
guest_arm64_toIR.c 6092 IRTemp e0, e1, e2, e3, v0, v1, v2, v3; local
    [all...]
  /external/valgrind/VEX/switchback/
test_ppc_jm1.c 3604 uint16_t _exp, e0, e1; local
    [all...]
  /external/valgrind/none/tests/ppc32/
jm-insns.c 4339 uint16_t _exp, e0, e1; local
    [all...]
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 660 milliseconds

1 23