/third_party/ffmpeg/libavutil/ |
D | murmur3.c | 28 uint64_t h1, h2; member 74 static inline uint64_t update_h1(uint64_t k, uint64_t h1, uint64_t h2) in update_h1() 84 static inline uint64_t update_h2(uint64_t k, uint64_t h1, uint64_t h2) in update_h2() 97 uint64_t h1 = c->h1, h2 = c->h2; in av_murmur3_update() local 145 uint64_t h1 = c->h1, h2 = c->h2; in av_murmur3_final() local
|
/third_party/typescript/tests/baselines/reference/ |
D | contextualSignatureInstatiationContravariance.js | 11 var h2: (g1: Giraffe, g2: Giraffe) => void; variable 18 var h2; variable
|
D | contextualSignatureInstatiationCovariance.js | 11 var h2: (a1: Animal, a2: Animal) => void; variable 18 var h2; variable
|
D | recursiveTypesWithTypeof.js | 30 var h2: new () => typeof h2; variable 31 var h2 = new h2(); variable 80 var h2; variable 81 var h2 = new h2(); variable
|
/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 77 h1, h2, h3 { selector 102 h2 { selector 125 h2 { selector 385 h1:not(.title), h2, h3 { selector 388 p, h2, h3 { selector 392 h2, h3 { selector
|
/third_party/libuv/test/ |
D | test-udp-bind.c | 33 uv_udp_t h1, h2; in TEST_IMPL() local 66 uv_udp_t h1, h2; in TEST_IMPL() local
|
/third_party/elfio/doc/site/ |
D | style.css | 52 h1,h2,h3{ selector 65 h2 { selector
|
/third_party/libsnd/docs/ |
D | print.css | 11 h2 { selector
|
/third_party/ffmpeg/doc/ |
D | default.css | 57 h1, h2, h3, h4 { selector 73 h2 { 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/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/node/test/parallel/ |
D | test-http2-client-shutdown-before-connect.js | 6 const h2 = require('http2'); constant
|
D | test-http2-client-socket-destroy.js | 8 const h2 = require('http2'); constant
|
D | test-http2-client-priority-before-connect.js | 6 const h2 = require('http2'); constant
|
D | test-http2-compat-serverresponse-close.js | 6 const h2 = require('http2'); constant
|
D | test-http2-server-session-destroy.js | 6 const h2 = require('http2'); constant
|
D | test-http2-compat-errors.js | 6 const h2 = require('http2'); constant
|
D | test-http2-compat-serverrequest-end.js | 7 const h2 = require('http2'); constant
|
D | test-http2-compat-aborted.js | 6 const h2 = require('http2'); constant
|
/third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeQueries/ |
D | recursiveTypesWithTypeof.ts | 29 var h2: new () => typeof h2; variable 30 var h2 = new h2(); variable
|
/third_party/openssl/crypto/poly1305/ |
D | poly1305.c | 153 u64 h0, h1, h2, c; in poly1305_blocks() local 217 u64 h0, h1, h2; in poly1305_emit() local 295 u32 h0, h1, h2, h3, h4, c; in poly1305_blocks() local 383 u32 h0, h1, h2, h3, h4; in poly1305_emit() local
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/ |
D | poly1305.c | 153 u64 h0, h1, h2, c; in poly1305_blocks() local 217 u64 h0, h1, h2; in poly1305_emit() local 295 u32 h0, h1, h2, h3, h4, c; in poly1305_blocks() local 383 u32 h0, h1, h2, h3, h4; in poly1305_emit() local
|
/third_party/typescript/tests/cases/compiler/ |
D | contextualSignatureInstatiationCovariance.ts | 10 var h2: (a1: Animal, a2: Animal) => void; variable
|