Searched refs:XX (Results 1 - 25 of 69) sorted by relevance

123

/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
/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/qemu/disas/
H A Di386.c324 #define XX { NULL, 0 } macro
754 { "(bad)", { XX } }, /* 0x0f extended opcode escape */
780 { "(bad)", { XX } }, /* SEG ES prefix */
781 { "daa{|}", { XX } },
789 { "(bad)", { XX } }, /* SEG CS prefix */
790 { "das{|}", { XX } },
798 { "(bad)", { XX } }, /* SEG SS prefix */
799 { "aaa{|}", { XX } },
807 { "(bad)", { XX } }, /* SEG DS prefix */
808 { "aas{|}", { XX } },
[all...]
/external/chromium_org/third_party/opus/src/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.c80 opus_int32 *XX, /* O Pointer to X'*X correlation matrix [ order x order ] */
109 matrix_ptr( XX, 0, 0, order ) = energy;
114 matrix_ptr( XX, j, j, order ) = energy;
128 matrix_ptr( XX, lag, 0, order ) = energy;
129 matrix_ptr( XX, 0, lag, order ) = energy;
133 matrix_ptr( XX, lag + j, j, order ) = energy;
134 matrix_ptr( XX, j, lag + j, order ) = energy;
142 matrix_ptr( XX, lag, 0, order ) = energy;
143 matrix_ptr( XX, 0, lag, order ) = energy;
148 matrix_ptr( XX, la
75 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 ) argument
[all...]
/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.c80 opus_int32 *XX, /* O Pointer to X'*X correlation matrix [ order x order ] */
109 matrix_ptr( XX, 0, 0, order ) = energy;
114 matrix_ptr( XX, j, j, order ) = energy;
128 matrix_ptr( XX, lag, 0, order ) = energy;
129 matrix_ptr( XX, 0, lag, order ) = energy;
133 matrix_ptr( XX, lag + j, j, order ) = energy;
134 matrix_ptr( XX, j, lag + j, order ) = energy;
142 matrix_ptr( XX, lag, 0, order ) = energy;
143 matrix_ptr( XX, 0, lag, order ) = energy;
148 matrix_ptr( XX, la
75 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 ) argument
[all...]
/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/chromium_org/third_party/opus/src/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
H A DcorrMatrix_FLP.c63 silk_float *XX /* O X'*X correlation matrix [order x order] */
72 matrix_ptr( XX, 0, 0, Order ) = ( silk_float )energy;
76 matrix_ptr( XX, j, j, Order ) = ( silk_float )energy;
83 matrix_ptr( XX, lag, 0, Order ) = ( silk_float )energy;
84 matrix_ptr( XX, 0, lag, Order ) = ( silk_float )energy;
88 matrix_ptr( XX, lag + j, j, Order ) = ( silk_float )energy;
89 matrix_ptr( XX, j, lag + j, Order ) = ( silk_float )energy;
/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
H A DcorrMatrix_FLP.c63 silk_float *XX /* O X'*X correlation matrix [order x order] */
72 matrix_ptr( XX, 0, 0, Order ) = ( silk_float )energy;
76 matrix_ptr( XX, j, j, Order ) = ( silk_float )energy;
83 matrix_ptr( XX, lag, 0, Order ) = ( silk_float )energy;
84 matrix_ptr( XX, 0, lag, Order ) = ( silk_float )energy;
88 matrix_ptr( XX, lag + j, j, Order ) = ( silk_float )energy;
89 matrix_ptr( XX, j, lag + j, Order ) = ( silk_float )energy;
/external/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl77 @XX=("%r19","%r20");
93 ldo 1($XX[0]),$XX[1]
95 and $mask,$XX[1],$XX[1]
98 $LDX $XX[1]($key),$TX[1]
99 $MKX $XX[0],$key,$iy
101 comclr,<> $XX[1],$YY,%r0 ; conditional
110 push(@TX,shift(@TX)); push(@XX,shift(@XX)); # "rotat
[all...]
H A Drc4-s390x.pl55 @XX=("%r6","%r7");
71 llgc $XX[0],0($key)
73 la $XX[0],1($XX[0])
74 nill $XX[0],0xff
77 llgc $TX[0],2($XX[0],$key)
88 la $XX[1],1($XX[0])
89 nill $XX[1],255
101 llgc $TX[1],2($XX[
[all...]
H A Drc4-x86_64.pl147 my @XX=("%r10","%rsi");
153 xor $XX[0],$XX[0]
157 mov -8($dat),$XX[0]#b
163 inc $XX[0]#b
164 sub $XX[0],$TX[1]
166 movl ($dat,$XX[0],4),$TX[0]#d
172 lea 1($XX[0]),$XX[1]
179 movl $TY#d,($dat,$XX[
[all...]
H A Drc4-md5-x86_64.pl100 my @XX=("%rbp","%rsi"); # RC4 registers
140 xor $XX[0],$XX[0]
144 mov -8($dat),$XX[0]#b
147 inc $XX[0]#b
149 movl ($dat,$XX[0],4),$TX[0]#d
155 sub $XX[0],$TX[1]
163 movl $TY#d,($dat,$XX[0],4)
165 inc $XX[0]#b
167 movl ($dat,$XX[
[all...]
/external/valgrind/main/helgrind/tests/
H A Dtc04_free_lock.c10 pthread_mutex_t lock; int morestuff[2000]; } XX; typedef in typeref:struct:__anon32860
17 XX* xx = malloc(sizeof(XX));
/external/chromium_org/third_party/boringssl/src/crypto/rc4/asm/
H A Drc4-x86_64.pl148 my @XX=("%r10","%rsi");
154 xor $XX[0],$XX[0]
158 mov -8($dat),$XX[0]#b
165 inc $XX[0]#b
166 sub $XX[0],$TX[1]
168 movl ($dat,$XX[0],4),$TX[0]#d
174 lea 1($XX[0]),$XX[1]
181 movl $TY#d,($dat,$XX[
[all...]
H A Drc4-md5-x86_64.pl100 my @XX=("%rbp","%rsi"); # RC4 registers
140 xor $XX[0],$XX[0]
144 mov -8($dat),$XX[0]#b
147 inc $XX[0]#b
149 movl ($dat,$XX[0],4),$TX[0]#d
155 sub $XX[0],$TX[1]
163 movl $TY#d,($dat,$XX[0],4)
165 inc $XX[0]#b
167 movl ($dat,$XX[
[all...]
/external/valgrind/main/memcheck/tests/
H A Dvarinfo4.c36 typedef struct { short c1; char* c2[3]; } XX; typedef in typeref:struct:__anon33071
39 struct _str { int bing; int bong; XX xyzzy[77]; }
/external/valgrind/main/VEX/priv/
H A Dhost_amd64_defs.c3352 # define XX(_n) *p++ = (_n) macro
3359 case Asse_MOV: /*movups*/ XX(rex); XX(0x0F); XX(0x10); break;
3360 case Asse_OR: XX(rex); XX(0x0F); XX(0x56); break;
3361 case Asse_XOR: XX(rex); XX(0x0F); XX(
3418 # undef XX macro
[all...]

Completed in 568 milliseconds

123