/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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 …]
|
/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-7.0/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-7.0/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/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/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/swiftshader/third_party/llvm-7.0/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/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/python/httplib2/doc/html/_static/ |
D | sphinxdoc.css | 280 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 284 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor { 292 h5:hover a.anchor, h6:hover a.anchor { 297 h5 a.anchor:hover, h6 a.anchor:hover { 423 h6:hover > a.headerlink,
|
D | default.css | 131 div.body h6 { 146 div.body h6 { font-size: 100%; }
|
/external/boringssl/src/ssl/test/runner/ed25519/internal/edwards25519/ |
D | edwards25519.go | 101 h6 := load3(src[20:]) << 7 106 FeCombine(dst, h0, h1, h2, h3, h4, h5, h6, h7, h8, h9) 260 func FeCombine(h *FieldElement, h0, h1, h2, h3, h4, h5, h6, h7, h8, h9 int64) { argument 285 h6 += c5 295 c6 = (h6 + (1 << 25)) >> 26 297 h6 -= c6 << 26 343 h[6] = int32(h6) 421 …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… 426 FeCombine(h, h0, h1, h2, h3, h4, h5, h6, h7, h8, h9) 429 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/swiftshader/third_party/llvm-7.0/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/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
|
/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 {
|
/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/python/setuptools/docs/_theme/nature/static/ |
D | nature.css_t | 146 div.body h6 { 161 div.body h6 { font-size: 100%; }
|
/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()
|