/external/tcpdump/tests/ |
D | pgm_zmtp1v.out | 24 0x0000: 5468 6520 7175 6963 6b20 6272 6f77 6e20 The.quick.brown. 30 0x0060: 6963 6b20 6272 6f77 6e20 666f 7820 6a75 ick.brown.fox.ju 38 0x0010: 5468 6520 7175 6963 6b20 6272 6f77 6e20 The.quick.brown. 44 0x0070: 6963 6b20 6272 6f77 6e20 666f 7820 6a75 ick.brown.fox.ju 51 0x0010: 2064 6f67 2e20 5468 6520 7175 6963 6b20 .dog..The.quick.
|
D | epgm_zmtp1v.out | 28 0x0000: 5468 6520 7175 6963 6b20 6272 6f77 6e20 The.quick.brown. 34 0x0060: 6963 6b20 6272 6f77 6e20 666f 7820 6a75 ick.brown.fox.ju 43 0x0020: 6b20 6272 6f77 6e20 666f 7820 6a75 6d70 k.brown.fox.jump 48 0x0070: 2e20 5468 6520 7175 6963 6b20 6272 6f77 ..The.quick.brow 56 0x0020: 2064 6f67 2e20 5468 6520 7175 6963 6b20 .dog..The.quick.
|
D | zmtp1.out | 52 0x0000: 5468 6520 7175 6963 6b20 6272 6f77 6e20 The.quick.brown. 58 0x0060: 6963 6b20 6272 6f77 6e20 666f 7820 6a75 ick.brown.fox.ju
|
D | print-xx.out | 30 0x00a0: 3638 362d 736d 7020 6936 3836 3b20 3133 75 0x01f0: 6d6c 3b20 6368 6172 7365 743d 6973 6f2d 99 0x0370: 6163 6b20 6c61 7465 722e 3c2f 503e 0a0a 120 0x04c0: 652e 6e65 742f 223e 4e65 7477 6f72 6b20
|
D | print-x.out | 26 0x0090: 312d 3638 362d 736d 7020 6936 3836 3b20 69 0x01e0: 6874 6d6c 3b20 6368 6172 7365 743d 6973 93 0x0360: 2062 6163 6b20 6c61 7465 722e 3c2f 503e 115 0x04c0: 6b20 4162 7573 650a 436c 6561 7269 6e67
|
D | print-capXX.out | 30 0x00a0: 3638 362d 736d 7020 6936 3836 3b20 3133 686-smp.i686;.13 75 0x01f0: 6d6c 3b20 6368 6172 7365 743d 6973 6f2d ml;.charset=iso- 99 0x0370: 6163 6b20 6c61 7465 722e 3c2f 503e 0a0a ack.later.</P>.. 120 0x04c0: 652e 6e65 742f 223e 4e65 7477 6f72 6b20 e.net/">Network.
|
D | print-capX.out | 26 0x0090: 312d 3638 362d 736d 7020 6936 3836 3b20 1-686-smp.i686;. 69 0x01e0: 6874 6d6c 3b20 6368 6172 7365 743d 6973 html;.charset=is 93 0x0360: 2062 6163 6b20 6c61 7465 722e 3c2f 503e .back.later.</P> 115 0x04c0: 6b20 4162 7573 650a 436c 6561 7269 6e67 k.Abuse.Clearing
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_gemm_kernel.h | 74 Packet b00, b10, b20, b30, b01, b11, b21, b31; in sparselu_gemm() local 77 if(RK==4) b20 = pset1<Packet>(Bc0[2]); in sparselu_gemm() 117 if(RK==4) KMADD(c0, a2, b20, t0) \ in sparselu_gemm() 177 Packet b00, b10, b20, b30; in sparselu_gemm() local 180 if(RK==4) b20 = pset1<Packet>(Bc0[2]); in sparselu_gemm() 211 if(RK==4) KMADD(c0, a2, b20, t0) \ in sparselu_gemm()
|
/external/clang/test/CodeGenCXX/ |
D | bitfield.cpp | 15 unsigned b20 : 6; member 69 return s->b20; in read20()
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | fwalsh_sse2.asm | 97 paddd xmm0, xmm4 ; b21 b20 a21 a20 132 punpckhqdq xmm4, xmm1 ; b23 b22 b21 b20 137 packssdw xmm0, xmm4 ; b23 b22 b21 b20 a23 a22 a21 a20
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/ |
D | mat3.js | 248 b20 = b[6], b21 = b[7], b22 = b[8]; 258 out[6] = b20 * a00 + b21 * a10 + b22 * a20; 259 out[7] = b20 * a01 + b21 * a11 + b22 * a21; 260 out[8] = b20 * a02 + b21 * a12 + b22 * a22;
|
D | mat4.js | 430 b20, b21, b22; 450 b20 = x * z * t + y * s; b21 = y * z * t - x * s; b22 = z * z * t + c; 461 out[8] = a00 * b20 + a10 * b21 + a20 * b22; 462 out[9] = a01 * b20 + a11 * b21 + a21 * b22; 463 out[10] = a02 * b20 + a12 * b21 + a22 * b22; 464 out[11] = a03 * b20 + a13 * b21 + a23 * b22;
|
/external/dng_sdk/source/ |
D | dng_bad_pixels.cpp | 925 int32 b20 = p2 [0]; in FixIsolatedPixel() local 962 Abs_int32 (b20 - b42); in FixIsolatedPixel() 964 est2 = b20 + b24; in FixIsolatedPixel() 966 grad2 = Abs_int32 (b20 - b24) + in FixIsolatedPixel() 983 Abs_int32 (b02 - b20) + in FixIsolatedPixel() 1344 int32 b20 = p2 [0 * cs]; in FixSingleColumn() local 1405 est2 = b20 + b68; in FixSingleColumn() 1407 grad2 = Abs_int32 (b20 - b68) + in FixSingleColumn()
|
/external/clang/test/SemaCXX/ |
D | uninitialized.cpp | 484 …const B b20(b20); // expected-warning {{variable 'b20' is uninitialized when used within its own … in setupB() local 516 const B b20(b20); // expected-warning {{variable 'b20' is uninitialized when used within its own i… 1178 B b20 = { {}, {b20.a2.i2} }; // expected-warning{{uninitialized}} variable 1236 B b20 = { {}, {b20.a2.i2} }; // expected-warning{{uninitialized}} member 1265 b20{ {}, {b20.a2.i2} }, // expected-warning{{uninitialized}}
|
/external/llvm/test/CodeGen/Mips/ |
D | ra-allocatable.ll | 44 @b20 = external global i32* 162 %41 = load i32*, i32** @b20, align 4
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/dist/ |
D | gl-matrix.js | 1062 b20 = b[6], b21 = b[7], b22 = b[8]; 1072 out[6] = b20 * a00 + b21 * a10 + b22 * a20; 1073 out[7] = b20 * a01 + b21 * a11 + b22 * a21; 1074 out[8] = b20 * a02 + b21 * a12 + b22 * a22; 1815 b20, b21, b22; 1835 b20 = x * z * t + y * s; b21 = y * z * t - x * s; b22 = z * z * t + c; 1846 out[8] = a00 * b20 + a10 * b21 + a20 * b22; 1847 out[9] = a01 * b20 + a11 * b21 + a21 * b22; 1848 out[10] = a02 * b20 + a12 * b21 + a22 * b22; 1849 out[11] = a03 * b20 + a13 * b21 + a23 * b22;
|
/external/ltrace/etc/ |
D | libm.so.conf | 417 ; 199: 0000000000006b20 16 FUNC GLOBAL DEFAULT 13 fegetexcept@@GLIBC_2.2.5
|
/external/llvm/test/MC/AArch64/ |
D | neon-diagnostics.s | 4496 cmeq b20, d21, d22 4516 cmhs b20, d21, d22 4527 cmge b20, d21, d22 4547 cmhi b20, d21, d22 4557 cmgt b20, d21, d22 4597 cmtst b20, d21, d22
|
/external/v8/test/webkit/ |
D | dfg-inline-arguments-use-from-uninlined-code-expected.txt | 48 PASS "" + baz("a" + __i, "b" + (__i + 1), "c" + (__i + 2)) is "a19,b20,c21,a19,b20,c21"
|
D | dfg-inline-arguments-use-from-all-the-places-expected.txt | 49 …b20, c20], [[object Arguments]: [object Object], b20, c20], [[object Arguments]: [object Object], …
|
D | dfg-inline-arguments-use-from-getter-expected.txt | 49 PASS argsToStr(bar(o, "b" + __i, "c" + __i)) is "[object Arguments]: [object Object], b20, c20"
|
D | dfg-inline-arguments-use-directly-from-inlined-code-expected.txt | 49 PASS argsToStr(bar("a" + __i, "b" + __i, "c" + __i)) is "[object Arguments]: a20, b20, c20"
|
D | dfg-inline-arguments-simple-expected.txt | 49 PASS argsToStr(baz("a" + __i, "b" + __i, "c" + __i)) is "[object Arguments]: a20, b20, c20"
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.td | 236 def B20 : AArch64Reg<20, "b20">, DwarfRegNum<[84]>;
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | neon-instructions.txt | 369 # CHECK: sqadd b20, b11, b15 465 # CHECK: uqshl b11, b20, b30 485 # CHECK: uqrshl b11, b20, b30
|