/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
D | undohtml.css | 6 h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;} selector 7 ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padd… selector
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
D | undohtml.css | 6 h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;} selector 7 ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padd… selector
|
/third_party/EGL/sdk/docs/man/html/ |
D | undohtml.css | 6 h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;} selector 7 ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padd… selector
|
/third_party/EGL/sdk/docs/man/xhtml/ |
D | undohtml.css | 6 h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;} selector 7 ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padd… selector
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Hashing.h | 260 uint64_t h0 = 0, h1 = 0, h2 = 0, h3 = 0, h4 = 0, h5 = 0, h6 = 0; member 269 state.h6 = hash_16_bytes(state.h4, state.h5); in create() 292 h0 ^= h6; in mix() 298 h5 = h2 + h6; in mix() 299 h6 = h1 + fetch64(s + 16); in mix() 300 mix_32_bytes(s + 32, h5, h6); in mix() 308 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0); in finalize()
|
/third_party/vixl/test/aarch64/ |
D | test-disasm-fp-aarch64.cc | 129 COMPARE(fcvt(h6, s7), "fcvt h6, s7"); in TEST() 147 COMPARE(fnmul(h4, h5, h6), "fnmul h4, h5, h6"); in TEST() 159 COMPARE(fmaxnm(h4, h5, h6), "fmaxnm h4, h5, h6"); in TEST() 172 COMPARE(fmadd(h4, h5, h6, h10), "fmadd h4, h5, h6, h10"); in TEST() 175 COMPARE(fmsub(h4, h5, h6, h10), "fmsub h4, h5, h6, h10"); in TEST() 179 COMPARE(fnmadd(h4, h5, h6, h10), "fnmadd h4, h5, h6, h10"); in TEST() 182 COMPARE(fnmsub(h4, h5, h6, h10), "fnmsub h4, h5, h6, h10"); in TEST()
|
/third_party/typescript/tests/baselines/reference/ |
D | templateStringBinaryOperationsES6Invalid.js | 54 var h6 = `2${ 3 & 4 }5` - 6; variable 159 var h6 = `2${3 & 4}5` - 6;
|
D | templateStringBinaryOperationsInvalid.js | 54 var h6 = `2${ 3 & 4 }5` - 6; variable 159 var h6 = "2".concat(3 & 4, "5") - 6;
|
D | templateStringBinaryOperationsES6Invalid.symbols | 143 var h6 = `2${ 3 & 4 }5` - 6; 144 >h6 : Symbol(h6, Decl(templateStringBinaryOperationsES6Invalid.ts, 52, 3))
|
D | templateStringBinaryOperationsInvalid.symbols | 143 var h6 = `2${ 3 & 4 }5` - 6; 144 >h6 : Symbol(h6, Decl(templateStringBinaryOperationsInvalid.ts, 52, 3))
|
D | templateStringBinaryOperationsInvalid.types | 377 var h6 = `2${ 3 & 4 }5` - 6; 378 >h6 : number
|
D | templateStringBinaryOperationsES6Invalid.types | 377 var h6 = `2${ 3 & 4 }5` - 6; 378 >h6 : number
|
/third_party/openssl/crypto/ec/ |
D | curve25519.c | 809 int64_t h6 = load_3(s + 20) << 7; in fe_frombytes() local 827 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_frombytes() 833 carry6 = h6 + (1 << 25); h7 += carry6 >> 26; h6 -= carry6 & kTop38Bits; in fe_frombytes() 842 h[6] = (int32_t)h6; in fe_frombytes() 880 int32_t h6 = h[6]; in fe_tobytes() local 893 q = (h6 + q) >> 26; in fe_tobytes() 907 h6 += h5 >> 25; h5 &= kBottom25Bits; in fe_tobytes() 908 h7 += h6 >> 26; h6 &= kBottom26Bits; in fe_tobytes() 939 s[19] = (uint8_t)((h5 >> 24) | ((uint32_t)(h6) << 1)); in fe_tobytes() 940 s[20] = (uint8_t) (h6 >> 7); in fe_tobytes() [all …]
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
D | curve25519.c | 809 int64_t h6 = load_3(s + 20) << 7; in fe_frombytes() local 827 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_frombytes() 833 carry6 = h6 + (1 << 25); h7 += carry6 >> 26; h6 -= carry6 & kTop38Bits; in fe_frombytes() 842 h[6] = (int32_t)h6; in fe_frombytes() 880 int32_t h6 = h[6]; in fe_tobytes() local 893 q = (h6 + q) >> 26; in fe_tobytes() 907 h6 += h5 >> 25; h5 &= kBottom25Bits; in fe_tobytes() 908 h7 += h6 >> 26; h6 &= kBottom26Bits; in fe_tobytes() 939 s[19] = (uint8_t)((h5 >> 24) | ((uint32_t)(h6) << 1)); in fe_tobytes() 940 s[20] = (uint8_t) (h6 >> 7); in fe_tobytes() [all …]
|
/third_party/openssl/ohos_lite/crypto/ec/ |
D | curve25519.c | 799 int64_t h6 = load_3(s + 20) << 7; in fe_frombytes() local 817 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_frombytes() 823 carry6 = h6 + (1 << 25); h7 += carry6 >> 26; h6 -= carry6 & kTop38Bits; in fe_frombytes() 832 h[6] = (int32_t)h6; in fe_frombytes() 870 int32_t h6 = h[6]; in fe_tobytes() local 883 q = (h6 + q) >> 26; in fe_tobytes() 897 h6 += h5 >> 25; h5 &= kBottom25Bits; in fe_tobytes() 898 h7 += h6 >> 26; h6 &= kBottom26Bits; in fe_tobytes() 929 s[19] = (uint8_t)((h5 >> 24) | ((uint32_t)(h6) << 1)); in fe_tobytes() 930 s[20] = (uint8_t) (h6 >> 7); in fe_tobytes() [all …]
|
/third_party/rust/crates/libc/ci/ |
D | rust.css | 69 h1, h2, h3, h4, h5, h6, nav, #versioninfo { selector 72 h1, h2, h3, h4, h5, h6 { selector 84 h4, h5, h6 { selector 89 h5, h6 { selector 118 h6 { selector
|
/third_party/nghttp2/src/ |
D | shrpx_tls_test.cc | 73 static constexpr char h6[] = "pdylay.sourceforge.net"; in test_shrpx_tls_create_lookup_tree() local 75 CU_ASSERT(-1 == tree->lookup(StringRef{h6 + i, str_size(h6) - i})); in test_shrpx_tls_create_lookup_tree()
|
/third_party/openssl/test/certs/ |
D | ee-cert-4096.pem | 16 h6+wtpPcwlG/dUr1BUrSi2b6dRYwHwYDVR0jBBgwFoAUtBEz8dfiXvdTniAiEE+G
|
/third_party/ffmpeg/libavcodec/x86/ |
D | vp8dsp_init.c | 146 TAP_W8 (mmxext, epel, h6) 147 TAP_W16(mmxext, epel, h6) 157 TAP_W16(sse2, epel, h6) 162 TAP_W16(ssse3, epel, h6)
|
/third_party/typescript/tests/cases/conformance/es6/templates/ |
D | templateStringBinaryOperationsInvalid.ts | 53 var h6 = `2${ 3 & 4 }5` - 6; variable
|
D | templateStringBinaryOperationsES6Invalid.ts | 54 var h6 = `2${ 3 & 4 }5` - 6; variable
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
D | khronos.css | 179 div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, … selector 191 h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { font-family: Noto, sans-seri… selector 192 …ctitle small, .sidebarblock > .content > .title small, h4 small, h5 small, h6 small { font-size: 6… 204 h6 { font-size: 1em; } selector 259 …768px) { h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.4; } selector 274 h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.4; } selector 380 …sidebarblock > .content > .title > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor { positio… 381 …nt > .title > a.anchor:before, h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before { … 382 …, h4 > a.anchor:hover, h5:hover > a.anchor, h5 > a.anchor:hover, h6:hover > a.anchor, h6 > a.ancho… 383 …ink, .sidebarblock > .content > .title > a.link, h4 > a.link, h5 > a.link, h6 > a.link { color: bl… [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
D | chunked.css | 13 h6:hover a.headerlink { display: inline; }
|
/third_party/node/doc/api_assets/ |
D | style.css | 96 h6, h6 code { font-size: 1rem; } selector 103 h6 { selector 116 h6 code { 1046 h6 { selector
|