/external/boringssl/src/ssl/test/runner/curve25519/ |
D | curve25519.go | 93 h6 := load3(src[20:]) << 7 109 h6 += carry[5] 124 carry[6] = (h6 + 1<<25) >> 26 126 h6 -= carry[6] << 26 137 dst[6] = int32(h6) 423 h6 := f0g6 + f1g5_2 + f2g4 + f3g3_2 + f4g2 + f5g1_2 + f6g0 + f7g9_38 + f8g8_19 + f9g7_38 449 h6 += carry[5] 459 carry[6] = (h6 + (1 << 25)) >> 26 461 h6 -= carry[6] << 26 507 h[6] = int32(h6) [all …]
|
/external/llvm/test/CodeGen/Thumb2/ |
D | constant-islands-jump-table.ll | 18 i32 6, label %h6 38 br label %h6 40 h6:
|
/external/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 12 ldr h6, [sp, #2] 47 ; CHECK: ldr h6, [sp, #2] ; encoding: [0xe6,0x07,0x40,0x7d] 85 str h6, [sp, #2] 97 ; CHECK: str h6, [sp, #2] ; encoding: [0xe6,0x07,0x00,0x7d] 114 ldur h6, [sp, #2] 129 ; CHECK: ldur h6, [sp, #2] ; encoding: [0xe6,0x23,0x40,0x7c] 145 stur h6, [sp, #2] 160 ; CHECK: stur h6, [sp, #2] ; encoding: [0xe6,0x23,0x00,0x7c] 214 ldr h6, [x0, #2]! 222 str h6, [x0, #-2]! [all …]
|
D | neon-scalar-by-elem-mul.s | 26 fmulx h6, h2, v8.h[5]
|
/external/llvm/docs/_themes/llvm-theme/static/ |
D | llvm-theme.css | 181 div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a { 190 div.body h6 { 204 div.body h6 { font-size: 100%; } 206 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor { 214 h5:hover a.anchor, h6:hover a.anchor { 219 h5 a.anchor:hover, h6 a.anchor:hover {
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Hashing.h | 261 uint64_t h0, h1, h2, h3, h4, h5, h6; member 270 state.h6 = hash_16_bytes(state.h4, state.h5); in create() 293 h0 ^= h6; in mix() 299 h5 = h2 + h6; in mix() 300 h6 = h1 + fetch64(s + 16); in mix() 301 mix_32_bytes(s + 32, h5, h6); in mix() 309 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0); in finalize()
|
/external/llvm/include/llvm/ADT/ |
D | Hashing.h | 261 uint64_t h0, h1, h2, h3, h4, h5, h6; member 270 state.h6 = hash_16_bytes(state.h4, state.h5); in create() 293 h0 ^= h6; in mix() 299 h5 = h2 + h6; in mix() 300 h6 = h1 + fetch64(s + 16); in mix() 301 mix_32_bytes(s + 32, h5, h6); in mix() 309 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0); in finalize()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | spill-01.ll | 25 @h6 = global i64 6 365 %val6 = load i64 , i64 *@h6 378 store i64 %val6, i64 *@h6 410 %val6 = load volatile i64 , i64 *@h6 422 store volatile i64 %val6, i64 *@h6 438 store volatile i64 %val6, i64 *@h6 453 store volatile i64 %val6, i64 *@h6 473 %val6 = load volatile i64 , i64 *@h6 487 store volatile i64 %val6, i64 *@h6 512 store volatile i64 %val6, i64 *@h6 [all …]
|
/external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/ |
D | edwards25519.go | 99 h6 := load3(src[20:]) << 7 104 FeCombine(dst, h0, h1, h2, h3, h4, h5, h6, h7, h8, h9) 258 func FeCombine(h *FieldElement, h0, h1, h2, h3, h4, h5, h6, h7, h8, h9 int64) { argument 283 h6 += c5 293 c6 = (h6 + (1 << 25)) >> 26 295 h6 -= c6 << 26 341 h[6] = int32(h6) 419 …h6 := f0*g6 + f1_2*g5 + f2*g4 + f3_2*g3 + f4*g2 + f5_2*g1 + f6*g0 + f7_2*g9_19 + f8*g8_19 + f9_2*g… 424 FeCombine(h, h0, h1, h2, h3, h4, h5, h6, h7, h8, h9) 427 func feSquare(f *FieldElement) (h0, h1, h2, h3, h4, h5, h6, h7, h8, h9 int64) { [all …]
|
/external/google-styleguide/ |
D | javaguide.css | 58 h6, selector 140 h6 { selector 153 h6 { selector 177 h6 img {
|
D | styleguide.css | 10 h1, h2, h3, h4, h5, h6, .toc_title { selector 27 h3, h4, h5, h6 { selector
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 23 # CHECK: ldr h6, [sp, #2] 93 # CHECK: str h6, [sp, #2] 127 # CHECK: ldur h6, [sp, #2] 158 # CHECK: stur h6, [sp, #2] 220 # CHECK: ldr h6, [x0, #2]! 236 # CHECK: str h6, [x0, #-2]! 256 # CHECK: str h6, [x0], #-2 272 # CHECK: ldr h6, [x0], #2
|
/external/wayland/doc/publican/sources/css/ |
D | brand.css | 2 h1, h2, h3, h4, h5, h6, selector
|
D | epub.css | 2 h1, h2, h3, h4, h5, h6, selector
|
/external/libnl/doc/stylesheets/ |
D | docbook-xsl.css | 25 h1, h2, h3, h4, h5, h6 selector 71 body h6 { 120 body h1, body h2, body h3, body h4, body h5, body h6 {
|
D | flask.css | 19 h1, h2, h3, h4, h5, h6, selector 50 h1, h2, h3, h4, h5, h6 { selector 531 h1, h2, h3, h4, h5, h6, selector 548 h6 { font-size: 100%; } selector
|
/external/shflags/doc/ |
D | rst2html.css | 142 h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 242 /* font-size relative to parent (h1..h6 element) */ 277 h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct16x16_msa.c | 89 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h10, h11; in fadst16_cols_step2_msa() local 98 MADD_BF(g7, g5, g15, g13, k0, k1, k2, k0, h4, h5, h6, h7); in fadst16_cols_step2_msa() 131 BUTTERFLY_4(h0, h2, h6, h4, out8, out9, out11, out10); in fadst16_cols_step2_msa() 267 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h10, h11; in fadst16_rows_step2_msa() local 279 MADD_BF(g7, g5, g15, g13, k0, k1, k2, k0, h4, h5, h6, h7); in fadst16_rows_step2_msa() 312 BUTTERFLY_4(h0, h2, h6, h4, out8, out9, out11, out10); in fadst16_rows_step2_msa()
|
/external/google-styleguide/include/ |
D | styleguide.css | 17 h1, h2, h3, h4, h5, h6 { selector 29 h6 { selector
|
/external/nanopb-c/docs/ |
D | lsr.css | 101 h1, h2, h3, h4, h5, h6 { selector 137 h6 { selector
|
/external/llvm/docs/_ocamldoc/ |
D | style.css | 4 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre, selector 58 h6 { font-weight: bold; font-size: 1.125em; margin-top: 1.222em } selector
|
/external/clang/test/Sema/ |
D | attr-alias-elf.c | 24 void h6() __attribute__((alias("f6")));
|
/external/chromium-trace/catapult/systrace/systrace/test_data/ |
D | atrace_data_raw | 58 …<idle>-0 [000] d.h6 1212.729539: sched_wakeup: comm=kworker/u:1 pid=21 prio=120 success=1 tar… 76 …<idle>-0 [000] d.h6 1212.730638: sched_wakeup: comm=kworker/u:0H pid=7 prio=100 success=1 tar… 81 …<idle>-0 [000] d.h6 1212.731632: sched_wakeup: comm=kworker/u:0H pid=7 prio=100 success=1 tar… 86 …<idle>-0 [000] d.h6 1212.732685: sched_wakeup: comm=kworker/u:0H pid=7 prio=100 success=1 tar…
|
D | atrace_data_stripped | 57 …<idle>-0 [000] d.h6 1212.729539: sched_wakeup: comm=kworker/u:1 pid=21 prio=120 success=1 tar… 75 …<idle>-0 [000] d.h6 1212.730638: sched_wakeup: comm=kworker/u:0H pid=7 prio=100 success=1 tar… 80 …<idle>-0 [000] d.h6 1212.731632: sched_wakeup: comm=kworker/u:0H pid=7 prio=100 success=1 tar… 85 …<idle>-0 [000] d.h6 1212.732685: sched_wakeup: comm=kworker/u:0H pid=7 prio=100 success=1 tar…
|
D | atrace_fixed_tgids | 57 …<idle>-0 (-----) [000] d.h6 1212.729539: sched_wakeup: comm=kworker/u:1 pid=21 prio=120 succ… 75 …<idle>-0 (-----) [000] d.h6 1212.730638: sched_wakeup: comm=kworker/u:0H pid=7 prio=100 s… 80 …<idle>-0 (-----) [000] d.h6 1212.731632: sched_wakeup: comm=kworker/u:0H pid=7 prio=100 s… 85 …<idle>-0 (-----) [000] d.h6 1212.732685: sched_wakeup: comm=kworker/u:0H pid=7 prio=100 s…
|