Searched refs:e1 (Results 301 - 325 of 422) sorted by relevance

<<11121314151617

/external/nist-sip/java/gov/nist/javax/sip/
H A DSipStackImpl.java698 } catch (Exception e1) {
700 "could not instantiate SSL networking", e1);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-analysis-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/tree/analysis/Analyzer.class " package org.objectweb. ...
/external/skia/src/core/
H A DSkBlitMask_D32.cpp358 #define COMBINE(e0, e1, m) ((((e0) >> 8) & (m)) | ((e1) & ~(m)))
/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c3606 uint16_t _exp, e0, e1; local
3614 for (e1 = 0x000; ; e1 = ((e1 + 1) << 2) + 6) {
3615 if (e1 >= 0x400)
3616 e1 = 0x3fe;
3617 _exp = (e0 << 10) | e1;
3623 if (e1 == 0x3fe)
/external/valgrind/main/none/tests/amd64/
H A Dslahf-amd64.stdout.exp228 e1 -> c300
/external/chromium_org/third_party/libevent/test/
H A Dregress.c1290 struct event e1, e2; local
1294 event_set(&e1, pair[0], EV_READ, test_multiple_cb, NULL);
1295 event_add(&e1, NULL);
1302 event_del(&e1);
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_sse2.c576 // e0 e1 | e2 e3
585 // p0 = f1 e1 d1 c1 b1 a1 91 81 f0 e0 d0 c0 b0 a0 90 80
593 // p0 = f1 e1 d1 c1 b1 a1 91 81 71 61 51 41 31 21 11 01
620 // p1 = f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81 80
638 // q1 = f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0
710 #define LOAD_H_EDGES4(p, stride, e1, e2, e3, e4) { \
711 e1 = _mm_loadu_si128((__m128i*)&(p)[0 * stride]); \
723 #define LOADUV_H_EDGES4(u, v, stride, e1, e2, e3, e4) { \
724 LOADUV_H_EDGE(e1, u, v, 0 * stride); \
H A Denc_sse2.c438 const __m128i e1 = _mm_srai_epi32(d1, 16); local
440 const __m128i f1 = _mm_packs_epi32(e1, e1);
/external/chromium_org/v8/test/mjsunit/
H A Dlarge-object-allocation.js62 this.e1 = i;
H A Djson.js116 assertEquals(11, JSON.parse("1.1e1"));
174 TestInvalid('[1.e1]');
212 TestInvalid('42 e1');
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DNavigableMapTestSuiteBuilder.java126 samples.e0, samples.e1, samples.e2, samples.e3, samples.e4);
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DSortedMultisetTestSuiteBuilder.java142 Arrays.asList(samples.e0, samples.e1, samples.e2, samples.e3,
/external/valgrind/main/helgrind/
H A Dhg_errors.c638 Bool HG_(eq_Error) ( VgRes not_used, Error* e1, Error* e2 ) argument
642 tl_assert(VG_(get_error_kind)(e1) == VG_(get_error_kind)(e2));
644 xe1 = (XError*)VG_(get_error_extra)(e1);
649 switch (VG_(get_error_kind)(e1)) {
/external/webp/src/dsp/
H A Ddec_sse2.c576 // e0 e1 | e2 e3
585 // p0 = f1 e1 d1 c1 b1 a1 91 81 f0 e0 d0 c0 b0 a0 90 80
593 // p0 = f1 e1 d1 c1 b1 a1 91 81 71 61 51 41 31 21 11 01
620 // p1 = f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81 80
638 // q1 = f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0
710 #define LOAD_H_EDGES4(p, stride, e1, e2, e3, e4) { \
711 e1 = _mm_loadu_si128((__m128i*)&(p)[0 * stride]); \
723 #define LOADUV_H_EDGES4(u, v, stride, e1, e2, e3, e4) { \
724 LOADUV_H_EDGE(e1, u, v, 0 * stride); \
H A Denc_sse2.c438 const __m128i e1 = _mm_srai_epi32(d1, 16); local
440 const __m128i f1 = _mm_packs_epi32(e1, e1);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dextensions.c808 const struct extension *e1 = &extension_table[i1]; local
812 res = (int)e1->year - (int)e2->year;
815 res = strcmp(e1->name, e2->name);
/external/clang/test/CXX/drs/
H A Ddr0xx.cpp626 struct X { E1 e1 : 1; E2 e2 : 1; }; member in struct:dr58::X
627 static_assert(X{E1_1, E2_m1}.e1 == 1, "");
914 enum E1 : int { e1 }; // expected-note{{previous declaration is here}}
/external/dhcpcd/
H A Dconfigure.c114 ssize_t i, j, e1; local
123 e1 = eq - config[i] + 1;
126 config[i], e1) == 0)
/external/mesa3d/src/mesa/main/
H A Dextensions.c808 const struct extension *e1 = &extension_table[i1]; local
812 res = (int)e1->year - (int)e2->year;
815 res = strcmp(e1->name, e2->name);
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.c219 Bool pc_eq_Error ( VgRes res, Error* e1, Error* e2 ) argument
222 tl_assert(VG_(get_error_kind)(e1) == VG_(get_error_kind)(e2));
223 //tl_assert(VG_(get_error_string)(e1) == NULL);
226 xe1 = (XError*)VG_(get_error_extra)(e1);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c644 tran_high_t a1, b1, c1, d1, e1; local
657 e1 = (a1 - d1) >> 1;
658 b1 = e1 - b1;
659 c1 = e1 - c1;
681 e1 = (a1 - d1) >> 1;
682 b1 = e1 - b1;
683 c1 = e1 - c1;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c605 int a1, b1, c1, d1, e1; local
617 e1 = (a1 - d1) >> 1;
618 b1 = e1 - b1;
619 c1 = e1 - c1;
641 e1 = (a1 - d1) >> 1;
642 b1 = e1 - b1;
643 c1 = e1 - c1;
/external/chromium_org/net/quic/crypto/
H A Dcommon_cert_set_1_50.inc167 eb:18:03:28:52:04:71:e5:ab:33:3d:e1:38:bb:07:
191 76:e1:12:6e:4e:4b:16:12:86:30:06:b2:81:08:cf:f0:08:c7:
316 65:2b:e1:bf:d4:05:d3:bc:e6:36:3b:aa:f0:4c:6c:
475 e9:ad:05:3d:9d:c7:89:48:e0:bb:28:c8:03:e1:30:
482 96:d3:a2:de:9b:e4:98:be:7d:e1:e9:81:ad:b6:6f:
511 e1:e4:3b:70:b7:32:89:db:a8:39:c5:5b:68:56:bd:04:15:c3:
638 e9:ad:05:3d:9d:c7:89:48:e0:bb:28:c8:03:e1:30:
645 96:d3:a2:de:9b:e4:98:be:7d:e1:e9:81:ad:b6:6f:
801 7a:ed:8c:cb:a8:e1:88:0f:1c:75:77:79:45:2b:7b:
955 2f:4b:3a:12:56:8c:6d:d5:b4:e2:ac:0c:e1
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dcode.c137 Span *b1 = g1->span, *e1 = &b1[g1->nSpans]; local
142 for(; b1 < e1 && b1->to != s1; ++b1) lb1 = b1->ub;
144 if(b1 == e1) return b2 == e2;
/external/chromium_org/third_party/WebKit/Tools/qunit/test/
H A Dsame.js1348 var e1 = new E(function () {});
1350 equals(QUnit.equiv(e1, e2), false);

Completed in 1281 milliseconds

<<11121314151617