Home
last modified time | relevance | path

Searched defs:block_cache (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/sysutils/fwup/fwup-1.9.0/src/
H A Dblock_cache.h67 struct block_cache { struct
77 struct block_cache_segment segments[BLOCK_CACHE_NUM_SEGMENTS]; argument
80 uint8_t *read_temp;
104 volatile struct block_cache_segment *seg_to_write; argument
109 int block_cache_init(struct block_cache *bc, int fd, off_t end_offset, bool enable_trim, bool verif… argument
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dblock_cache.hpp358 struct hash_value
385 enum eviction_mode
505 cache_t m_pieces;
521 enum cache_op_t
527 int m_last_cache_op;
531 int m_ghost_size;
536 int m_max_volatile_blocks;
539 std::int32_t m_volatile_size;
543 std::int32_t m_read_cache_size;
547 std::int32_t m_write_cache_size;
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dblock_cache.hpp358 struct hash_value
385 enum eviction_mode
505 cache_t m_pieces;
521 enum cache_op_t
527 int m_last_cache_op;
531 int m_ghost_size;
536 int m_max_volatile_blocks;
539 std::int32_t m_volatile_size;
543 std::int32_t m_read_cache_size;
547 std::int32_t m_write_cache_size;
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/regex/src/
H A Dregex.cpp197 mem_block_cache block_cache = { { {nullptr} } } ; variable
199 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
201 mem_block_cache block_cache = { 0, 0, }; variable
/dports/devel/boost-python-libs/boost_1_72_0/libs/regex/src/
H A Dregex.cpp197 mem_block_cache block_cache = { { {nullptr} } } ; variable
199 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
201 mem_block_cache block_cache = { 0, 0, }; variable
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/regex/src/
H A Dregex.cpp197 mem_block_cache block_cache = { { {nullptr} } } ; variable
199 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
201 mem_block_cache block_cache = { 0, 0, }; variable
/dports/emulators/citra/citra-ac98458e0/externals/boost/libs/regex/src/
H A Dregex.cpp197 mem_block_cache block_cache = { { {nullptr} } } ; variable
199 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
201 mem_block_cache block_cache = { 0, 0, }; variable
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/libs/regex/src/
H A Dregex.cpp197 mem_block_cache block_cache = { { {nullptr} } } ; variable
199 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
201 mem_block_cache block_cache = { 0, 0, }; variable
/dports/devel/boost-libs/boost_1_72_0/libs/regex/src/
H A Dregex.cpp197 mem_block_cache block_cache = { { {nullptr} } } ; variable
199 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
201 mem_block_cache block_cache = { 0, 0, }; variable
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/libs/regex/src/
H A Dregex.cpp195 mem_block_cache block_cache = { { {nullptr} } } ; variable
197 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
199 mem_block_cache block_cache = { 0, 0, }; variable
/dports/devel/hyperscan/boost_1_75_0/libs/regex/src/
H A Dregex.cpp197 mem_block_cache block_cache = { { {nullptr} } } ; variable
199 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
201 mem_block_cache block_cache = { 0, 0, }; variable
/dports/databases/rocksdb/rocksdb-6.26.1/table/block_based/
H A Dblock_based_table_reader_impl.h83 Cache* const block_cache = rep_->table_options.block_cache.get(); in NewDataBlockIterator() local
155 Cache* const block_cache = rep_->table_options.block_cache.get(); in NewDataBlockIterator() local
/dports/databases/rocksdb-lite/rocksdb-6.26.1/table/block_based/
H A Dblock_based_table_reader_impl.h83 Cache* const block_cache = rep_->table_options.block_cache.get(); in NewDataBlockIterator() local
155 Cache* const block_cache = rep_->table_options.block_cache.get(); in NewDataBlockIterator() local
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/block_based/
H A Dblock_based_table_reader_impl.h83 Cache* const block_cache = rep_->table_options.block_cache.get(); in NewDataBlockIterator() local
155 Cache* const block_cache = rep_->table_options.block_cache.get(); in NewDataBlockIterator() local
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/block_based/
H A Dblock_based_table_reader_impl.h83 Cache* const block_cache = rep_->table_options.block_cache.get(); in NewDataBlockIterator() local
155 Cache* const block_cache = rep_->table_options.block_cache.get(); in NewDataBlockIterator() local
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/block_based/
H A Dblock_based_table_reader_impl.h83 Cache* const block_cache = rep_->table_options.block_cache.get(); in NewDataBlockIterator() local
155 Cache* const block_cache = rep_->table_options.block_cache.get(); in NewDataBlockIterator() local
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/libs/regex/src/
H A Dregex.cpp195 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
197 mem_block_cache block_cache = { 0, 0, }; variable
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/regex/src/
H A Dregex.cpp195 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
197 mem_block_cache block_cache = { 0, 0, }; variable
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/regex/src/
H A Dregex.cpp195 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
197 mem_block_cache block_cache = { 0, 0, }; variable
/dports/databases/percona57-server/boost_1_59_0/libs/regex/src/
H A Dregex.cpp195 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
197 mem_block_cache block_cache = { 0, 0, }; variable
/dports/databases/xtrabackup/boost_1_59_0/libs/regex/src/
H A Dregex.cpp195 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
197 mem_block_cache block_cache = { 0, 0, }; variable
/dports/databases/percona57-client/boost_1_59_0/libs/regex/src/
H A Dregex.cpp195 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
197 mem_block_cache block_cache = { 0, 0, }; variable
/dports/devel/libcutl/libcutl-1.10.0/cutl/details/boost/regex/src/
H A Dregex.cxx195 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
197 mem_block_cache block_cache = { 0, 0, }; variable
/dports/devel/xsd/xsd-4.1.0.a11+dep/libcutl/cutl/details/boost/regex/src/
H A Dregex.cxx195 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
197 mem_block_cache block_cache = { 0, 0, }; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/libs/regex/src/
H A Dregex.cpp195 mem_block_cache block_cache = { 0, 0, BOOST_STATIC_MUTEX_INIT, }; variable
197 mem_block_cache block_cache = { 0, 0, }; variable

123456789