D 49 crypto/anubis.c u32 D[ANUBIS_MAX_ROUNDS + 1][4]; D 557 crypto/anubis.c ctx->D[0][i] = ctx->E[R][i]; D 558 crypto/anubis.c ctx->D[R][i] = ctx->E[0][i]; D 563 crypto/anubis.c ctx->D[r][i] = D 671 crypto/anubis.c anubis_crypt(ctx->D, dst, src, ctx->R); D 572 crypto/cast5.c #define F1(D,m,r) ( (I = ((m) + (D))), (I=rol32(I,(r))), \ D 574 crypto/cast5.c #define F2(D,m,r) ( (I = ((m) ^ (D))), (I=rol32(I,(r))), \ D 576 crypto/cast5.c #define F3(D,m,r) ( (I = ((m) - (D))), (I=rol32(I,(r))), \ D 38 crypto/cast6.c #define F1(D,r,m) ( (I = ((m) + (D))), (I=rol32(I,(r))), \ D 40 crypto/cast6.c #define F2(D,r,m) ( (I = ((m) ^ (D))), (I=rol32(I,(r))), \ D 42 crypto/cast6.c #define F3(D,r,m) ( (I = ((m) - (D))), (I=rol32(I,(r))), \ D 35 crypto/khazad.c u64 D[KHAZAD_ROUNDS + 1]; D 784 crypto/khazad.c ctx->D[0] = ctx->E[KHAZAD_ROUNDS]; D 787 crypto/khazad.c ctx->D[r] = T0[(int)S[(int)(K1 >> 56) ] & 0xff] ^ D 796 crypto/khazad.c ctx->D[KHAZAD_ROUNDS] = ctx->E[0]; D 846 crypto/khazad.c khazad_crypt(ctx->D, dst, src); D 316 crypto/sha256_generic.c u8 D[SHA256_DIGEST_SIZE]; D 318 crypto/sha256_generic.c sha256_final(tfm, D); D 320 crypto/sha256_generic.c memcpy(hash, D, SHA224_DIGEST_SIZE); D 321 crypto/sha256_generic.c memset(D, 0, SHA256_DIGEST_SIZE); D 241 crypto/sha512_generic.c u8 D[64]; D 243 crypto/sha512_generic.c sha512_final(tfm, D); D 245 crypto/sha512_generic.c memcpy(hash, D, 48); D 246 crypto/sha512_generic.c memset(D, 0, 64); D 605 crypto/tgr192.c u8 D[64]; D 607 crypto/tgr192.c tgr192_final(tfm, D); D 608 crypto/tgr192.c memcpy(out, D, TGR160_DIGEST_SIZE); D 609 crypto/tgr192.c memset(D, 0, TGR192_DIGEST_SIZE); D 614 crypto/tgr192.c u8 D[64]; D 616 crypto/tgr192.c tgr192_final(tfm, D); D 617 crypto/tgr192.c memcpy(out, D, TGR128_DIGEST_SIZE); D 618 crypto/tgr192.c memset(D, 0, TGR192_DIGEST_SIZE); D 1091 crypto/wp512.c u8 D[64]; D 1093 crypto/wp512.c wp512_final(tfm, D); D 1094 crypto/wp512.c memcpy (out, D, WP384_DIGEST_SIZE); D 1095 crypto/wp512.c memset (D, 0, WP512_DIGEST_SIZE); D 1100 crypto/wp512.c u8 D[64]; D 1102 crypto/wp512.c wp512_final(tfm, D); D 1103 crypto/wp512.c memcpy (out, D, WP256_DIGEST_SIZE); D 1104 crypto/wp512.c memset (D, 0, WP512_DIGEST_SIZE); D 35 fs/autofs/autofs_i.h #define DPRINTK(D) (printk D) D 59 fs/cifs/md4.c mdfour64(__u32 *M, __u32 *A, __u32 *B, __u32 *C, __u32 *D) D 72 fs/cifs/md4.c DD = *D; D 74 fs/cifs/md4.c ROUND1(A, B, C, D, 0, 3); D 75 fs/cifs/md4.c ROUND1(D, A, B, C, 1, 7); D 76 fs/cifs/md4.c ROUND1(C, D, A, B, 2, 11); D 77 fs/cifs/md4.c ROUND1(B, C, D, A, 3, 19); D 78 fs/cifs/md4.c ROUND1(A, B, C, D, 4, 3); D 79 fs/cifs/md4.c ROUND1(D, A, B, C, 5, 7); D 80 fs/cifs/md4.c ROUND1(C, D, A, B, 6, 11); D 81 fs/cifs/md4.c ROUND1(B, C, D, A, 7, 19); D 82 fs/cifs/md4.c ROUND1(A, B, C, D, 8, 3); D 83 fs/cifs/md4.c ROUND1(D, A, B, C, 9, 7); D 84 fs/cifs/md4.c ROUND1(C, D, A, B, 10, 11); D 85 fs/cifs/md4.c ROUND1(B, C, D, A, 11, 19); D 86 fs/cifs/md4.c ROUND1(A, B, C, D, 12, 3); D 87 fs/cifs/md4.c ROUND1(D, A, B, C, 13, 7); D 88 fs/cifs/md4.c ROUND1(C, D, A, B, 14, 11); D 89 fs/cifs/md4.c ROUND1(B, C, D, A, 15, 19); D 91 fs/cifs/md4.c ROUND2(A, B, C, D, 0, 3); D 92 fs/cifs/md4.c ROUND2(D, A, B, C, 4, 5); D 93 fs/cifs/md4.c ROUND2(C, D, A, B, 8, 9); D 94 fs/cifs/md4.c ROUND2(B, C, D, A, 12, 13); D 95 fs/cifs/md4.c ROUND2(A, B, C, D, 1, 3); D 96 fs/cifs/md4.c ROUND2(D, A, B, C, 5, 5); D 97 fs/cifs/md4.c ROUND2(C, D, A, B, 9, 9); D 98 fs/cifs/md4.c ROUND2(B, C, D, A, 13, 13); D 99 fs/cifs/md4.c ROUND2(A, B, C, D, 2, 3); D 100 fs/cifs/md4.c ROUND2(D, A, B, C, 6, 5); D 101 fs/cifs/md4.c ROUND2(C, D, A, B, 10, 9); D 102 fs/cifs/md4.c ROUND2(B, C, D, A, 14, 13); D 103 fs/cifs/md4.c ROUND2(A, B, C, D, 3, 3); D 104 fs/cifs/md4.c ROUND2(D, A, B, C, 7, 5); D 105 fs/cifs/md4.c ROUND2(C, D, A, B, 11, 9); D 106 fs/cifs/md4.c ROUND2(B, C, D, A, 15, 13); D 108 fs/cifs/md4.c ROUND3(A, B, C, D, 0, 3); D 109 fs/cifs/md4.c ROUND3(D, A, B, C, 8, 9); D 110 fs/cifs/md4.c ROUND3(C, D, A, B, 4, 11); D 111 fs/cifs/md4.c ROUND3(B, C, D, A, 12, 15); D 112 fs/cifs/md4.c ROUND3(A, B, C, D, 2, 3); D 113 fs/cifs/md4.c ROUND3(D, A, B, C, 10, 9); D 114 fs/cifs/md4.c ROUND3(C, D, A, B, 6, 11); D 115 fs/cifs/md4.c ROUND3(B, C, D, A, 14, 15); D 116 fs/cifs/md4.c ROUND3(A, B, C, D, 1, 3); D 117 fs/cifs/md4.c ROUND3(D, A, B, C, 9, 9); D 118 fs/cifs/md4.c ROUND3(C, D, A, B, 5, 11); D 119 fs/cifs/md4.c ROUND3(B, C, D, A, 13, 15); D 120 fs/cifs/md4.c ROUND3(A, B, C, D, 3, 3); D 121 fs/cifs/md4.c ROUND3(D, A, B, C, 11, 9); D 122 fs/cifs/md4.c ROUND3(C, D, A, B, 7, 11); D 123 fs/cifs/md4.c ROUND3(B, C, D, A, 15, 15); D 128 fs/cifs/md4.c *D += DD; D 133 fs/cifs/md4.c *D &= 0xFFFFFFFF; D 169 fs/cifs/md4.c __u32 D = 0x10325476; D 173 fs/cifs/md4.c mdfour64(M, &A, &B, &C, &D); D 186 fs/cifs/md4.c mdfour64(M, &A, &B, &C, &D); D 190 fs/cifs/md4.c mdfour64(M, &A, &B, &C, &D); D 192 fs/cifs/md4.c mdfour64(M, &A, &B, &C, &D); D 202 fs/cifs/md4.c copy4(out + 12, D); D 204 fs/cifs/md4.c A = B = C = D = 0; D 98 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 102 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 106 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 110 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 114 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 118 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 122 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 126 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 130 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 134 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 137 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 142 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 147 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 152 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 157 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 162 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 167 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 172 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 178 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 182 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 186 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 190 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 194 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 198 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 202 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 206 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 210 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 214 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 217 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 222 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 227 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 232 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 237 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 242 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 247 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 252 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 264 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 16) - 1)) << 0)) D 268 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 16) - 1)) << 0)) D 271 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 16) - 1)) << 0)) D 274 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 16) - 1)) << 0)) D 277 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 16) - 1)) << 0)) D 280 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 16) - 1)) << 0)) D 304 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 308 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 312 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 316 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 320 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 324 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 328 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 332 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 336 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 340 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 344 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 348 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 352 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 356 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 360 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 364 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 368 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 372 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 375 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 16)) D 378 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 16)) D 381 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 16)) D 384 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 16)) D 387 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 16)) D 390 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 16)) D 394 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 16)) D 398 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 16)) D 402 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 16)) D 406 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 16)) D 409 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 412 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 415 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 418 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 421 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 424 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 426 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h #define MPU_MOVEX_IR_INSTR(S,D) (0xC0000081 | ((D & ((1 << 5) - 1)) << 21)) D 430 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h #define MPU_MOVEX_IS_INSTR(S,D) (0xC0000481 | ((D & ((1 << 5) - 1)) << 21)) D 437 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 440 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 443 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 446 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 450 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 454 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 458 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 462 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 466 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 470 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 474 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 478 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 482 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 486 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 489 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 494 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 499 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 504 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 509 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 514 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 519 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 524 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 533 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 536 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 539 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 11) - 1)) << 0)) D 542 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 16)) D 545 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 11) - 1)) << 0)) D 548 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 16)) D 550 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h #define MPU_RWX_II_INSTR(S,D) (0xD4000000 | ((D & ((1 << 11) - 1)) << 0)) D 554 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h #define MPU_RWX_IS_INSTR(S,D) (0xD5000000 | ((D & ((1 << 5) - 1)) << 16)) D 560 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 564 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 568 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 572 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 576 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 580 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 584 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 588 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 592 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 595 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 600 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 605 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 610 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 615 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 16) - 1)) << 0)) D 618 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 16) - 1)) << 0)) D 621 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 11)) D 624 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 11)) D 627 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 11)) D 630 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 11)) D 634 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 11)) D 638 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 11)) D 642 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 11)) D 646 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 11)) D 648 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h #define MPU_SWX_II_INSTR(S,D) (0xE4000000 | ((D & ((1 << 16) - 1)) << 0)) D 652 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h #define MPU_SWX_IR_INSTR(S,D) (0xE6000000 | ((D & ((1 << 5) - 1)) << 11)) D 656 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h #define MPU_SWX_IS_INSTR(S,D) (0xE7000000 | ((D & ((1 << 5) - 1)) << 11)) D 661 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 11)) D 666 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 11)) D 672 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 676 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 680 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 684 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 688 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 692 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 696 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 700 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 703 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 706 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 709 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 712 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 716 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 720 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 723 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 728 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 733 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 738 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 743 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 748 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 753 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 758 include/asm-cris/arch-v32/hwregs/iop/iop_mpu_macros.h | ((D & ((1 << 5) - 1)) << 21)) D 58 include/asm-frv/gpio-regs.h #define GPDR_GPIO_DIR(X,D) ((D) << (X)) D 424 include/linux/mISDNif.h struct mISDNchannel D; D 74 include/math-emu/double.h #define FP_UNPACK_RAW_D(X,val) _FP_UNPACK_RAW_2(D,X,val) D 75 include/math-emu/double.h #define FP_UNPACK_RAW_DP(X,val) _FP_UNPACK_RAW_2_P(D,X,val) D 76 include/math-emu/double.h #define FP_PACK_RAW_D(val,X) _FP_PACK_RAW_2(D,val,X) D 80 include/math-emu/double.h _FP_PACK_RAW_2_P(D,val,X); \ D 85 include/math-emu/double.h _FP_UNPACK_RAW_2(D,X,val); \ D 86 include/math-emu/double.h _FP_UNPACK_CANONICAL(D,2,X); \ D 91 include/math-emu/double.h _FP_UNPACK_RAW_2_P(D,X,val); \ D 92 include/math-emu/double.h _FP_UNPACK_CANONICAL(D,2,X); \ D 97 include/math-emu/double.h _FP_PACK_CANONICAL(D,2,X); \ D 98 include/math-emu/double.h _FP_PACK_RAW_2(D,val,X); \ D 103 include/math-emu/double.h _FP_PACK_CANONICAL(D,2,X); \ D 105 include/math-emu/double.h _FP_PACK_RAW_2_P(D,val,X); \ D 108 include/math-emu/double.h #define FP_ISSIGNAN_D(X) _FP_ISSIGNAN(D,2,X) D 109 include/math-emu/double.h #define FP_NEG_D(R,X) _FP_NEG(D,2,R,X) D 110 include/math-emu/double.h #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) D 111 include/math-emu/double.h #define FP_SUB_D(R,X,Y) _FP_SUB(D,2,R,X,Y) D 112 include/math-emu/double.h #define FP_MUL_D(R,X,Y) _FP_MUL(D,2,R,X,Y) D 113 include/math-emu/double.h #define FP_DIV_D(R,X,Y) _FP_DIV(D,2,R,X,Y) D 114 include/math-emu/double.h #define FP_SQRT_D(R,X) _FP_SQRT(D,2,R,X) D 117 include/math-emu/double.h #define FP_CMP_D(r,X,Y,un) _FP_CMP(D,2,r,X,Y,un) D 118 include/math-emu/double.h #define FP_CMP_EQ_D(r,X,Y) _FP_CMP_EQ(D,2,r,X,Y) D 120 include/math-emu/double.h #define FP_TO_INT_D(r,X,rsz,rsg) _FP_TO_INT(D,2,r,X,rsz,rsg) D 121 include/math-emu/double.h #define FP_TO_INT_ROUND_D(r,X,rsz,rsg) _FP_TO_INT_ROUND(D,2,r,X,rsz,rsg) D 122 include/math-emu/double.h #define FP_FROM_INT_D(X,r,rs,rt) _FP_FROM_INT(D,2,X,r,rs,rt) D 146 include/math-emu/double.h #define FP_UNPACK_RAW_D(X,val) _FP_UNPACK_RAW_1(D,X,val) D 147 include/math-emu/double.h #define FP_UNPACK_RAW_DP(X,val) _FP_UNPACK_RAW_1_P(D,X,val) D 148 include/math-emu/double.h #define FP_PACK_RAW_D(val,X) _FP_PACK_RAW_1(D,val,X) D 152 include/math-emu/double.h _FP_PACK_RAW_1_P(D,val,X); \ D 157 include/math-emu/double.h _FP_UNPACK_RAW_1(D,X,val); \ D 158 include/math-emu/double.h _FP_UNPACK_CANONICAL(D,1,X); \ D 163 include/math-emu/double.h _FP_UNPACK_RAW_1_P(D,X,val); \ D 164 include/math-emu/double.h _FP_UNPACK_CANONICAL(D,1,X); \ D 169 include/math-emu/double.h _FP_PACK_CANONICAL(D,1,X); \ D 170 include/math-emu/double.h _FP_PACK_RAW_1(D,val,X); \ D 175 include/math-emu/double.h _FP_PACK_CANONICAL(D,1,X); \ D 177 include/math-emu/double.h _FP_PACK_RAW_1_P(D,val,X); \ D 180 include/math-emu/double.h #define FP_ISSIGNAN_D(X) _FP_ISSIGNAN(D,1,X) D 181 include/math-emu/double.h #define FP_NEG_D(R,X) _FP_NEG(D,1,R,X) D 182 include/math-emu/double.h #define FP_ADD_D(R,X,Y) _FP_ADD(D,1,R,X,Y) D 183 include/math-emu/double.h #define FP_SUB_D(R,X,Y) _FP_SUB(D,1,R,X,Y) D 184 include/math-emu/double.h #define FP_MUL_D(R,X,Y) _FP_MUL(D,1,R,X,Y) D 185 include/math-emu/double.h #define FP_DIV_D(R,X,Y) _FP_DIV(D,1,R,X,Y) D 186 include/math-emu/double.h #define FP_SQRT_D(R,X) _FP_SQRT(D,1,R,X) D 192 include/math-emu/double.h #define FP_CMP_D(r,X,Y,un) _FP_CMP(D,1,r,X,Y,un) D 193 include/math-emu/double.h #define FP_CMP_EQ_D(r,X,Y) _FP_CMP_EQ(D,1,r,X,Y) D 195 include/math-emu/double.h #define FP_TO_INT_D(r,X,rsz,rsg) _FP_TO_INT(D,1,r,X,rsz,rsg) D 196 include/math-emu/double.h #define FP_TO_INT_ROUND_D(r,X,rsz,rsg) _FP_TO_INT_ROUND(D,1,r,X,rsz,rsg) D 197 include/math-emu/double.h #define FP_FROM_INT_D(X,r,rs,rt) _FP_FROM_INT(D,1,X,r,rs,rt) D 29 include/math-emu/op-1.h #define _FP_FRAC_COPY_1(D,S) (D##_f = S##_f) D 290 include/math-emu/op-1.h D##_f = S##_f; \ D 294 include/math-emu/op-1.h _FP_FRAC_SRS_1(D, (_FP_WFRACBITS_##sfs-_FP_WFRACBITS_##dfs), \ D 297 include/math-emu/op-1.h _FP_FRAC_SRL_1(D, (_FP_WFRACBITS_##sfs-_FP_WFRACBITS_##dfs)); \ D 300 include/math-emu/op-1.h D##_f <<= _FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs; \ D 29 include/math-emu/op-2.h #define _FP_FRAC_COPY_2(D,S) (D##_f0 = S##_f0, D##_f1 = S##_f1) D 603 include/math-emu/op-2.h D##_f = S##_f0; \ D 608 include/math-emu/op-2.h D##_f0 = S##_f; \ D 609 include/math-emu/op-2.h D##_f1 = 0; \ D 610 include/math-emu/op-2.h _FP_FRAC_SLL_2(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \ D 30 include/math-emu/op-4.h (D##_f[0] = S##_f[0], D##_f[1] = S##_f[1], \ D 31 include/math-emu/op-4.h D##_f[2] = S##_f[2], D##_f[3] = S##_f[3]) D 622 include/math-emu/op-4.h D##_f = S##_f[0]; \ D 632 include/math-emu/op-4.h D##_f0 = S##_f[0]; \ D 633 include/math-emu/op-4.h D##_f1 = S##_f[1]; \ D 679 include/math-emu/op-4.h D##_f[0] = S##_f; \ D 680 include/math-emu/op-4.h D##_f[1] = D##_f[2] = D##_f[3] = 0; \ D 681 include/math-emu/op-4.h _FP_FRAC_SLL_4(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \ D 686 include/math-emu/op-4.h D##_f[0] = S##_f0; \ D 687 include/math-emu/op-4.h D##_f[1] = S##_f1; \ D 688 include/math-emu/op-4.h D##_f[2] = D##_f[3] = 0; \ D 689 include/math-emu/op-4.h _FP_FRAC_SLL_4(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \ D 806 include/math-emu/op-common.h _FP_FRAC_CONV_##dwc##_##swc(dfs, sfs, D, S); \ D 807 include/math-emu/op-common.h D##_e = S##_e; \ D 808 include/math-emu/op-common.h D##_c = S##_c; \ D 809 include/math-emu/op-common.h D##_s = S##_s; \ D 394 lib/locking-selftest.c LOCK_UNLOCK_2(C, D); \ D 395 lib/locking-selftest.c LOCK_UNLOCK_2(D, A); /* fail */ D 421 lib/locking-selftest.c LOCK_UNLOCK_2(C, D); \ D 422 lib/locking-selftest.c LOCK_UNLOCK_2(B, D); \ D 423 lib/locking-selftest.c LOCK_UNLOCK_2(D, A); /* fail */ D 449 lib/locking-selftest.c LOCK_UNLOCK_2(C, D); \ D 451 lib/locking-selftest.c LOCK_UNLOCK_2(D, A); /* fail */ D 924 lib/locking-selftest.c I1(A); I1(B); I1(C); I1(D); D 927 lib/locking-selftest.c I2(A); I2(B); I2(C); I2(D); D 54 net/mac80211/debugfs_key.c KEY_CONF_FILE(keylen, D); D 55 net/mac80211/debugfs_key.c KEY_CONF_FILE(keyidx, D); D 56 net/mac80211/debugfs_key.c KEY_CONF_FILE(hw_key_idx, D); D 58 net/mac80211/debugfs_key.c KEY_FILE(tx_rx_count, D); D 53 net/mac80211/debugfs_sta.c STA_FILE(aid, sta.aid, D); D 66 net/mac80211/debugfs_sta.c STA_FILE(last_signal, last_signal, D); D 67 net/mac80211/debugfs_sta.c STA_FILE(last_qual, last_qual, D); D 68 net/mac80211/debugfs_sta.c STA_FILE(last_noise, last_noise, D); D 32 net/rxrpc/ar-internal.h queue_delayed_work(rxrpc_workqueue, (WS), (D)) D 1062 sound/pci/riptide/riptide.c u32 D, M, N; D 1068 sound/pci/riptide/riptide.c D = 48000; D 1070 sound/pci/riptide/riptide.c N = M % D; D 1071 sound/pci/riptide/riptide.c M /= D; D 1075 sound/pci/riptide/riptide.c SEND_SSRC(cif, *intdec, D, M, N); D 1077 sound/pci/riptide/riptide.c } while (rptr.retwords[1] != D &&