Home
last modified time | relevance | path

Searched refs:bytes_to_remove (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/openocd/openocd-0.11.0/src/helper/
H A Dbinarybuffer.c424 unsigned bytes_to_remove; in buffer_shr() local
427 bytes_to_remove = count / 8; in buffer_shr()
428 shift = count - (bytes_to_remove * 8); in buffer_shr()
435 if (bytes_to_remove) { in buffer_shr()
436 memmove(buf, &buf[bytes_to_remove], buf_len - bytes_to_remove); in buffer_shr()
437 memset(&buf[buf_len - bytes_to_remove], 0, bytes_to_remove); in buffer_shr()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/output/
H A Dp_dts.cpp95 auto bytes_to_remove = pos + dtsheader.frame_byte_size; in get_dts_packet() local
97 m_packet_position += bytes_to_remove; in get_dts_packet()
110 m_packet_buffer.remove(bytes_to_remove); in get_dts_packet()
/dports/sysutils/lnav/lnav-0.10.1/src/base/
H A Dstring_util.cc145 auto bytes_to_remove = remove_up_to_bytes - bytes_to_keep_at_front; in truncate_to() local
146 str.erase(bytes_to_keep_at_front, bytes_to_remove); in truncate_to()
/dports/deskutils/egroupware/egroupware/bookmarks/inc/
H A Dclass.ico.inc.php296 $bytes_to_remove = (($width - $this->formats[$index]['Width']) / 8);
301 $i += $bytes_to_remove;
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/utils/
H A Dcodec_base.h183 size_t written = (out_ptr - output) - base.bytes_to_remove(final_truncate);
/dports/security/botan2/Botan-2.18.2/src/lib/utils/
H A Dcodec_base.h183 size_t written = (out_ptr - output) - base.bytes_to_remove(final_truncate);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/utils/
H A Dcodec_base.h183 size_t written = (out_ptr - output) - base.bytes_to_remove(final_truncate);
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/codec/base32/
H A Dbase32.cpp77 static inline size_t bytes_to_remove(size_t final_truncate) in bytes_to_remove() function in Botan::__anon373de9ea0111::Base32
/dports/security/botan2/Botan-2.18.2/src/lib/codec/base32/
H A Dbase32.cpp77 static inline size_t bytes_to_remove(size_t final_truncate) in bytes_to_remove() function in Botan::__anon9eef1fa90111::Base32
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/codec/base32/
H A Dbase32.cpp77 static inline size_t bytes_to_remove(size_t final_truncate) in bytes_to_remove() function in Botan::__anon343b00cc0111::Base32
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/codec/base64/
H A Dbase64.cpp75 static inline size_t bytes_to_remove(size_t final_truncate) in bytes_to_remove() function in Botan::__anon8e656c140111::Base64
/dports/security/botan2/Botan-2.18.2/src/lib/codec/base64/
H A Dbase64.cpp75 static inline size_t bytes_to_remove(size_t final_truncate) in bytes_to_remove() function in Botan::__anonf616a1d30111::Base64
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/codec/base64/
H A Dbase64.cpp75 static inline size_t bytes_to_remove(size_t final_truncate) in bytes_to_remove() function in Botan::__anon8b6282f60111::Base64
/dports/security/tor/tor-0.4.6.8/src/core/or/
H A Drelay.c2752 const size_t bytes_to_remove = in cell_queues_check_size() local
2754 alloc -= hs_cache_handle_oom(now, bytes_to_remove); in cell_queues_check_size()
2757 const size_t bytes_to_remove = in cell_queues_check_size() local
2760 alloc -= geoip_client_cache_handle_oom(now, bytes_to_remove); in cell_queues_check_size()
2763 const size_t bytes_to_remove = in cell_queues_check_size() local
2765 alloc -= dns_cache_handle_oom(now, bytes_to_remove); in cell_queues_check_size()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/core/or/
H A Drelay.c2806 const size_t bytes_to_remove = in cell_queues_check_size() local
2808 removed = hs_cache_handle_oom(now, bytes_to_remove); in cell_queues_check_size()
2813 const size_t bytes_to_remove = in cell_queues_check_size() local
2816 removed = geoip_client_cache_handle_oom(now, bytes_to_remove); in cell_queues_check_size()
2821 const size_t bytes_to_remove = in cell_queues_check_size() local
2823 removed = dns_cache_handle_oom(now, bytes_to_remove); in cell_queues_check_size()
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/include/flatbuffers/
H A Dflatbuffers.h736 void pop(size_t bytes_to_remove) { cur_ += bytes_to_remove; }
737 void scratch_pop(size_t bytes_to_remove) { scratch_ -= bytes_to_remove; }
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/thirdparty/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h978 void pop(size_t bytes_to_remove) { cur_ += bytes_to_remove; }
979 void scratch_pop(size_t bytes_to_remove) { scratch_ -= bytes_to_remove; }
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h800 void pop(size_t bytes_to_remove) { cur_ += bytes_to_remove; }
801 void scratch_pop(size_t bytes_to_remove) { scratch_ -= bytes_to_remove; }
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h831 void pop(size_t bytes_to_remove) { cur_ += bytes_to_remove; }
832 void scratch_pop(size_t bytes_to_remove) { scratch_ -= bytes_to_remove; }
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/include/flatbuffers/
H A Dflatbuffers.h953 void pop(size_t bytes_to_remove) { cur_ += bytes_to_remove; }
954 void scratch_pop(size_t bytes_to_remove) { scratch_ -= bytes_to_remove; }
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/flatgeobuf/flatbuffers/
H A Dflatbuffers.h978 void pop(size_t bytes_to_remove) { cur_ += bytes_to_remove; }
979 void scratch_pop(size_t bytes_to_remove) { scratch_ -= bytes_to_remove; }
/dports/misc/py-tflite-support/tflite-support-0.1.0a1/include/flatbuffers/
H A Dflatbuffers.h969 void pop(size_t bytes_to_remove) { cur_ += bytes_to_remove; }
970 void scratch_pop(size_t bytes_to_remove) { scratch_ -= bytes_to_remove; }
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/include/flatbuffers/
H A Dflatbuffers.h978 void pop(size_t bytes_to_remove) { cur_ += bytes_to_remove; }
979 void scratch_pop(size_t bytes_to_remove) { scratch_ -= bytes_to_remove; }
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h831 void pop(size_t bytes_to_remove) { cur_ += bytes_to_remove; }
832 void scratch_pop(size_t bytes_to_remove) { scratch_ -= bytes_to_remove; }
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/flatgeobuf/flatbuffers/
H A Dflatbuffers.h978 void pop(size_t bytes_to_remove) { cur_ += bytes_to_remove; }
979 void scratch_pop(size_t bytes_to_remove) { scratch_ -= bytes_to_remove; }

12