Home
last modified time | relevance | path

Searched refs:this_sz (Results 1 – 25 of 96) sorted by relevance

1234

/dports/devel/git-p4/git-2.34.1/t/helper/
H A Dtest-hash.c33 ssize_t sz, this_sz; in cmd_hash_impl() local
36 this_sz = 0; in cmd_hash_impl()
43 this_sz += sz; in cmd_hash_impl()
47 if (this_sz == 0) in cmd_hash_impl()
49 algop->update_fn(&ctx, buffer, this_sz); in cmd_hash_impl()
/dports/devel/git-svn/git-2.34.1/t/helper/
H A Dtest-hash.c33 ssize_t sz, this_sz; in cmd_hash_impl() local
36 this_sz = 0; in cmd_hash_impl()
43 this_sz += sz; in cmd_hash_impl()
47 if (this_sz == 0) in cmd_hash_impl()
49 algop->update_fn(&ctx, buffer, this_sz); in cmd_hash_impl()
/dports/devel/git-gui/git-2.34.1/t/helper/
H A Dtest-hash.c33 ssize_t sz, this_sz; in cmd_hash_impl() local
36 this_sz = 0; in cmd_hash_impl()
43 this_sz += sz; in cmd_hash_impl()
47 if (this_sz == 0) in cmd_hash_impl()
49 algop->update_fn(&ctx, buffer, this_sz); in cmd_hash_impl()
/dports/devel/git/git-2.34.1/t/helper/
H A Dtest-hash.c33 ssize_t sz, this_sz; in cmd_hash_impl() local
36 this_sz = 0; in cmd_hash_impl()
43 this_sz += sz; in cmd_hash_impl()
47 if (this_sz == 0) in cmd_hash_impl()
49 algop->update_fn(&ctx, buffer, this_sz); in cmd_hash_impl()
/dports/devel/git-cvs/git-2.34.1/t/helper/
H A Dtest-hash.c33 ssize_t sz, this_sz; in cmd_hash_impl() local
36 this_sz = 0; in cmd_hash_impl()
43 this_sz += sz; in cmd_hash_impl()
47 if (this_sz == 0) in cmd_hash_impl()
49 algop->update_fn(&ctx, buffer, this_sz); in cmd_hash_impl()
/dports/devel/cgit/cgit-1.2.3/git/t/helper/
H A Dtest-hash.c33 ssize_t sz, this_sz; in cmd_hash_impl() local
36 this_sz = 0; in cmd_hash_impl()
43 this_sz += sz; in cmd_hash_impl()
47 if (this_sz == 0) in cmd_hash_impl()
49 algop->update_fn(&ctx, buffer, this_sz); in cmd_hash_impl()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/
H A Dcast-char-to-uint-before-shift.patch17 uint32_t this_sz = 0;
20 - this_sz |= (*x++) << (j * 8);
21 + this_sz |= (uint32_t)(*x++) << (j * 8);
22 sizes[i] = this_sz;
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/decode/vp9/src/
H A Dmfx_vp9_dec_decode_utils.cpp57 mfxU32 this_sz = 0; in ParseSuperFrameIndex() local
60 this_sz |= (*x++) << (j * 8); in ParseSuperFrameIndex()
61 sizes[i] = this_sz; in ParseSuperFrameIndex()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/decoder/
H A Ddecoder.c512 uint32_t this_sz = 0; in av1_parse_superframe_index() local
514 for (j = 0; j < mag; ++j) this_sz |= (*x++) << (j * 8); in av1_parse_superframe_index()
515 this_sz += 1; in av1_parse_superframe_index()
516 sizes[i] = this_sz; in av1_parse_superframe_index()
517 frame_sz_sum += this_sz; in av1_parse_superframe_index()
/dports/multimedia/libvpx/libvpx-1.11.0/test/
H A Dratectrl_rtc_test.cc250 uint32_t this_sz = 0; in ParseSuperframeSizes() local
252 for (uint32_t j = 0; j < mag; ++j) this_sz |= (*x++) << (j * 8); in ParseSuperframeSizes()
253 sizes_[i] = this_sz; in ParseSuperframeSizes()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vp9/decoder/
H A Dvp9_decoder.c508 uint32_t this_sz = 0; in vp9_parse_superframe_index() local
511 this_sz |= ((uint32_t)(*x++)) << (j * 8); in vp9_parse_superframe_index()
512 sizes[i] = this_sz; in vp9_parse_superframe_index()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vp9/decoder/
H A Dvp9_decoder.c508 uint32_t this_sz = 0; in vp9_parse_superframe_index() local
511 this_sz |= ((uint32_t)(*x++)) << (j * 8); in vp9_parse_superframe_index()
512 sizes[i] = this_sz; in vp9_parse_superframe_index()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.c492 uint32_t this_sz = 0; in vp9_parse_superframe_index() local
494 for (j = 0; j < mag; ++j) this_sz |= ((uint32_t)(*x++)) << (j * 8); in vp9_parse_superframe_index()
495 sizes[i] = this_sz; in vp9_parse_superframe_index()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/decoder/
H A Dvp9_decoder.c499 uint32_t this_sz = 0; in vp9_parse_superframe_index() local
502 this_sz |= (uint32_t)(*x++) << (j * 8); in vp9_parse_superframe_index()
503 sizes[i] = this_sz; in vp9_parse_superframe_index()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.c570 uint32_t this_sz = 0; in vp9_parse_superframe_index() local
572 for (j = 0; j < mag; ++j) this_sz |= ((uint32_t)(*x++)) << (j * 8); in vp9_parse_superframe_index()
573 sizes[i] = this_sz; in vp9_parse_superframe_index()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/decoder/
H A Dvp9_decoder.c570 uint32_t this_sz = 0; in vp9_parse_superframe_index() local
572 for (j = 0; j < mag; ++j) this_sz |= ((uint32_t)(*x++)) << (j * 8); in vp9_parse_superframe_index()
573 sizes[i] = this_sz; in vp9_parse_superframe_index()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decoder.c575 uint32_t this_sz = 0; in vp9_parse_superframe_index() local
577 for (j = 0; j < mag; ++j) this_sz |= ((uint32_t)(*x++)) << (j * 8); in vp9_parse_superframe_index()
578 sizes[i] = this_sz; in vp9_parse_superframe_index()
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/decoder/
H A Dvp9_decoder.c575 uint32_t this_sz = 0; in vp9_parse_superframe_index() local
577 for (j = 0; j < mag; ++j) this_sz |= ((uint32_t)(*x++)) << (j * 8); in vp9_parse_superframe_index()
578 sizes[i] = this_sz; in vp9_parse_superframe_index()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decoder.c570 uint32_t this_sz = 0; in vp9_parse_superframe_index() local
572 for (j = 0; j < mag; ++j) this_sz |= ((uint32_t)(*x++)) << (j * 8); in vp9_parse_superframe_index()
573 sizes[i] = this_sz; in vp9_parse_superframe_index()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.c570 uint32_t this_sz = 0; in vp9_parse_superframe_index() local
572 for (j = 0; j < mag; ++j) this_sz |= ((uint32_t)(*x++)) << (j * 8); in vp9_parse_superframe_index()
573 sizes[i] = this_sz; in vp9_parse_superframe_index()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decoder.c575 uint32_t this_sz = 0; in vp9_parse_superframe_index() local
577 for (j = 0; j < mag; ++j) this_sz |= ((uint32_t)(*x++)) << (j * 8); in vp9_parse_superframe_index()
578 sizes[i] = this_sz; in vp9_parse_superframe_index()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.c570 uint32_t this_sz = 0; in vp9_parse_superframe_index() local
572 for (j = 0; j < mag; ++j) this_sz |= ((uint32_t)(*x++)) << (j * 8); in vp9_parse_superframe_index()
573 sizes[i] = this_sz; in vp9_parse_superframe_index()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.c570 uint32_t this_sz = 0; in vp9_parse_superframe_index() local
572 for (j = 0; j < mag; ++j) this_sz |= ((uint32_t)(*x++)) << (j * 8); in vp9_parse_superframe_index()
573 sizes[i] = this_sz; in vp9_parse_superframe_index()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/examples/
H A Dvp9_spatial_svc_encoder.c548 uint32_t this_sz = 0; in parse_superframe_index() local
550 for (j = 0; j < mag; ++j) this_sz |= (*x++) << (j * 8); in parse_superframe_index()
551 sizes[i] = this_sz; in parse_superframe_index()
/dports/www/firefox-esr/firefox-91.8.0/third_party/dav1d/tests/checkasm/
H A Dmc.c717 #define scale_fac(ref_sz, this_sz) \ in check_resize() argument
718 ((((ref_sz) << 14) + ((this_sz) >> 1)) / (this_sz)) in check_resize()

1234