/external/tremolo/Tremolo/ |
D | window_lookup.h | 42 X(0x001f0003), X(0x01168c98), X(0x030333c8), X(0x05dfe3a4), 43 X(0x09a49562), X(0x0e45df18), X(0x13b47ef2), X(0x19dcf676), 44 X(0x20a74d83), X(0x27f7137c), X(0x2fabb05a), X(0x37a1105a), 45 X(0x3fb0ab28), X(0x47b2dcd1), X(0x4f807bc6), X(0x56f48e70), 46 X(0x5dedfc79), X(0x64511653), X(0x6a08cfff), X(0x6f079328), 47 X(0x734796f4), X(0x76cab7f2), X(0x7999d6e8), X(0x7bc3cf9f), 48 X(0x7d5c20c1), X(0x7e7961df), X(0x7f33a567), X(0x7fa2e1d0), 49 X(0x7fdd78a5), X(0x7ff6ec6d), X(0x7ffed0e9), X(0x7ffffc3f), 53 X(0x0007c04d), X(0x0045bb89), X(0x00c18b87), X(0x017ae294), 54 X(0x02714a4e), X(0x03a4217a), X(0x05129952), X(0x06bbb24f), [all …]
|
D | mdct_lookup.h | 42 X(0x00000000), X(0x7fffffff), X(0x003243f5), X(0x7ffff621), 43 X(0x006487e3), X(0x7fffd886), X(0x0096cbc1), X(0x7fffa72c), 44 X(0x00c90f88), X(0x7fff6216), X(0x00fb5330), X(0x7fff0943), 45 X(0x012d96b1), X(0x7ffe9cb2), X(0x015fda03), X(0x7ffe1c65), 46 X(0x01921d20), X(0x7ffd885a), X(0x01c45ffe), X(0x7ffce093), 47 X(0x01f6a297), X(0x7ffc250f), X(0x0228e4e2), X(0x7ffb55ce), 48 X(0x025b26d7), X(0x7ffa72d1), X(0x028d6870), X(0x7ff97c18), 49 X(0x02bfa9a4), X(0x7ff871a2), X(0x02f1ea6c), X(0x7ff75370), 50 X(0x03242abf), X(0x7ff62182), X(0x03566a96), X(0x7ff4dbd9), 51 X(0x0388a9ea), X(0x7ff38274), X(0x03bae8b2), X(0x7ff21553), [all …]
|
/external/openssl/crypto/sha/ |
D | sha_locl.h | 188 #ifdef X 189 #undef X 201 # define X(i) XX##i macro 208 # define X(i) XX[i] macro 237 X( 0) = W[0]; X( 1) = W[ 1]; in HASH_BLOCK_DATA_ORDER() 238 BODY_00_15( 0,A,B,C,D,E,T,X( 0)); X( 2) = W[ 2]; in HASH_BLOCK_DATA_ORDER() 239 BODY_00_15( 1,T,A,B,C,D,E,X( 1)); X( 3) = W[ 3]; in HASH_BLOCK_DATA_ORDER() 240 BODY_00_15( 2,E,T,A,B,C,D,X( 2)); X( 4) = W[ 4]; in HASH_BLOCK_DATA_ORDER() 241 BODY_00_15( 3,D,E,T,A,B,C,X( 3)); X( 5) = W[ 5]; in HASH_BLOCK_DATA_ORDER() 242 BODY_00_15( 4,C,D,E,T,A,B,X( 4)); X( 6) = W[ 6]; in HASH_BLOCK_DATA_ORDER() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | mangle-extreme.cpp | 3 struct X { }; struct 6 void f(X****************************************, in f() argument 7 X****************************************, in f() 8 X***************************************, in f() 9 X**************************************, in f() 10 X*************************************, in f() 11 X************************************, in f() 12 X***********************************, in f() 13 X**********************************, in f() 14 X*********************************, in f() [all …]
|
D | nrvo.cpp | 5 class X { class 7 X(); 8 X(const X&); 9 ~X(); 14 X test0() { in test0() 15 X x; in test0() 26 X test1(bool B) { in test1() 29 X x; in test1() 39 X test2(bool B) { in test2() 42 X x; in test2() [all …]
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | MVS.uudecode | 7 Received: from CAS.BITNET (MAILER) by CORNELLC (Mailer R2.05X) with BSMTP id 42 sed "s/^X//" >'uudecode.c' <<'END_OF_FILE' 43 X/* #ifndef lint 45 X#endif */ 46 X 47 X/* Written by Mark Horton */ 48 X/* Modified by ajr (Alan J Rosenthatl,flaps@utcsri.UUCP) to use checksums */ 49 X/* Modified by fnf (Fred Fish,well!fnf) to use Keith Pyle's suggestion for 50 X compatibility */ 51 X/* Modified by bcn (Bryce Nesbitt,ucbvax!cogsci!bryce) to fix a misleading [all …]
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Atari/ |
D | Atari.patches | 148 sed '/^X/s///' > Makefile_cdiff << '/' 149 X*** Src_2.1/Makefile Thu Jun 28 00:06:42 1989 150 X--- Makefile Thu Jul 3 02:12:48 1989 151 X*************** 152 X*** 5,10 **** 153 X--- 5,11 ---- 154 X # Porting considerations: 155 X # 156 X # For System V Unix machines, add -DSYS_V to CFLAGS. 157 X+ # For Minix (ST), add -DSYS_V to CFLAGS [all …]
|
/external/openssl/crypto/bn/asm/ |
D | modexp512-x86_64.pl | 87 my @X=@$x; # make a copy 91 mov ($ASRC), $X[0] 92 add %rax, $X[0] 94 mov $X[0], $DST 102 mov (+8*$i)($ASRC), $X[$i] 103 add %rax, $X[$i] 105 add $TMP, $X[$i] 110 mov %rdx, $X[0] 120 my @X=@$x; # make a copy 124 add %rax, $X[0] [all …]
|
/external/openssl/crypto/sha/asm/ |
D | sha1-alpha.pl | 17 @X=( "\$0", "\$1", "\$2", "\$3", "\$4", "\$5", "\$6", "\$7", 37 ldq_u @X[0],0+0($inp) 38 ldq_u @X[1],0+7($inp) 41 ldq_u @X[$i+2],($i+2)*4+0($inp) 42 ldq_u @X[$i+3],($i+2)*4+7($inp) 45 extql @X[$i],$inp,@X[$i] 46 extqh @X[$i+1],$inp,@X[$i+1] 48 or @X[$i+1],@X[$i],@X[$i] # pair of 32-bit values are fetched 50 srl @X[$i],24,$t0 # vectorized byte swap 51 srl @X[$i],8,$t2 [all …]
|
D | sha1-586.pl | 416 my @X=map("xmm$_",(4..7,0..3)); # pre-seeded for $Xi=4 432 &movdqa (@X[3],&QWP(0,$tmp1)); # K_00_19 433 &movdqa (@X[4],&QWP(16,$tmp1)); # K_20_39 434 &movdqa (@X[5],&QWP(32,$tmp1)); # K_40_59 435 &movdqa (@X[6],&QWP(48,$tmp1)); # K_60_79 436 &movdqa (@X[2],&QWP(64,$tmp1)); # pbswap mask 467 &movdqa (&QWP(112+0,"esp"),@X[4]); # copy constants 468 &movdqa (&QWP(112+16,"esp"),@X[5]); 469 &movdqa (&QWP(112+32,"esp"),@X[6]); 471 &movdqa (&QWP(112+48,"esp"),@X[3]); [all …]
|
D | sha1-sparcv9a.pl | 79 @X=("%f0", "%f1", "%f2", "%f3", "%f4", "%f5", "%f6", "%f7", 93 fxors @X[($j+13)%16],@X[$j],@X[$j] !-1/-1/-1:X[0]^=X[13] 94 fxors @X[($j+14)%16],@X[$j+1],@X[$j+1]! 0/ 0/ 0:X[1]^=X[14] 95 fxor @X[($j+2)%16],@X[($j+8)%16],%f18! 1/ 1/ 1:Tmp=X[2,3]^X[8,9] 96 fxor %f18,@X[$j],@X[$j] ! 2/ 4/ 3:X[0,1]^=X[2,3]^X[8,9] 97 faligndata @X[$j],@X[$j],%f18 ! 3/ 7/ 5:Tmp=X[0,1]>>>24 98 fpadd32 @X[$j],@X[$j],@X[$j] ! 4/ 8/ 6:X[0,1]<<=1 101 for %f18,@X[$j],@X[$j] ! 8/14/10:X[0,1]|=Tmp 103 fpadd32 $K,@X[$j],%f20 153 fxors @X[($j+14)%16],@X[$j+1],@X[$j+1]! 0/ 0/ 0:X[1]^=X[14] [all …]
|
D | sha1-x86_64.pl | 295 my @X=map("%xmm$_",(4..7,0..3)); 339 movdqa 64($K_XX_XX),@X[2] # pbswap mask 341 movdqu 0($inp),@X[-4&7] # load input to %xmm[0-3] 342 movdqu 16($inp),@X[-3&7] 343 movdqu 32($inp),@X[-2&7] 344 movdqu 48($inp),@X[-1&7] 345 pshufb @X[2],@X[-4&7] # byte swap 347 pshufb @X[2],@X[-3&7] 348 pshufb @X[2],@X[-2&7] 349 pshufb @X[2],@X[-1&7] [all …]
|
/external/llvm/include/llvm/Support/ |
D | OutputBuffer.h | 52 void outbyte(unsigned char X) { in outbyte() argument 53 Output.push_back(X); in outbyte() 55 void outhalf(unsigned short X) { in outhalf() argument 57 Output.push_back(X & 255); in outhalf() 58 Output.push_back(X >> 8); in outhalf() 60 Output.push_back(X >> 8); in outhalf() 61 Output.push_back(X & 255); in outhalf() 64 void outword(unsigned X) { in outword() argument 66 Output.push_back((X >> 0) & 255); in outword() 67 Output.push_back((X >> 8) & 255); in outword() [all …]
|
/external/clang/test/CodeGen/ |
D | 2004-08-06-LargeStructTest.c | 4 #define A(X) int X; argument 5 #define B(X) A(X##0) A(X##1) A(X##2) A(X##3) A(X##4) A(X##5) A(X##6) A(X##7) \ argument 6 A(X##8) A(X##9) A(X##A) A(X##B) A(X##C) A(X##D) A(X##E) A(X##F) 7 #define C(X) B(X##0) B(X##1) B(X##2) B(X##3) B(X##4) B(X##5) B(X##6) B(X##7) \ argument 8 B(X##8) B(X##9) B(X##A) B(X##B) B(X##C) B(X##D) B(X##E) B(X##F)
|
/external/openssl/crypto/md5/ |
D | md5_dgst.c | 85 #ifdef X 86 #undef X 96 # define X(i) XX##i in md5_block_data_order() macro 99 # define X(i) XX[i] in md5_block_data_order() macro 109 HOST_c2l(data,l); X( 0)=l; HOST_c2l(data,l); X( 1)=l; in md5_block_data_order() 111 R0(A,B,C,D,X( 0), 7,0xd76aa478L); HOST_c2l(data,l); X( 2)=l; in md5_block_data_order() 112 R0(D,A,B,C,X( 1),12,0xe8c7b756L); HOST_c2l(data,l); X( 3)=l; in md5_block_data_order() 113 R0(C,D,A,B,X( 2),17,0x242070dbL); HOST_c2l(data,l); X( 4)=l; in md5_block_data_order() 114 R0(B,C,D,A,X( 3),22,0xc1bdceeeL); HOST_c2l(data,l); X( 5)=l; in md5_block_data_order() 115 R0(A,B,C,D,X( 4), 7,0xf57c0fafL); HOST_c2l(data,l); X( 6)=l; in md5_block_data_order() [all …]
|
/external/openssl/crypto/md4/ |
D | md4_dgst.c | 85 #ifdef X 86 #undef X 96 # define X(i) XX##i in md4_block_data_order() macro 99 # define X(i) XX[i] in md4_block_data_order() macro 109 HOST_c2l(data,l); X( 0)=l; HOST_c2l(data,l); X( 1)=l; in md4_block_data_order() 111 R0(A,B,C,D,X( 0), 3,0); HOST_c2l(data,l); X( 2)=l; in md4_block_data_order() 112 R0(D,A,B,C,X( 1), 7,0); HOST_c2l(data,l); X( 3)=l; in md4_block_data_order() 113 R0(C,D,A,B,X( 2),11,0); HOST_c2l(data,l); X( 4)=l; in md4_block_data_order() 114 R0(B,C,D,A,X( 3),19,0); HOST_c2l(data,l); X( 5)=l; in md4_block_data_order() 115 R0(A,B,C,D,X( 4), 3,0); HOST_c2l(data,l); X( 6)=l; in md4_block_data_order() [all …]
|
/external/dropbear/libtomcrypt/src/hashes/ |
D | rmd256.c | 83 ulong32 aa,bb,cc,dd,aaa,bbb,ccc,ddd,tmp,X[16]; in _rmd256_compress() local 88 LOAD32L(X[i], buf + (4 * i)); in _rmd256_compress() 102 FF(aa, bb, cc, dd, X[ 0], 11); in _rmd256_compress() 103 FF(dd, aa, bb, cc, X[ 1], 14); in _rmd256_compress() 104 FF(cc, dd, aa, bb, X[ 2], 15); in _rmd256_compress() 105 FF(bb, cc, dd, aa, X[ 3], 12); in _rmd256_compress() 106 FF(aa, bb, cc, dd, X[ 4], 5); in _rmd256_compress() 107 FF(dd, aa, bb, cc, X[ 5], 8); in _rmd256_compress() 108 FF(cc, dd, aa, bb, X[ 6], 7); in _rmd256_compress() 109 FF(bb, cc, dd, aa, X[ 7], 9); in _rmd256_compress() [all …]
|
D | rmd128.c | 89 ulong32 aa,bb,cc,dd,aaa,bbb,ccc,ddd,X[16]; in _rmd128_compress() local 94 LOAD32L(X[i], buf + (4 * i)); in _rmd128_compress() 104 FF(aa, bb, cc, dd, X[ 0], 11); in _rmd128_compress() 105 FF(dd, aa, bb, cc, X[ 1], 14); in _rmd128_compress() 106 FF(cc, dd, aa, bb, X[ 2], 15); in _rmd128_compress() 107 FF(bb, cc, dd, aa, X[ 3], 12); in _rmd128_compress() 108 FF(aa, bb, cc, dd, X[ 4], 5); in _rmd128_compress() 109 FF(dd, aa, bb, cc, X[ 5], 8); in _rmd128_compress() 110 FF(cc, dd, aa, bb, X[ 6], 7); in _rmd128_compress() 111 FF(bb, cc, dd, aa, X[ 7], 9); in _rmd128_compress() [all …]
|
D | rmd160.c | 109 ulong32 aa,bb,cc,dd,ee,aaa,bbb,ccc,ddd,eee,X[16]; in _rmd160_compress() local 114 LOAD32L(X[i], buf + (4 * i)); in _rmd160_compress() 125 FF(aa, bb, cc, dd, ee, X[ 0], 11); in _rmd160_compress() 126 FF(ee, aa, bb, cc, dd, X[ 1], 14); in _rmd160_compress() 127 FF(dd, ee, aa, bb, cc, X[ 2], 15); in _rmd160_compress() 128 FF(cc, dd, ee, aa, bb, X[ 3], 12); in _rmd160_compress() 129 FF(bb, cc, dd, ee, aa, X[ 4], 5); in _rmd160_compress() 130 FF(aa, bb, cc, dd, ee, X[ 5], 8); in _rmd160_compress() 131 FF(ee, aa, bb, cc, dd, X[ 6], 7); in _rmd160_compress() 132 FF(dd, ee, aa, bb, cc, X[ 7], 9); in _rmd160_compress() [all …]
|
D | rmd320.c | 103 ulong32 aa,bb,cc,dd,ee,aaa,bbb,ccc,ddd,eee,tmp,X[16]; in _rmd320_compress() local 108 LOAD32L(X[i], buf + (4 * i)); in _rmd320_compress() 124 FF(aa, bb, cc, dd, ee, X[ 0], 11); in _rmd320_compress() 125 FF(ee, aa, bb, cc, dd, X[ 1], 14); in _rmd320_compress() 126 FF(dd, ee, aa, bb, cc, X[ 2], 15); in _rmd320_compress() 127 FF(cc, dd, ee, aa, bb, X[ 3], 12); in _rmd320_compress() 128 FF(bb, cc, dd, ee, aa, X[ 4], 5); in _rmd320_compress() 129 FF(aa, bb, cc, dd, ee, X[ 5], 8); in _rmd320_compress() 130 FF(ee, aa, bb, cc, dd, X[ 6], 7); in _rmd320_compress() 131 FF(dd, ee, aa, bb, cc, X[ 7], 9); in _rmd320_compress() [all …]
|
/external/openssl/crypto/aes/asm/ |
D | aesni-sha1-x86_64.pl | 110 my @X=map("%xmm$_",(4..7,0..3)); 183 movdqa 64($K_XX_XX),@X[2] # pbswap mask 185 movdqu 0($inp),@X[-4&7] # load input to %xmm[0-3] 186 movdqu 16($inp),@X[-3&7] 187 movdqu 32($inp),@X[-2&7] 188 movdqu 48($inp),@X[-1&7] 189 pshufb @X[2],@X[-4&7] # byte swap 191 pshufb @X[2],@X[-3&7] 192 pshufb @X[2],@X[-2&7] 193 pshufb @X[2],@X[-1&7] [all …]
|
/external/clang/test/SemaTemplate/ |
D | nested-template.cpp | 34 template<typename X> 36 class Outer<X>::Inner0 { 38 void f(X, Y); 41 template<typename X> 43 void Outer<X>::Inner0<Y>::f(X, Y) { in f() argument 46 template<typename X> 48 struct Outer<X>::Inner1<Y>::ReallyInner { 51 void g(X, Y); 54 template<typename X> 56 void Outer<X>::Inner1<Y>::ReallyInner::g(X, Y) { in g() argument [all …]
|
/external/clang/test/SemaCXX/ |
D | overloaded-operator-decl.cpp | 2 struct X { struct 3 X(); 4 X(int); 7 X operator+(X, X); 8 X operator-(X, X) { X x; return x; } in operator -() argument 19 void f(X x) { in f() 23 X operator+(int, float); // expected-error{{overloaded 'operator+' must have at least one parameter… 25 X operator*(X, X = 5); // expected-error{{parameter of overloaded 'operator*' cannot have a default… 27 X operator/(X, X, ...); // expected-error{{overloaded 'operator/' cannot be variadic}} 29 X operator%(Y); // expected-error{{overloaded 'operator%' must be a binary operator (has 1 paramete… [all …]
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/ |
D | MD5Digest.java | 14 private int[] X = new int[16]; field in MD5Digest 38 System.arraycopy(t.X, 0, X, 0, t.X.length); in MD5Digest() 56 X[xOff++] = (in[inOff] & 0xff) | ((in[inOff + 1] & 0xff) << 8) in processWord() 73 X[14] = (int)(bitLength & 0xffffffff); in processLength() 74 X[15] = (int)(bitLength >>> 32); in processLength() 118 for (int i = 0; i != X.length; i++) in reset() 120 X[i] = 0; in reset() 211 a = rotateLeft(a + F(b, c, d) + X[ 0] + 0xd76aa478, S11) + b; in processBlock() 212 d = rotateLeft(d + F(a, b, c) + X[ 1] + 0xe8c7b756, S12) + a; in processBlock() 213 c = rotateLeft(c + F(d, a, b) + X[ 2] + 0x242070db, S13) + d; in processBlock() [all …]
|
/external/clang/test/CXX/special/class.copy/ |
D | p33-0x.cpp | 2 class X { class 3 X(const X&); 6 X(); 7 X(X&&); 10 X return_by_move(int i, X x) { in return_by_move() 11 X x2; in return_by_move() 20 void throw_move_only(X x) { in throw_move_only() 21 X x2; in throw_move_only() 27 struct X { struct 28 X(); [all …]
|