Home
last modified time | relevance | path

Searched refs:need_bytes (Results 126 – 150 of 171) sorted by relevance

1234567

/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c4968 need_bytes (guint32 num) in need_bytes() function
4998 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c4968 need_bytes (guint32 num) in need_bytes() function
4998 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c4968 need_bytes (guint32 num) in need_bytes() function
4998 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c4968 need_bytes (guint32 num) in need_bytes() function
4998 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c4968 need_bytes (guint32 num) in need_bytes() function
4998 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c4968 need_bytes (guint32 num) in need_bytes() function
4998 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c4968 need_bytes (guint32 num) in need_bytes() function
4998 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c4968 need_bytes (guint32 num) in need_bytes() function
4998 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c4968 need_bytes (guint32 num) in need_bytes() function
4998 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()
/dports/graphics/gstreamer1-plugins-libcaca/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c4968 need_bytes (guint32 num) in need_bytes() function
4998 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()
/dports/graphics/gstreamer1-plugins-gdkpixbuf/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c4968 need_bytes (guint32 num) in need_bytes() function
4998 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c4968 need_bytes (guint32 num) in need_bytes() function
4998 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c4968 need_bytes (guint32 num) in need_bytes() function
4998 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c4968 need_bytes (guint32 num) in need_bytes() function
4998 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()
/dports/x11/gstreamer1-plugins-ximagesrc/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c4968 need_bytes (guint32 num) in need_bytes() function
4998 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/isomp4/
H A Datoms.c4968 need_bytes (guint32 num) in need_bytes() function
4998 MAX (tfra->lengths, need_bytes (sample_num)); in atom_tfra_add_entry()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxkb.rs10348 let need_bytes = self.need.serialize(); in serialize() localVariable
10358 need_bytes[0], in serialize()
10359 need_bytes[1], in serialize()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxkb.rs10348 let need_bytes = self.need.serialize(); in serialize() localVariable
10358 need_bytes[0], in serialize()
10359 need_bytes[1], in serialize()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c30674 duk_size_t need_bytes; /* bytes of indent still needed */ local
30696 need_bytes = gap_len * depth;
30697 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
30703 DUK_ASSERT(need_bytes >= gap_len);
30704 need_bytes -= gap_len;
30706 while (need_bytes >= avail_bytes) {
30709 need_bytes -= avail_bytes;
30713 DUK_ASSERT(need_bytes < avail_bytes); /* need_bytes may be zero */
30714 DUK_MEMCPY((void *) p, (const void *) p_start, (size_t) need_bytes);
30715 p += need_bytes;
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c30742 duk_size_t need_bytes; /* bytes of indent still needed */ local
30764 need_bytes = gap_len * depth;
30765 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
30771 DUK_ASSERT(need_bytes >= gap_len);
30772 need_bytes -= gap_len;
30774 while (need_bytes >= avail_bytes) {
30777 need_bytes -= avail_bytes;
30781 DUK_ASSERT(need_bytes < avail_bytes); /* need_bytes may be zero */
30782 DUK_MEMCPY((void *) p, (const void *) p_start, (size_t) need_bytes);
30783 p += need_bytes;
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c30535 duk_size_t need_bytes; /* bytes of indent still needed */ local
30557 need_bytes = gap_len * depth;
30558 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
30564 DUK_ASSERT(need_bytes >= gap_len);
30565 need_bytes -= gap_len;
30567 while (need_bytes >= avail_bytes) {
30570 need_bytes -= avail_bytes;
30574 DUK_ASSERT(need_bytes < avail_bytes); /* need_bytes may be zero */
30575 DUK_MEMCPY((void *) p, (const void *) p_start, (size_t) need_bytes);
30576 p += need_bytes;
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/
H A Dduktape.c30467 duk_size_t need_bytes; /* bytes of indent still needed */ local
30489 need_bytes = gap_len * depth;
30490 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
30496 DUK_ASSERT(need_bytes >= gap_len);
30497 need_bytes -= gap_len;
30499 while (need_bytes >= avail_bytes) {
30502 need_bytes -= avail_bytes;
30506 DUK_ASSERT(need_bytes < avail_bytes); /* need_bytes may be zero */
30507 DUK_MEMCPY((void *) p, (const void *) p_start, (size_t) need_bytes);
30508 p += need_bytes;
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/gopkg.in/olebedev/go-duktape.v3/
H A Dduktape.c35887 duk_size_t need_bytes; /* bytes of indent still needed */ local
35909 need_bytes = gap_len * depth;
35910 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
35916 DUK_ASSERT(need_bytes >= gap_len);
35917 need_bytes -= gap_len;
35919 while (need_bytes >= avail_bytes) {
35922 need_bytes -= avail_bytes;
35926 DUK_ASSERT(need_bytes < avail_bytes); /* need_bytes may be zero */
35927 duk_memcpy((void *) p, (const void *) p_start, (size_t) need_bytes);
35928 p += need_bytes;
/dports/games/openfodder/openfodder-1.6.0/Source/Utils/
H A Dduktape.cpp35892 duk_size_t need_bytes; /* bytes of indent still needed */ local
35914 need_bytes = gap_len * depth;
35915 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
35921 DUK_ASSERT(need_bytes >= gap_len);
35922 need_bytes -= gap_len;
35924 while (need_bytes >= avail_bytes) {
35927 need_bytes -= avail_bytes;
35931 DUK_ASSERT(need_bytes < avail_bytes); /* need_bytes may be zero */
35932 duk_memcpy((void *) p, (const void *) p_start, (size_t) need_bytes);
35933 p += need_bytes;
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/script_engine_duktape/
H A Dduktape.c33704 duk_size_t need_bytes; /* bytes of indent still needed */ local
33726 need_bytes = gap_len * depth;
33727 p = DUK_BW_ENSURE_GETPTR(js_ctx->thr, &js_ctx->bw, need_bytes);
33733 DUK_ASSERT(need_bytes >= gap_len);
33734 need_bytes -= gap_len;
33736 while (need_bytes >= avail_bytes) {
33739 need_bytes -= avail_bytes;
33743 DUK_ASSERT(need_bytes < avail_bytes); /* need_bytes may be zero */
33744 DUK_MEMCPY((void *) p, (const void *) p_start, (size_t) need_bytes);
33745 p += need_bytes;

1234567