Home
last modified time | relevance | path

Searched defs:h1 (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/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()
101 uint64_t h1 = c->h1, h2 = c->h2; in av_murmur3_update() local
149 uint64_t h1 = c->h1, h2 = c->h2; in av_murmur3_final() local
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpfunnel.c31 GstHarness *h1 = gst_harness_new_with_element (h->element, "sink_1", NULL); in GST_START_TEST() local
160 GstHarness *h, *h0, *h1; in GST_START_TEST() local
253 GstHarness *h1 = gst_harness_new_with_element (h->element, "sink_1", NULL); in GST_START_TEST() local
305 GstHarness *h, *h0, *h1; in GST_START_TEST() local
413 GstHarness *h, *h0, *h1; in GST_START_TEST() local
451 GstHarness *h, *h0, *h1; in GST_START_TEST() local
Drtpmux.c370 GstHarness *h1 = gst_harness_new_with_element (h->element, "sink_1", NULL); in GST_START_TEST() local
408 GstHarness *h1 = gst_harness_new_with_element (h->element, "sink_1", NULL); in GST_START_TEST() local
441 GstHarness *h1 = gst_harness_new_with_element (h->element, "sink_1", NULL); in GST_START_TEST() local
478 GstHarness *h1 = gst_harness_new_with_element (h->element, "sink_1", NULL); in GST_START_TEST() local
528 GstHarness *h1 = gst_harness_new_with_element (h->element, "sink_1", NULL); in GST_START_TEST() local
575 GstHarness *h1 = gst_harness_new_with_element (rtpmux, "sink_1", NULL); in GST_START_TEST() local
657 GstHarness *h1 = gst_harness_new_with_element (h->element, "sink_1", NULL); in GST_START_TEST() local
/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/flutter/skia/third_party/externals/angle2/src/common/third_party/smhasher/src/
DPMurHash.cpp150 #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/skia/third_party/externals/angle2/src/common/third_party/smhasher/src/
DPMurHash.cpp150 #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/boost/libs/variant2/test/
Dvariant_hash.cpp21 std::size_t h1 = Hash<decltype(v1)>()( v1 ); in test() local
37 std::size_t h1 = Hash<decltype(v1)>()( v1 ); in test2() local
/third_party/elfio/doc/site/
Dstyle.css52 h1,h2,h3{ selector
56 h1 { selector
/third_party/boost/tools/build/doc/src/
Db2.css23 h1, h2, h3, h4, h5, h6 { selector
26 h1 { selector
/third_party/boost/libs/predef/doc/
Dpredef.css28 h1, h2, h3, h4, h5, h6 { selector
31 h1 { selector
/third_party/boost/libs/chrono/example/
Dmiscellaneous.cpp58 hours h1 = hours(24 * ( 365 * 292 + 292/4)); in test_range() local
69 hours h1 = hours(24 * ( 365 * 244000 + 244000/4)); in test_extended_range() local
/third_party/typescript/tests/baselines/reference/
DexportNonInitializedVariablesCommonJS.js33 export let h1: D = new D; variable
69 exports.h1 = new D; variable in exports
DexportNonInitializedVariablesES6.js33 export let h1: D = new D; variable
66 export let h1 = new D; variable
/third_party/ffmpeg/libavfilter/
Dvf_pixdesctest.c74 const int h1 = i == 1 || i == 2 ? ch : h; in filter_frame() local
89 const int h1 = c == 1 || c == 2 ? ch : h; in filter_frame() local
/third_party/libsnd/docs/
Dprint.css6 h1{ selector
/third_party/boost/libs/histogram/examples/
Dguide_axis_growing.cpp21 auto h1 = make_histogram(axis::regular<double, in main() local
Dguide_axis_with_uoflow_off.cpp16 auto h1 = make_histogram(axis::integer<int>(1, 7)); in main() local
Dguide_histogram_streaming.cpp21 auto h1 = make_histogram(axis::regular<>(5, -1.0, 1.0, "axis 1")); in main() local
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitDestructuring2.ts5 function h1([a, [b], [[c]], {x = 10, y = [1, 2, 3], z: {a1, b1}}]){ } function
/third_party/libnl/doc/stylesheets/
Dasciidoc-manpage.css2 h1 { selector
/third_party/flutter/flutter/dev/docs/assets/
Doverrides.css26 h1, h2 { selector
34 h1 { selector
/third_party/grpc/tools/package_hosting/
Ddirindex.css13 h1 { selector
/third_party/ffmpeg/doc/
Ddefault.css57 h1, h2, h3, h4 { selector
65 h1 { 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/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

12345678910>>...12