HomeSort by relevance Sort by last modified time
    Searched defs:e1 (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/clang/test/FixIt/
fixit-c90.c 16 e1, enumerator in enum:e0
  /external/clang/test/SemaCXX/
PR5086-ambig-resolution-enum.cpp 5 enum E { e1=0 }; enumerator in enum:C::E
12 const char *p = rc.fun1(BUFLEN - 2, C::e1);
class-names.cpp 42 E e1; variable
switch.cpp 27 enum E { e1, e2 }; enumerator in enum:E
expressions.cpp 99 e1 = A && B, enumerator in enum:S::__anon5231
  /external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2-cxx0x.cpp 11 enum { e1 }; enumerator in enum:__anon4711
17 f(e1);
p2.cpp 26 enum {e1}; // expected-note 2{{unnamed type used in template argument was declared here}} enumerator in enum:N0::__anon4714
35 &f1<__typeof__(e1)>); // expected-warning{{template argument uses unnamed type}}
  /external/clang/test/CodeGen/
2007-04-05-PackedBitFields.c 12 struct E e1; variable in typeref:struct:E
15 e1.k = 5;
2007-04-11-PR1321.c 5 unsigned int e1 : 17; member in struct:X
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SecureClassLoader2Test.java 55 Enumeration e1 = pc.elements(); local
57 while (e1.hasMoreElements()) {
58 e1.nextElement();
  /external/chromium/third_party/modp_b64/
modp_b64_data.h 45 static const char e1[256] = { variable
  /external/clang/test/CXX/dcl.decl/dcl.init/
p14-0x.cpp 32 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/CodeGenCXX/
const-init.cpp 20 enum { e0, e1 }; enumerator in enum:PR5581::C::__anon4945
25 C g0 = { C::e1 };
member-expressions.cpp 30 A::E e1 = a->Foo; local
  /external/openssl/crypto/des/
des3s.cpp 40 unsigned long s1,s2,e1,e2; local
53 GetTSC(e1);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
dess.cpp 40 unsigned long s1,s2,e1,e2; local
53 GetTSC(e1);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
  /external/opencv/ml/src/
mltestset.cpp 52 const CvDI* e1 = (const CvDI*) a; local
55 return (e1->d < e2->d) ? -1 : (e1->d > e2->d);
  /external/openssl/crypto/md4/
md4s.cpp 45 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/
md5s.cpp 45 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/
rc4s.cpp 41 unsigned long s1,s2,e1,e2; local
62 GetTSC(e1);
70 e1-s1,e2-s2,(e1-s1)-(e2-s2));
  /external/openssl/crypto/ripemd/asm/
rips.cpp 47 unsigned long s1,s2,e1,e2; local
72 GetTSC(e1);
79 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
SignedObjectTest.java 57 } catch (NoSuchAlgorithmException e1) {
58 fail(e1.toString());
  /external/clang/test/Parser/
MicrosoftExtensions.c 49 typedef enum E { e1 }; enumerator in enum:E
  /external/clang/test/Sema/
attr-aligned.c 37 char e1[__alignof__(e) == 2 ?: -1] = {0}; variable
  /external/openssl/crypto/aes/
aes_wrap.c 202 static const unsigned char e1[] = { local
244 ret = AES_wrap_unwrap_test(kek, 128, NULL, e1, key, 16);

Completed in 3287 milliseconds

1 2 3 4 5