Home
last modified time | relevance | path

Searched refs:cached_block (Results 1 – 25 of 43) sorted by relevance

12

/dports/games/minetest/minetest-5.4.1/src/client/
H A Dmesh_generator_thread.cpp167 cached_block = it->second; in cacheBlock()
172 return cached_block; in cacheBlock()
176 if (!cached_block) { in cacheBlock()
179 m_cache[p] = cached_block; in cacheBlock()
184 if (!cached_block->data) in cacheBlock()
185 cached_block->data = in cacheBlock()
190 delete[] cached_block->data; in cacheBlock()
193 return cached_block; in cacheBlock()
221 if (cached_block) { in fillDataFromMapBlockCache()
224 if (cached_block->data) in fillDataFromMapBlockCache()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/io/
H A Dboxm2_lru_cache1.cxx56 for (auto & cached_block : cached_blocks_) in ~boxm2_lru_cache1() local
58 boxm2_block_id id = cached_block.first; in ~boxm2_lru_cache1()
63 delete cached_block.second; in ~boxm2_lru_cache1()
80 for (auto & cached_block : cached_blocks_) in clear_cache() local
81 delete cached_block.second; in clear_cache()
333 for (auto & cached_block : cached_blocks_) in write_to_disk() local
335 boxm2_block_id id = cached_block.first; in write_to_disk()
337 boxm2_sio_mgr::save_block(scene_dir_, cached_block.second); in write_to_disk()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/io/
H A Dbstm_lru_cache.cxx59 for (auto & cached_block : cached_blocks_) in ~bstm_lru_cache() local
61 bstm_block_id id = cached_block.first; in ~bstm_lru_cache()
66 delete cached_block.second; in ~bstm_lru_cache()
93 for (auto & cached_block : cached_blocks_) in clear_cache() local
94 delete cached_block.second; in clear_cache()
396 for (auto & cached_block : cached_blocks_) in write_to_disk() local
398 bstm_block_id id = cached_block.first; in write_to_disk()
400 bstm_sio_mgr::save_block(scene_dir_, cached_block.second); in write_to_disk()
/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Functional/Plugin/
H A DCacheWebTest.php95 $cached_block = $view->buildRenderable('block_1', [], TRUE);
96 …$this->assertEqual($uncached_block['#cache']['contexts'], $cached_block['#cache']['contexts'], 'Ca…
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Functional/Plugin/
H A DCacheWebTest.php95 $cached_block = $view->buildRenderable('block_1', [], TRUE);
96 …$this->assertEquals($uncached_block['#cache']['contexts'], $cached_block['#cache']['contexts'], 'C…
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/move/algo/detail/
H A Dadaptive_sort_merge.hpp1072 size_type cached_block = cached_none; in selection_sort_blocks() local
1104 else if(cached_block == cached_none){ in selection_sort_blocks()
1108 cached_block = min_block; in selection_sort_blocks()
1110 else if(cached_block == block){ in selection_sort_blocks()
1113 cached_block = min_block; in selection_sort_blocks()
1115 else if(cached_block == min_block){ in selection_sort_blocks()
1119 cached_block = cached_none; in selection_sort_blocks()
1125 BOOST_ASSERT(cached_block > block); in selection_sort_blocks()
1137 if(midkey_idx == cached_block) in selection_sort_blocks()
1140 midkey_idx = cached_block; in selection_sort_blocks()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/block/tests/src/Functional/Views/
H A DDisplayBlockTest.php380 $cached_block = $this->drupalPlaceBlock('views_block:test_view_block-block_1');
385 …$cached_id = 'block:block=' . $cached_block->id() . ':langcode=en|entity.view.edit_form:view=test_…
399 …figure"><a href="' . base_path() . 'admin/structure/block/manage/' . $cached_block->id() . '">Conf…
/dports/www/drupal9/drupal-9.2.10/core/modules/block/tests/src/Functional/Views/
H A DDisplayBlockTest.php380 $cached_block = $this->drupalPlaceBlock('views_block:test_view_block-block_1');
385 …$cached_id = 'block:block=' . $cached_block->id() . ':langcode=en|entity.view.edit_form:view=test_…
400 …figure"><a href="' . base_path() . 'admin/structure/block/manage/' . $cached_block->id() . '">Conf…
/dports/math/maxima/maxima-5.43.2/share/contrib/
H A Ddiag.mac364 block ([cached_block:
372 cached_block:
375 makelist (cached_block[i,j], j, 1, size),
377 blocks: cons (cached_block, blocks))),
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_build/src/build/
H A Dscope.rs1008 scope.cached_unwind_block.map(|cached_block| (scope_idx + 1, cached_block)) in diverge_cleanup()
1065 scope.cached_generator_drop_block.map(|cached_block| (scope_idx + 1, cached_block)) in generator_drop_cleanup()
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/drivers/brcm/emmc/
H A Demmc_csl_sdcard.c46 static uint8_t cached_block[CACHE_SIZE]; variable
598 memcpy(dst, cached_block, len); in read_block()
604 memcpy(cached_block, dst, len); in read_block()
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/drivers/brcm/emmc/
H A Demmc_csl_sdcard.c46 static uint8_t cached_block[CACHE_SIZE]; variable
598 memcpy(dst, cached_block, len); in read_block()
604 memcpy(cached_block, dst, len); in read_block()
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/drivers/brcm/emmc/
H A Demmc_csl_sdcard.c46 static uint8_t cached_block[CACHE_SIZE]; variable
598 memcpy(dst, cached_block, len); in read_block()
604 memcpy(cached_block, dst, len); in read_block()
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/drivers/brcm/emmc/
H A Demmc_csl_sdcard.c46 static uint8_t cached_block[CACHE_SIZE]; variable
598 memcpy(dst, cached_block, len); in read_block()
604 memcpy(cached_block, dst, len); in read_block()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/drivers/brcm/emmc/
H A Demmc_csl_sdcard.c46 static uint8_t cached_block[CACHE_SIZE]; variable
598 memcpy(dst, cached_block, len); in read_block()
604 memcpy(cached_block, dst, len); in read_block()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/
H A Drdo.rs1875 cached_block: &PartitionGroupParameters, partition_types: &[PartitionType], in rdo_partition_decision()
1878 let mut best_partition = cached_block.part_type; in rdo_partition_decision()
1879 let mut best_rd = cached_block.rd_cost; in rdo_partition_decision()
1880 let mut best_pred_modes = cached_block.part_modes.clone(); in rdo_partition_decision()
1888 if partition == cached_block.part_type { in rdo_partition_decision()
/dports/multimedia/librav1e/rav1e-0.5.1/src/
H A Drdo.rs1937 cached_block: &PartitionGroupParameters, partition_types: &[PartitionType], in rdo_partition_decision()
1940 let mut best_partition = cached_block.part_type; in rdo_partition_decision()
1941 let mut best_rd = cached_block.rd_cost; in rdo_partition_decision()
1942 let mut best_pred_modes = cached_block.part_modes.clone(); in rdo_partition_decision()
1950 if partition == cached_block.part_type { in rdo_partition_decision()
/dports/multimedia/rav1e/rav1e-0.5.1/src/
H A Drdo.rs1937 cached_block: &PartitionGroupParameters, partition_types: &[PartitionType], in rdo_partition_decision()
1940 let mut best_partition = cached_block.part_type; in rdo_partition_decision()
1941 let mut best_rd = cached_block.rd_cost; in rdo_partition_decision()
1942 let mut best_pred_modes = cached_block.part_modes.clone(); in rdo_partition_decision()
1950 if partition == cached_block.part_type { in rdo_partition_decision()
/dports/databases/rocksdb/rocksdb-6.26.1/table/block_based/
H A Dblock_based_table_reader.cc1298 CachableEntry<TBlocklike>* cached_block, BlockContents* raw_block_contents, in PutDataBlockToCache() argument
1316 assert(cached_block); in PutDataBlockToCache()
1317 assert(cached_block->IsEmpty()); in PutDataBlockToCache()
1388 cached_block->SetCachedValue(block_holder.release(), block_cache, in PutDataBlockToCache()
1397 cached_block->SetOwnedValue(block_holder.release()); in PutDataBlockToCache()
H A Dblock_based_table_reader.h385 CachableEntry<TBlocklike>* cached_block,
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/block_based/
H A Dblock_based_table_reader.cc1223 CachableEntry<TBlocklike>* cached_block, BlockContents* raw_block_contents, in PutDataBlockToCache() argument
1241 assert(cached_block); in PutDataBlockToCache()
1242 assert(cached_block->IsEmpty()); in PutDataBlockToCache()
1308 cached_block->SetCachedValue(block_holder.release(), block_cache, in PutDataBlockToCache()
1317 cached_block->SetOwnedValue(block_holder.release()); in PutDataBlockToCache()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/table/block_based/
H A Dblock_based_table_reader.cc1298 CachableEntry<TBlocklike>* cached_block, BlockContents* raw_block_contents, in PutDataBlockToCache() argument
1316 assert(cached_block); in PutDataBlockToCache()
1317 assert(cached_block->IsEmpty()); in PutDataBlockToCache()
1388 cached_block->SetCachedValue(block_holder.release(), block_cache, in PutDataBlockToCache()
1397 cached_block->SetOwnedValue(block_holder.release()); in PutDataBlockToCache()
H A Dblock_based_table_reader.h385 CachableEntry<TBlocklike>* cached_block,
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/block_based/
H A Dblock_based_table_reader.cc1223 CachableEntry<TBlocklike>* cached_block, BlockContents* raw_block_contents, in PutDataBlockToCache() argument
1241 assert(cached_block); in PutDataBlockToCache()
1242 assert(cached_block->IsEmpty()); in PutDataBlockToCache()
1308 cached_block->SetCachedValue(block_holder.release(), block_cache, in PutDataBlockToCache()
1317 cached_block->SetOwnedValue(block_holder.release()); in PutDataBlockToCache()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/block_based/
H A Dblock_based_table_reader.cc1223 CachableEntry<TBlocklike>* cached_block, BlockContents* raw_block_contents, in PutDataBlockToCache() argument
1241 assert(cached_block); in PutDataBlockToCache()
1242 assert(cached_block->IsEmpty()); in PutDataBlockToCache()
1308 cached_block->SetCachedValue(block_holder.release(), block_cache, in PutDataBlockToCache()
1317 cached_block->SetOwnedValue(block_holder.release()); in PutDataBlockToCache()

12