Searched defs:XX (Results 1 - 25 of 42) sorted by relevance

12

/external/clang/test/Preprocessor/
H A Dinclude-directive1.c3 // XX expands to nothing.
4 #define XX macro
8 #include XX FILE
H A Dmacro_paste_bad.c29 #define XX BL ## ARG macro
30 XX // expected-error {{attempt to use a poisoned identifier}}
/external/clang/test/CodeGenCXX/
H A D2005-01-03-StaticInitializers.cpp9 int XX = (int)(long)&(((struct S*)0)->A[1]); variable
H A Dx86_32-arguments.cpp37 CallSite(unsigned XX) : Ptr(XX) {} argument
/external/clang/test/CodeGen/
H A D2002-02-18-StaticData.c6 float XX = 12.0f; variable
12 void *Data[] = { &FOO, &BAR, &XX };
H A D2004-03-09-LargeArrayInitializers.c6 const int XX[1000] = { 0, 0 }; local
H A D2006-03-03-MissingInitializer.c3 struct X { int *XX; int Y;}; member in struct:X
/external/libopus/silk/fixed/
H A Dregularize_correlations_FIX.c36 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 DcorrMatrix_FIX.c81 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 Dregularize_correlations_FLP.c36 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 Dtc04_free_lock.c10 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 DUCL.jarucl/ResClass.class ResClass.java package ucl public ucl.ResClass extends java.lang.Object { ...
/external/valgrind/memcheck/tests/
H A Dvarinfo4.c36 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 Dvarinfo5so.c126 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 Ddefault2.cpp121 class XX { class
H A Dattr-mode-tmpl.cpp3 typedef enum { XX } EnumType; enumerator in enum:__anon3025
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; member in class:llvm::MipsABIFlagsSection::FpABIKind
177 FpABI = FpABIKind::XX;
/external/clang/test/SemaTemplate/
H A Dms-lookup-template-base-classes.cpp32 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 Dinstantiate-expr-2.cpp45 typedef N4::BinOpOverload<N1::X, N1::X>::type XX; typedef
46 XX *xx = a4;
/external/icu/icu4c/source/test/intltest/
H A Dloctest.h135 XX = 6, enumerator in enum:LocaleTest::__anon7730
/external/libopus/celt/arm/
H A Dcelt_neon_intr.c109 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 Dmd4.c215 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 Dtest_structures.py103 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 DSkBitmapProcState_sample.h147 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 Ddeclarators.c9 int f4(*XX)(void); /* expected-error {{cannot return}} expected-warning {{type specifier missing, defaults to 'int'}} */ variable

Completed in 618 milliseconds

12