Home
last modified time | relevance | path

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

1234

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/include/asm/
H A Delf.h66 get_cache_size(1, CACHE_TYPE_INST)); \
70 get_cache_size(1, CACHE_TYPE_DATA)); \
74 get_cache_size(2, CACHE_TYPE_UNIFIED)); \
H A Dcacheinfo.h17 uintptr_t get_cache_size(u32 level, enum cache_type type);
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/include/asm/
H A Delf.h66 get_cache_size(1, CACHE_TYPE_INST)); \
70 get_cache_size(1, CACHE_TYPE_DATA)); \
74 get_cache_size(2, CACHE_TYPE_UNIFIED)); \
H A Dcacheinfo.h17 uintptr_t get_cache_size(u32 level, enum cache_type type);
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/include/asm/
H A Delf.h66 get_cache_size(1, CACHE_TYPE_INST)); \
70 get_cache_size(1, CACHE_TYPE_DATA)); \
74 get_cache_size(2, CACHE_TYPE_UNIFIED)); \
H A Dcacheinfo.h17 uintptr_t get_cache_size(u32 level, enum cache_type type);
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/_artifactcache/
H A Dartifactcache.py105 self.used_size = artifacts.get_cache_size() # Size used by artifacts in bytes
303 utils._pretty_size(self.get_cache_size(), dec_places=2),
322 while self.get_cache_size() >= self._cache_lower_threshold:
339 utils._pretty_size(self.get_cache_size(), dec_places=2),
381 utils._pretty_size(self.get_cache_size(), dec_places=2)))
383 return self.get_cache_size()
414 cache_size = self.get_cache_size()
431 def get_cache_size(self): member in ArtifactCache
468 return self.get_cache_size() > self._cache_quota
780 cache_size = self.get_cache_size()
/dports/devel/p5-Cache-Cache/Cache-Cache-1.08/lib/Cache/
H A DCacheMetaData.pm51 $self->_set_cache_size( $self->get_cache_size( ) + $p_object->get_size( ) );
59 $self->_set_cache_size( $self->get_cache_size( ) -
144 sub get_cache_size subroutine
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/simulation/
H A Dtest_checking.cpp215 int const cache = get_cache_size(ses); in TORRENT_TEST()
233 int const cache = get_cache_size(ses); in TORRENT_TEST()
252 int const cache = get_cache_size(ses); in TORRENT_TEST()
272 int const cache = get_cache_size(ses); in TORRENT_TEST()
H A Dutils.hpp51 int get_cache_size(lt::session& ses);
/dports/devel/py-game/pygame-2.1.0/src_py/
H A Dfreetype.py15 get_cache_size,
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/_scheduler/jobs/
H A Dcleanupjob.py33 self._artifacts.get_cache_size())
/dports/science/py-dlib/dlib-19.22/dlib/svm/
H A Dsvm_one_class_trainer_abstract.h84 const long get_cache_size (
H A Dsvm_nu_trainer_abstract.h87 const long get_cache_size (
H A Dsvr_trainer_abstract.h67 const long get_cache_size (
/dports/devel/godot/godot-3.2.3-stable/core/io/
H A Dfile_access_buffered.h70 int get_cache_size();
/dports/devel/godot-tools/godot-3.2.3-stable/core/io/
H A Dfile_access_buffered.h70 int get_cache_size();
/dports/science/dlib-cpp/dlib-19.22/dlib/svm/
H A Dsvm_one_class_trainer_abstract.h84 const long get_cache_size (
H A Dsvm_nu_trainer_abstract.h87 const long get_cache_size (
H A Dsvr_trainer_abstract.h67 const long get_cache_size (
/dports/devel/godot2/godot-2.1.6-stable/core/io/
H A Dfile_access_buffered.h72 int get_cache_size();
/dports/devel/godot2-tools/godot-2.1.6-stable/core/io/
H A Dfile_access_buffered.h72 int get_cache_size();
/dports/science/py-dlib/dlib-19.22/tools/python/src/
H A Dsvm_c_trainer.cpp46 long get_cache_size ( const trainer_type& trainer) { return trainer.get_cache_size(); } in get_cache_size() function
105 .def_property("cache_size", get_cache_size<trainer_type>, set_cache_size<trainer_type>); in setup_trainer_eps_c_cache()
/dports/science/dlib-cpp/dlib-19.22/tools/python/src/
H A Dsvm_c_trainer.cpp46 long get_cache_size ( const trainer_type& trainer) { return trainer.get_cache_size(); } in get_cache_size() function
105 .def_property("cache_size", get_cache_size<trainer_type>, set_cache_size<trainer_type>); in setup_trainer_eps_c_cache()
/dports/math/z3/z3-z3-4.8.13/src/ast/rewriter/
H A Dth_rewriter.h41 unsigned get_cache_size() const;

1234