/external/dtc/tests/ |
D | references.c | 80 uint32_t h1, h2, h4, h5; in main() local 104 h5 = fdt_get_phandle(fdt, n5); in main() 115 if ((h5 == 0) || (h5 == -1)) in main() 116 FAIL("/node5 has bad phandle, 0x%x", h5); in main() 117 if ((h5 == h4) || (h5 == h2) || (h5 == h1)) in main() 118 FAIL("/node5 has duplicate phandle, 0x%x", h5); in main()
|
/external/boringssl/src/ssl/test/runner/curve25519/ |
D | curve25519.go | 92 h5 := load4(src[16:]) 108 carry[5] = (h5 + 1<<24) >> 25 110 h5 -= carry[5] << 25 122 h5 += carry[4] 136 dst[5] = int32(h5) 422 h5 := f0g5 + f1g4 + f2g3 + f3g2 + f4g1 + f5g0 + f6g9_19 + f7g8_19 + f8g7_19 + f9g6_19 438 h5 += carry[4] 448 carry[5] = (h5 + (1 << 24)) >> 25 450 h5 -= carry[5] << 25 479 h5 += carry[4] [all …]
|
/external/llvm/test/CodeGen/Thumb2/ |
D | constant-islands-jump-table.ll | 17 i32 4, label %h5 33 br label %h5 35 h5: 41 %y = phi i32 [0, %h1], [%a3, %h5]
|
/external/boringssl/src/ssl/test/runner/poly1305/ |
D | sum_ref.go | 258 h5 := alpha32 - alpha32 442 h5 += z3 490 y5 = h5 + alpha96 563 x5 = h5 - y5 634 h5 = r2highx0 + sr3highx6 643 h5 += r0highx4 670 h5 += r1highx2 689 h5 += z3 719 y5 = h5 + alpha96 759 x5 = h5 - y5 [all …]
|
/external/fmtlib/doc/bootstrap/ |
D | type.less | 9 h1, h2, h3, h4, h5, h6, 10 .h1, .h2, .h3, .h4, .h5, .h6 { 36 h5, .h5, 51 h5, .h5 { font-size: @font-size-h5; }
|
/external/curl/tests/data/ |
D | test320 | 22 <h5>If your browser supports session resuming, then you should see the same session ID, when you pr… 71 <h5>If your browser supports session resuming, then you should see the same session ID, when you pr…
|
/external/llvm/test/MC/AArch64/ |
D | neon-scalar-dup.s | 9 dup h5, v31.h[7] 36 mov h5, v31.h[7]
|
D | neon-scalar-recip.s | 21 frsqrts h21, h5, h12
|
D | dot-req.s | 23 hanah .req h5
|
/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 { 189 div.body h5, 203 div.body h5 { font-size: 110%; } 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/boringssl/src/crypto/curve25519/ |
D | curve25519.c | 64 int64_t h5 = load_4(s + 16); in fe_frombytes() local 83 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_frombytes() 88 carry4 = h4 + (1 << 25); h5 += carry4 >> 26; h4 -= carry4 & kTop38Bits; in fe_frombytes() 97 h[5] = h5; in fe_frombytes() 132 int32_t h5 = h[5]; in fe_tobytes() local 145 q = (h5 + q) >> 25; in fe_tobytes() 159 h5 += h4 >> 26; h4 &= kBottom26Bits; in fe_tobytes() 160 h6 += h5 >> 25; h5 &= kBottom25Bits; in fe_tobytes() 188 s[16] = h5 >> 0; in fe_tobytes() 189 s[17] = h5 >> 8; in fe_tobytes() [all …]
|
/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() 295 h2 = rotate(h2 + h5, 33) * k1; in mix() 297 h4 = h0 + h5; in mix() 299 h5 = h2 + h6; in mix() 301 mix_32_bytes(s + 32, h5, h6); in mix() 308 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2, in finalize()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | spill-01.ll | 24 @h5 = global i64 5 364 %val5 = load i64 , i64 *@h5 377 store i64 %val5, i64 *@h5 409 %val5 = load volatile i64 , i64 *@h5 421 store volatile i64 %val5, i64 *@h5 437 store volatile i64 %val5, i64 *@h5 452 store volatile i64 %val5, i64 *@h5 472 %val5 = load volatile i64 , i64 *@h5 486 store volatile i64 %val5, i64 *@h5 511 store volatile i64 %val5, i64 *@h5 [all …]
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | Tooltip.css | 3 body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; } selector 13 h5 { margin-top: 0px; margin-bottom: 0px; } selector
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kdt_mgc4.pkb | 37 …�3��*��} 6��,Ky|a�ܛ߇h5���o�!YÇ2�����LTr~V��c|P�YĿT)�'+�[���3���wk3�nq7�h5��q�%8%�q…
|
/external/clang/test/Sema/ |
D | constant-builtins.c | 22 int h5 = __builtin_bswap64(0x1234) == 0x3412000000000000 ? 1 : f(); variable
|
D | attr-alias-elf.c | 19 void h5() __attribute__((alias("f5")));
|
/external/testng/doc/samplereport/css/ |
D | maven-theme.css | 64 h5 { selector 83 #navcolumn h5 {
|
/external/libnl/doc/stylesheets/ |
D | flask.css | 19 h1, h2, h3, h4, h5, h6, selector 50 h1, h2, h3, h4, h5, h6 { selector 69 h5 { selector 531 h1, h2, h3, h4, h5, h6, selector 547 h5 { font-size: 100%; } selector
|
D | docbook-xsl.css | 25 h1, h2, h3, h4, h5, h6 selector 66 body h5 { 120 body h1, body h2, body h3, body h4, body h5, body h6 {
|
/external/doclava/res/assets/templates/ |
D | macros.cs | 152 <h5 class="jd-tagtitle">API Note:</h5> 158 <h5 class="jd-tagtitle">Implementation Requirements:</h5> 164 <h5 class="jd-tagtitle">Implementation Note:</h5>
|
/external/doclava/res/assets/templates/assets/ |
D | style.css | 130 div#jd-content .jd-descr h5 { 198 div#jd-content .jd-descr h5, 199 div#jd-content .jd-details h5 {
|
/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() 113 MADD_BF(h1, h3, h5, h7, k0, k1, k2, k0, out12, out14, out13, out15); 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() 295 MADD_BF(h1, h3, h5, h7, k0, k1, k2, k0, out12, out14, out13, out15); in fadst16_rows_step2_msa()
|
/external/nanopb-c/docs/ |
D | lsr.css | 101 h1, h2, h3, h4, h5, h6 { selector 131 h5 { selector
|
/external/jline/src/src/site/resources/css/ |
D | site.css | 10 body,div,span,td,p,h2,h3,h4,h5,h6,a,ul,li { selector 143 #navcolumn h5 {
|