/external/clang/test/Preprocessor/ |
H A D | include-directive1.c | 3 // XX expands to nothing. 4 #define XX macro 8 #include XX FILE
|
H A D | macro_paste_bad.c | 29 #define XX BL ## ARG macro 30 XX // expected-error {{attempt to use a poisoned identifier}}
|
/external/clang/test/CodeGenCXX/ |
H A D | 2005-01-03-StaticInitializers.cpp | 9 int XX = (int)(long)&(((struct S*)0)->A[1]); variable
|
H A D | x86_32-arguments.cpp | 37 CallSite(unsigned XX) : Ptr(XX) {} argument
|
/external/clang/test/CodeGen/ |
H A D | 2002-02-18-StaticData.c | 6 float XX = 12.0f; variable 12 void *Data[] = { &FOO, &BAR, &XX };
|
H A D | 2004-03-09-LargeArrayInitializers.c | 6 const int XX[1000] = { 0, 0 }; local
|
H A D | 2006-03-03-MissingInitializer.c | 3 struct X { int *XX; int Y;}; member in struct:X
|
/external/libopus/silk/fixed/ |
H A D | regularize_correlations_FIX.c | 36 opus_int32 *XX, /* I/O Correlation matrices */ 39 opus_int D /* I Dimension of XX */ 44 matrix_ptr( &XX[ 0 ], i, i, D ) = silk_ADD32( matrix_ptr( &XX[ 0 ], i, i, D ), noise ); 35 silk_regularize_correlations_FIX( opus_int32 *XX, opus_int32 *xx, opus_int32 noise, opus_int D ) argument
|
H A D | corrMatrix_FIX.c | 81 opus_int32 *XX, /* O Pointer to X'*X correlation matrix [ order x order ] */ 111 matrix_ptr( XX, 0, 0, order ) = energy; 116 matrix_ptr( XX, j, j, order ) = energy; 130 matrix_ptr( XX, lag, 0, order ) = energy; 131 matrix_ptr( XX, 0, lag, order ) = energy; 135 matrix_ptr( XX, lag + j, j, order ) = energy; 136 matrix_ptr( XX, j, lag + j, order ) = energy; 144 matrix_ptr( XX, lag, 0, order ) = energy; 145 matrix_ptr( XX, 0, lag, order ) = energy; 150 matrix_ptr( XX, la 76 silk_corrMatrix_FIX( const opus_int16 *x, const opus_int L, const opus_int order, const opus_int head_room, opus_int32 *XX, opus_int *rshifts, int arch ) argument [all...] |
/external/libopus/silk/float/ |
H A D | regularize_correlations_FLP.c | 36 silk_float *XX, /* I/O Correlation matrices */ 39 const opus_int D /* I Dimension of XX */ 45 matrix_ptr( &XX[ 0 ], i, i, D ) += noise; 35 silk_regularize_correlations_FLP( silk_float *XX, silk_float *xx, const silk_float noise, const opus_int D ) argument
|
/external/valgrind/helgrind/tests/ |
H A D | tc04_free_lock.c | 10 pthread_mutex_t lock; int morestuff[2000]; } XX; typedef in typeref:struct:__anon24969 17 XX* xx = malloc(sizeof(XX));
|
/external/apache-harmony/luni/src/test/resources/net.resources/HTTP/html/testres231/UCL/ |
H A D | UCL.jar | ucl/ResClass.class ResClass.java package ucl public ucl.ResClass extends java.lang.Object {
... |
/external/valgrind/memcheck/tests/ |
H A D | varinfo4.c | 36 typedef struct { short c1; char* c2[3]; } XX; typedef in typeref:struct:__anon25234 39 struct _str { int bing; int bong; XX xyzzy[77]; }
|
H A D | varinfo5so.c | 126 typedef struct { short c1; char* c2[3]; } XX; typedef in typeref:struct:__anon25236 129 struct _str { int bing; int bong; XX xyzzy[77]; }
|
/external/clang/test/SemaCXX/ |
H A D | default2.cpp | 121 class XX { class
|
H A D | attr-mode-tmpl.cpp | 3 typedef enum { XX } EnumType; enumerator in enum:__anon3025
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsABIFlagsSection.h | 23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; member in class:llvm::MipsABIFlagsSection::FpABIKind 177 FpABI = FpABIKind::XX;
|
/external/clang/test/SemaTemplate/ |
H A D | ms-lookup-template-base-classes.cpp | 32 XX; //expected-error {{use of undeclared identifier 'XX'}} 33 A2::XX; //expected-error {{no member named 'XX' in 'A2'}} member in class:A2::A2 41 XX; //expected-error {{use of undeclared identifier 'XX'}} 49 XX; //expected-error {{use of undeclared identifier 'XX'}}
|
H A D | instantiate-expr-2.cpp | 45 typedef N4::BinOpOverload<N1::X, N1::X>::type XX; typedef 46 XX *xx = a4;
|
/external/icu/icu4c/source/test/intltest/ |
H A D | loctest.h | 135 XX = 6, enumerator in enum:LocaleTest::__anon7730
|
/external/libopus/celt/arm/ |
H A D | celt_neon_intr.c | 109 float32x4_t XX[2]; local 132 XX[0] = vld1q_f32(xi); 134 XX[1] = vld1q_f32(xi); 137 SUMM = vmlaq_lane_f32(SUMM, YY[0], vget_low_f32(XX[0]), 0); 139 SUMM = vmlaq_lane_f32(SUMM, YEXT[0], vget_low_f32(XX[0]), 1); 141 SUMM = vmlaq_lane_f32(SUMM, YEXT[1], vget_high_f32(XX[0]), 0); 143 SUMM = vmlaq_lane_f32(SUMM, YEXT[2], vget_high_f32(XX[0]), 1); 145 SUMM = vmlaq_lane_f32(SUMM, YY[1], vget_low_f32(XX[1]), 0); 147 SUMM = vmlaq_lane_f32(SUMM, YEXT[0], vget_low_f32(XX[1]), 1); 149 SUMM = vmlaq_lane_f32(SUMM, YEXT[1], vget_high_f32(XX[ 201 float32x4_t XX[4]; local [all...] |
/external/ppp/pppd/ |
H A D | md4.c | 215 unsigned char XX[64]; local 251 /* Copy X into XX since we need to modify it */ 253 for (i=0;i<=byte;i++) XX[i] = X[i]; 254 for (i=byte+1;i<64;i++) XX[i] = 0; 257 XX[byte] = (XX[byte] | mask) & ~( mask - 1); 261 for (i=0;i<8;i++) XX[56+i] = MDp->count[i]; 262 MDblock(MDp,XX); 266 MDblock(MDp,XX); 267 for (i=0;i<56;i++) XX[ [all...] |
/external/python/cpython2/Lib/ctypes/test/ |
H A D | test_structures.py | 103 class XX(Structure): class in function:StructureTestCase.test_struct_alignment 106 self.assertEqual(alignment(XX), alignment(X)) 107 self.assertEqual(sizeof(XX), calcsize("3s 3s 0s")) 123 class XX(Structure): class in function:StructureTestCase.test_empty 127 self.assertEqual(alignment(XX), 1) 128 self.assertEqual(sizeof(XX), 0)
|
/external/skia/src/core/ |
H A D | SkBitmapProcState_sample.h | 147 uint32_t XX = *xy++; // x0:14 | 4 | x1:14 local 148 unsigned x0 = XX >> 14; 149 unsigned x1 = XX & 0x3FFF;
|
/external/clang/test/Parser/ |
H A D | declarators.c | 9 int f4(*XX)(void); /* expected-error {{cannot return}} expected-warning {{type specifier missing, defaults to 'int'}} */ variable
|