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

1234

/external/clang/test/FixIt/
H A Dfixit-c90.c16 e1, enumerator in enum:e0
/external/clang/test/SemaCXX/
H A DPR5086-ambig-resolution-enum.cpp5 enum E { e1=0 }; enumerator in enum:C::E
12 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::__anon3750
H A Dswitch.cpp27 enum E { e1, e2 }; enumerator in enum:E
/external/clang/test/CodeGen/
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/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.cpp11 enum { e1 }; enumerator in enum:__anon3230
17 f(e1);
H A Dp2.cpp26 enum {e1}; // expected-note 2{{unnamed type used in template argument was declared here}} enumerator in enum:N0::__anon3233
35 &f1<__typeof__(e1)>); // expected-warning{{template argument uses unnamed type}}
/external/clang/test/CodeGenCXX/
H A Dconst-init.cpp20 enum { e0, e1 }; enumerator in enum:PR5581::C::__anon3464
25 C g0 = { C::e1 };
H A Dmember-expressions.cpp30 A::E e1 = a->Foo; local
/external/guava/src/com/google/common/collect/
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) {
101 of( E e1, E e2, E e3, E e4) argument
116 of( E e1, E e2, E e3, E e4, E e5) argument
/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/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/Parser/
H A DMicrosoftExtensions.c49 typedef enum E { e1 }; enumerator in enum:E
/external/clang/test/Sema/
H A Dattr-aligned.c37 char e1[__alignof__(e) == 2 ?: -1] = {0}; variable
H A Dfunction-redecl.c97 enum e { e1, e2 }; enumerator in enum:e
/external/opencv/ml/src/
H A Dmltestset.cpp52 const CvDI* e1 = (const CvDI*) a; local
55 return (e1->d < e2->d) ? -1 : (e1->d > e2->d);
/external/openssl/crypto/ripemd/asm/
H A Drips.cpp47 unsigned long s1,s2,e1,e2; local
72 GetTSC(e1);
79 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);

Completed in 424 milliseconds

1234