Home
last modified time | relevance | path

Searched defs:h2 (Results 1 – 25 of 220) sorted by relevance

123456789

/third_party/ffmpeg/libavutil/
Dmurmur3.c28 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/
DcontextualSignatureInstatiationContravariance.js11 var h2: (g1: Giraffe, g2: Giraffe) => void; variable
18 var h2; variable
DcontextualSignatureInstatiationCovariance.js11 var h2: (a1: Animal, a2: Animal) => void; variable
18 var h2; variable
DrecursiveTypesWithTypeof.js30 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/
Drust.css69 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/
Dtest-udp-bind.c33 uv_udp_t h1, h2; in TEST_IMPL() local
66 uv_udp_t h1, h2; in TEST_IMPL() local
/third_party/elfio/doc/site/
Dstyle.css52 h1,h2,h3{ selector
65 h2 { selector
/third_party/libsnd/docs/
Dprint.css11 h2 { selector
/third_party/ffmpeg/doc/
Ddefault.css57 h1, h2, h3, h4 { selector
73 h2 { selector
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
Dundohtml.css6 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/
Dundohtml.css6 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/
Dundohtml.css6 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/
Dundohtml.css6 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/
Dtest-http2-client-shutdown-before-connect.js6 const h2 = require('http2'); constant
Dtest-http2-client-socket-destroy.js8 const h2 = require('http2'); constant
Dtest-http2-client-priority-before-connect.js6 const h2 = require('http2'); constant
Dtest-http2-compat-serverresponse-close.js6 const h2 = require('http2'); constant
Dtest-http2-server-session-destroy.js6 const h2 = require('http2'); constant
Dtest-http2-compat-errors.js6 const h2 = require('http2'); constant
Dtest-http2-compat-serverrequest-end.js7 const h2 = require('http2'); constant
Dtest-http2-compat-aborted.js6 const h2 = require('http2'); constant
/third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeQueries/
DrecursiveTypesWithTypeof.ts29 var h2: new () => typeof h2; variable
30 var h2 = new h2(); variable
/third_party/openssl/crypto/poly1305/
Dpoly1305.c153 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/
Dpoly1305.c153 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/
DcontextualSignatureInstatiationCovariance.ts10 var h2: (a1: Animal, a2: Animal) => void; variable

123456789