/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/skia/third_party/externals/angle2/src/common/third_party/smhasher/src/ |
D | PMurHash.cpp | 150 #define DOBLOCK(h1, k1) \ argument 164 #define DOBYTES(cnt, h1, c, n, ptr, len) \ argument 189 uint32_t h1 = *ph1; in PMurHash32_Process() local 309 uint32_t h1 = seed, carry = 0; in PMurHash32() local 319 uint32_t h1 = seed, carry = 0; in PMurHash32_test() local
|
/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 56 h1 { selector
|
/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 81 h1 { selector 93 h1 { selector 122 h1 { selector
|
/third_party/typescript/tests/baselines/reference/ |
D | exportNonInitializedVariablesCommonJS.js | 33 export let h1: D = new D; variable 69 exports.h1 = new D; variable in exports
|
D | exportNonInitializedVariablesES6.js | 33 export let h1: D = new D; variable 66 export let h1 = new D; variable
|
/third_party/ffmpeg/libavfilter/ |
D | vf_pixdesctest.c | 74 const int h1 = i == 1 || i == 2 ? ch : h; in filter_frame() local 88 const int h1 = c == 1 || c == 2 ? ch : h; in filter_frame() local
|
/third_party/libsnd/docs/ |
D | print.css | 6 h1{ selector
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-import-assertions/path/ |
D | styles.css | 6 h1 { selector
|
/third_party/ffmpeg/doc/ |
D | default.css | 57 h1, h2, h3, h4 { selector 65 h1 { selector
|
D | style.min.css | 23 …*/body{background-color:#313131;color:#e6e6e6;text-align:justify}body, h1, h2, h3, h4, h5, h6{font… 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/typescript/tests/cases/compiler/ |
D | declarationEmitDestructuring2.ts | 5 function h1([a, [b], [[c]], {x = 10, y = [1, 2, 3], z: {a1, b1}}]){ } function
|
/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/ninja/doc/ |
D | style.css | 7 h1, h2, h3 { selector
|
/third_party/typescript/tests/cases/conformance/controlFlow/ |
D | controlFlowIterationErrors.ts | 56 function h1() { function
|
D | controlFlowWhileStatement.ts | 78 function h1() { function
|
/third_party/pulseaudio/man/ |
D | xmltoman.css | 20 h1 { text-transform:uppercase; font-size: 18pt; } selector
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | hash_policy_testing_test.cc | 25 StatefulTestingHash h1; in TEST() local
|
/third_party/python/Modules/_decimal/tests/ |
D | bignum.py | 39 h1 = xhash(coeff, -849999999) variable
|