Searched defs:e1 (Results 1 - 25 of 160) sorted by relevance

1234567

/external/clang/test/FixIt/
H A Dfixit-c90.c16 e1, enumerator in enum:e0
/external/clang/test/CodeGen/
H A Dpr12251.c3 enum e1 {e1_a = -1 }; enum
4 enum e1 g1(enum e1 *x) {
H A D2007-04-05-PackedBitFields.c12 struct E e1; variable in typeref:struct:E
15 e1.k = 5;
H A D2007-04-11-PR1321.c5 unsigned int e1 : 17; member in struct:X
/external/clang/test/SemaCXX/
H A DPR5086-ambig-resolution-enum.cpp6 enum E { e1=0 }; enumerator in enum:C::E
13 const char *p = rc.fun1(BUFLEN - 2, C::e1);
H A Dclass-names.cpp42 E e1; variable
H A Dexpressions.cpp99 e1 = A && B, enumerator in enum:S::__anon4909
H A Dswitch.cpp27 enum E { e1, e2 }; enumerator in enum:E
/external/chromium/chrome/browser/history/
H A Dtop_sites_cache.h72 bool operator()(const CanonicalURLEntry& e1, argument
74 return e1.first->redirects[e1.second] < e2.first->redirects[e2.second];
/external/chromium/third_party/modp_b64/
H A Dmodp_b64_data.h45 static const char e1[256] = { variable
/external/clang/test/CXX/dcl.decl/dcl.init/
H A Dp14-0x.cpp32 Explicit e1; // expected-note {{here}} member in class:S
40 expected-error {{must explicitly initialize the member 'e1' which does not have a default constructor}}
41 S(int) : nd1(42), e1(42) {}
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/
H A Dp2-cxx0x.cpp12 enum { e1 }; enumerator in enum:__anon4263
18 f(e1);
H A Dp2.cpp26 enum {e1}; // expected-note 2{{unnamed type used in template argument was declared here}} enumerator in enum:N0::__anon4266
35 &f1<__typeof__(e1)>); // expected-warning{{template argument uses unnamed type}}
/external/clang/test/CodeGenCXX/
H A Dmember-expressions.cpp30 A::E e1 = a->Foo; local
/external/openssl/crypto/des/
H A Ddess.cpp40 unsigned long s1,s2,e1,e2; local
53 GetTSC(e1);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
H A Ddes3s.cpp40 unsigned long s1,s2,e1,e2; local
53 GetTSC(e1);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMultisetFauxverideShim.java72 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) { argument
86 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { argument
100 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { argument
115 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { argument
131 E e1,
130 of( E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) argument
H A DImmutableSortedSetFauxverideShim.java74 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) { argument
87 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { argument
102 E e1, E e2, E e3, E e4) {
117 E e1, E e2, E e3, E e4, E e5) {
132 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) {
101 of( E e1, E e2, E e3, E e4) argument
116 of( E e1, E e2, E e3, E e4, E e5) argument
131 of( E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) argument
/external/openssl/crypto/md4/
H A Dmd4s.cpp45 unsigned long s1,s2,e1,e2; local
68 GetTSC(e1);
75 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
/external/openssl/crypto/md5/
H A Dmd5s.cpp45 unsigned long s1,s2,e1,e2; local
68 GetTSC(e1);
75 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
/external/openssl/crypto/rc4/
H A Drc4s.cpp41 unsigned long s1,s2,e1,e2; local
62 GetTSC(e1);
70 e1-s1,e2-s2,(e1-s1)-(e2-s2));
/external/clang/test/CXX/temp/temp.spec/temp.inst/
H A Dp1.cpp33 ScopedEnum1<double>::E e1; // ok member in struct:ScopedEnum::ScopedEnum1::ScopedEnum2::UnscopedEnum3
/external/clang/test/Sema/
H A Dattr-aligned.c37 char e1[__alignof__(e) == 2 ?: -1] = {0}; variable
H A Dpragma-ms_struct.c39 } __attribute__((ms_struct)) e1; // expected-warning {{'ms_struct' attribute ignored}} variable in typeref:enum:__anon4773
/external/eigen/demos/opengl/
H A Dicosphere.cpp77 int e1 = indices[i+k1]; local
79 if (e1>e0)
80 std::swap(e0,e1);
81 Key edgeKey = Key(e0) | (Key(e1)<<32);
87 mVertices.push_back( (mVertices[e0]+mVertices[e1]).normalized() );

Completed in 717 milliseconds

1234567