Home
last modified time | relevance | path

Searched refs:get_byte_count (Results 1 – 19 of 19) sorted by relevance

/dports/news/pan/pan-0.145/pan/data/
H A Darticle.cc77 Article :: get_byte_count () const in get_byte_count() function in Article
H A Darticle.h83 unsigned long get_byte_count () const;
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dsgi.h67 uint32_t get_byte_count() { return (uint16_t)m_dma_count; } in get_byte_count() function
H A Dsgi.cpp219 uint32_t bytecount = get_byte_count(); in dma_immediate()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dsgi.h67 uint32_t get_byte_count() { return (uint16_t)m_dma_count; } in get_byte_count() function
H A Dsgi.cpp219 uint32_t bytecount = get_byte_count(); in dma_immediate()
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio_tests/tests/unit/
H A D_tcp_proxy.py127 def get_byte_count(self): member in TcpProxy
H A D_compression_test.py197 return proxy.get_byte_count()
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio_tests/tests/unit/
H A D_tcp_proxy.py127 def get_byte_count(self): member in TcpProxy
H A D_compression_test.py197 return proxy.get_byte_count()
/dports/devel/grpc/grpc-1.42.0/src/python/grpcio_tests/tests/unit/
H A D_tcp_proxy.py127 def get_byte_count(self): member in TcpProxy
H A D_compression_test.py196 return proxy.get_byte_count()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/python/grpcio_tests/tests/unit/
H A D_tcp_proxy.py150 def get_byte_count(self): member in TcpProxy
H A D_compression_test.py197 return proxy.get_byte_count()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/gfx-0.17.1/src/
H A Dencoder.rs278 let size_bytes = info.get_byte_count(); in copy_buffer_to_texture_raw()
326 let size_bytes = info.get_byte_count(); in copy_texture_to_buffer_raw()
/dports/news/pan/pan-0.145/pan/gui/
H A Dheader-pane.h270 case COL_BYTES: set_value_ulong (setme, article->get_byte_count()); break; in get_value()
H A Dgui.cc2011 _("Lines"), a->get_line_count(), _("Size"), bytes_to_size(a->get_byte_count()).c_str(), in do_show_selected_article_info()
2012 a->get_byte_count(),_("Bytes"), in do_show_selected_article_info()
H A Dheader-pane.cc503 const unsigned long a_bytes (row_a.article->get_byte_count()); in column_compare_func()
504 const unsigned long b_bytes (row_b.article->get_byte_count()); in column_compare_func()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/gfx_core-0.8.3/src/
H A Dtexture.rs393 pub fn get_byte_count(&self) -> usize { in get_byte_count() method