Searched defs:A6 (Results 1 - 10 of 10) sorted by relevance

/external/clang/INPUTS/
H A Dmacro_pounder_fn.c12 #define A6(A, B) A5(A,B) A5(A,B) A5(A,B) A5(A,B) A5(A,B) A5(A,B) macro
13 #define A7(A, B) A6(A,B) A6(A,B) A6(A,B) A6(A,B) A6(A,B) A6(A,B)
H A Dmacro_pounder_obj.c12 #define A6 A5 A5 A5 A5 A5 A5 macro
13 #define A7 A6 A6 A6 A6 A6 A6
/external/clang/test/Index/
H A Dannotate-comments-preprocessor.c20 #define A6 1 ///< Aaa. macro
22 int A[] = { A0, A1, A2, A3, A4, A5, A6 };
25 int f(int a1[A1], int a2[A2], int a3[A3], int a4[A4], int a5[A5], int a6[A6]);
29 int g(int a1[A1], int a2[A2], int a3[A3], int a4[A4], int a5[A5], int a6[A6]);
/external/arduino/hardware/arduino/cores/arduino/
H A DWProgram.h40 const static uint8_t A6 = 60; variable
57 const static uint8_t A6 = 20; variable
/external/lldb/test/lang/c/stepping/
H A Dmain.c63 int A6 = complex (a(4), b(5), c(6)); // Stop here to step targetting b and hitting breakpoint. local
/external/libcxxabi/test/
H A Ddynamic_cast14.cpp70 struct A6 struct in namespace:t1
74 virtual ~A6() {}
77 A6* getA6() {return this;}
82 public A6
89 A1* getA1_6() {return A6::getA1_6();}
94 A6* getA6() {return A6::getA6();}
111 A6* getA6() {return A7::getA6();}
139 A6* getA6() {return A8::getA6();}
160 A6* getA
791 struct A6 struct in namespace:t2
1512 struct A6 struct in namespace:t3
[all...]
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixExponential.h234 MatrixType A6 = A4 * A2; local
235 m_tmp1.noalias() = A6 * A2;
236 m_tmp2 = b[9]*m_tmp1 + b[7]*A6 + b[5]*A4 + b[3]*A2 + b[1]*m_Id;
238 m_V = b[8]*m_tmp1 + b[6]*A6 + b[4]*A4 + b[2]*A2 + b[0]*m_Id;
271 MatrixType A6 = A4 * A2; local
273 m_V = b[17]*m_tmp1 + b[15]*A6 + b[13]*A4 + b[11]*A2; // used for temporary storage
275 m_tmp2 += b[9]*m_tmp1 + b[7]*A6 + b[5]*A4 + b[3]*A2 + b[1]*m_Id;
277 m_tmp2 = b[16]*m_tmp1 + b[14]*A6 + b[12]*A4 + b[10]*A2;
279 m_V += b[8]*m_tmp1 + b[6]*A6 + b[4]*A4 + b[2]*A2 + b[0]*m_Id;
/external/clang/test/Parser/
H A Ddeclarators.c148 A6; // expected-error{{expected '= constant-expression' or end of enumerator definition}} enumerator in enum:EnumBitfield::E16
/external/smack/src/org/xbill/DNS/
H A DType.java127 public static final int A6 = 38; field in class:Type
264 types.add(A6, "A6", new A6Record());
/external/openssl/crypto/modes/
H A Dgcm128.c1639 #define A6 A5 macro

Completed in 678 milliseconds