Home
last modified time | relevance | path

Searched refs:cache_block (Results 1 – 25 of 145) sorted by relevance

123456

/dports/net-p2p/transmission-cli/transmission-3.00/libtransmission/
H A Dcache.c32 struct cache_block struct
76 …struct cache_block const* const* blocks = (struct cache_block const* const*)tr_ptrArrayBase(&cache… in getBlockRun()
77 struct cache_block const* ref = blocks[pos]; in getBlockRun()
83 struct cache_block const* b = blocks[i]; in getBlockRun()
170 struct cache_block** blocks = (struct cache_block**)tr_ptrArrayBase(&cache->blocks); in flushContiguous()
172 struct cache_block* b = blocks[pos]; in flushContiguous()
293 struct cache_block const* a = va; in cache_block_compare()
294 struct cache_block const* b = vb; in cache_block_compare()
314 struct cache_block key; in findBlock()
329 cb = tr_new(struct cache_block, 1); in tr_cacheWriteBlock()
[all …]
/dports/net-p2p/transmission-daemon/transmission-3.00/libtransmission/
H A Dcache.c32 struct cache_block struct
76 …struct cache_block const* const* blocks = (struct cache_block const* const*)tr_ptrArrayBase(&cache… in getBlockRun()
77 struct cache_block const* ref = blocks[pos]; in getBlockRun()
83 struct cache_block const* b = blocks[i]; in getBlockRun()
170 struct cache_block** blocks = (struct cache_block**)tr_ptrArrayBase(&cache->blocks); in flushContiguous()
172 struct cache_block* b = blocks[pos]; in flushContiguous()
293 struct cache_block const* a = va; in cache_block_compare()
294 struct cache_block const* b = vb; in cache_block_compare()
314 struct cache_block key; in findBlock()
329 cb = tr_new(struct cache_block, 1); in tr_cacheWriteBlock()
[all …]
/dports/net-p2p/transmission-gtk/transmission-3.00/libtransmission/
H A Dcache.c32 struct cache_block struct
76 …struct cache_block const* const* blocks = (struct cache_block const* const*)tr_ptrArrayBase(&cache… in getBlockRun()
77 struct cache_block const* ref = blocks[pos]; in getBlockRun()
83 struct cache_block const* b = blocks[i]; in getBlockRun()
170 struct cache_block** blocks = (struct cache_block**)tr_ptrArrayBase(&cache->blocks); in flushContiguous()
172 struct cache_block* b = blocks[pos]; in flushContiguous()
293 struct cache_block const* a = va; in cache_block_compare()
294 struct cache_block const* b = vb; in cache_block_compare()
314 struct cache_block key; in findBlock()
329 cb = tr_new(struct cache_block, 1); in tr_cacheWriteBlock()
[all …]
/dports/net-p2p/transmission-qt/transmission-3.00/libtransmission/
H A Dcache.c32 struct cache_block struct
76 …struct cache_block const* const* blocks = (struct cache_block const* const*)tr_ptrArrayBase(&cache… in getBlockRun()
77 struct cache_block const* ref = blocks[pos]; in getBlockRun()
83 struct cache_block const* b = blocks[i]; in getBlockRun()
170 struct cache_block** blocks = (struct cache_block**)tr_ptrArrayBase(&cache->blocks); in flushContiguous()
172 struct cache_block* b = blocks[pos]; in flushContiguous()
293 struct cache_block const* a = va; in cache_block_compare()
294 struct cache_block const* b = vb; in cache_block_compare()
314 struct cache_block key; in findBlock()
329 cb = tr_new(struct cache_block, 1); in tr_cacheWriteBlock()
[all …]
/dports/net-p2p/transmission-utils/transmission-3.00/libtransmission/
H A Dcache.c32 struct cache_block struct
76 …struct cache_block const* const* blocks = (struct cache_block const* const*)tr_ptrArrayBase(&cache… in getBlockRun()
77 struct cache_block const* ref = blocks[pos]; in getBlockRun()
83 struct cache_block const* b = blocks[i]; in getBlockRun()
170 struct cache_block** blocks = (struct cache_block**)tr_ptrArrayBase(&cache->blocks); in flushContiguous()
172 struct cache_block* b = blocks[pos]; in flushContiguous()
293 struct cache_block const* a = va; in cache_block_compare()
294 struct cache_block const* b = vb; in cache_block_compare()
314 struct cache_block key; in findBlock()
329 cb = tr_new(struct cache_block, 1); in tr_cacheWriteBlock()
[all …]
/dports/www/transmission-web/transmission-3.00/libtransmission/
H A Dcache.c32 struct cache_block struct
76 …struct cache_block const* const* blocks = (struct cache_block const* const*)tr_ptrArrayBase(&cache… in getBlockRun()
77 struct cache_block const* ref = blocks[pos]; in getBlockRun()
83 struct cache_block const* b = blocks[i]; in getBlockRun()
170 struct cache_block** blocks = (struct cache_block**)tr_ptrArrayBase(&cache->blocks); in flushContiguous()
172 struct cache_block* b = blocks[pos]; in flushContiguous()
293 struct cache_block const* a = va; in cache_block_compare()
294 struct cache_block const* b = vb; in cache_block_compare()
314 struct cache_block key; in findBlock()
329 cb = tr_new(struct cache_block, 1); in tr_cacheWriteBlock()
[all …]
/dports/devel/p5-IPC-SharedCache/IPC-SharedCache-1.3/
H A DSharedCache.pm554 my $cache_block = freeze($object);
559 length($cache_block) > $options->{max_size}) {
591 $root_record->{'size'} += length($cache_block);
592 $root_record->{'length_map'}{$key} = length($cache_block);
614 $root_record->{'size'} += length($cache_block);
615 $root_record->{'length_map'}{$key} = length($cache_block);
648 eval { $share->store($cache_block); };
1043 my $cache_block;
1044 eval { $cache_block = $share->fetch(); };
1049 eval { $object = thaw($cache_block); };
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/
H A Dcache.vhd42 type cache_block is array (0 to block_size - 1) of word; type
43 type store_array is array (0 to 15) of cache_block;
52 entry : out cache_block ) is
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/ashenden/compliant/
H A Dch_07_fg_07_22.vhd49 type cache_block is array (0 to block_size - 1) of word; type
50 type store_array is array (0 to 15) of cache_block;
59 entry : out cache_block ) is
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Dmat.c330 void *cache_block, *decompress_block; in DecompressBlock() local
346cache_block = MagickAllocateResourceLimitedMemory(unsigned char *,(size_t)((*Size<16384) ? *Size :… in DecompressBlock()
347 if(cache_block==NULL) return NULL; in DecompressBlock()
351 MagickFreeResourceLimitedMemory(cache_block); in DecompressBlock()
358 MagickFreeResourceLimitedMemory(cache_block); in DecompressBlock()
372 MagickFreeResourceLimitedMemory(cache_block); in DecompressBlock()
384 magick_size = ReadBlob(orig, (*Size<16384)?*Size:16384, cache_block); in DecompressBlock()
385 zip_info.next_in = cache_block; in DecompressBlock()
397 MagickFreeResourceLimitedMemory(cache_block); in DecompressBlock()
418 MagickFreeResourceLimitedMemory(cache_block); in DecompressBlock()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mtd/
H A Dsm_ftl.c894 ftl->cache_block = -1; in sm_cache_init()
935 block_num = zone->lba_to_phys_table[ftl->cache_block]; in sm_cache_flush()
965 ftl->cache_block, ftl->cache_data_invalid_bitmap)) in sm_cache_flush()
969 zone->lba_to_phys_table[ftl->cache_block] = write_sector; in sm_cache_flush()
1019 if (ftl->cache_zone == zone_num && ftl->cache_block == block) { in sm_read()
1067 if (ftl->cache_block != block || ftl->cache_zone != zone_num) { in sm_write()
1073 ftl->cache_block = block; in sm_write()
H A Dsm_ftl.h45 int cache_block; /* block number of cached block */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mtd/
H A Dsm_ftl.c894 ftl->cache_block = -1; in sm_cache_init()
935 block_num = zone->lba_to_phys_table[ftl->cache_block]; in sm_cache_flush()
965 ftl->cache_block, ftl->cache_data_invalid_bitmap)) in sm_cache_flush()
969 zone->lba_to_phys_table[ftl->cache_block] = write_sector; in sm_cache_flush()
1019 if (ftl->cache_zone == zone_num && ftl->cache_block == block) { in sm_read()
1067 if (ftl->cache_block != block || ftl->cache_zone != zone_num) { in sm_write()
1073 ftl->cache_block = block; in sm_write()
H A Dsm_ftl.h45 int cache_block; /* block number of cached block */ member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mtd/
H A Dsm_ftl.c894 ftl->cache_block = -1; in sm_cache_init()
935 block_num = zone->lba_to_phys_table[ftl->cache_block]; in sm_cache_flush()
965 ftl->cache_block, ftl->cache_data_invalid_bitmap)) in sm_cache_flush()
969 zone->lba_to_phys_table[ftl->cache_block] = write_sector; in sm_cache_flush()
1019 if (ftl->cache_zone == zone_num && ftl->cache_block == block) { in sm_read()
1067 if (ftl->cache_block != block || ftl->cache_zone != zone_num) { in sm_write()
1073 ftl->cache_block = block; in sm_write()
H A Dsm_ftl.h45 int cache_block; /* block number of cached block */ member
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dmat.c486 void *cache_block, *decompress_block; in decompress_block() local
505cache_block = AcquireQuantumMemory((size_t)(*Size < MagickMinBufferExtent) ? *Size: MagickMinBuffe… in decompress_block()
506 if(cache_block==NULL) return NULL; in decompress_block()
510 RelinquishMagickMemory(cache_block); in decompress_block()
520 RelinquishMagickMemory(cache_block); in decompress_block()
532 RelinquishMagickMemory(cache_block); in decompress_block()
546 …g, (*Size < MagickMinBufferExtent) ? *Size : MagickMinBufferExtent, (unsigned char *) cache_block); in decompress_block()
549 zip_info.next_in = (Bytef *) cache_block; in decompress_block()
574 RelinquishMagickMemory(cache_block); in decompress_block()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Dmat.c486 void *cache_block, *decompress_block; in decompress_block() local
505cache_block = AcquireQuantumMemory((size_t)(*Size < MagickMinBufferExtent) ? *Size: MagickMinBuffe… in decompress_block()
506 if(cache_block==NULL) return NULL; in decompress_block()
510 RelinquishMagickMemory(cache_block); in decompress_block()
520 RelinquishMagickMemory(cache_block); in decompress_block()
532 RelinquishMagickMemory(cache_block); in decompress_block()
546 …g, (*Size < MagickMinBufferExtent) ? *Size : MagickMinBufferExtent, (unsigned char *) cache_block); in decompress_block()
549 zip_info.next_in = (Bytef *) cache_block; in decompress_block()
574 RelinquishMagickMemory(cache_block); in decompress_block()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Dmat.c494 void *cache_block, *decompress_block; in decompress_block() local
513cache_block = AcquireQuantumMemory((size_t)(*Size< MagickMinBufferExtent) ? *Size: MagickMinBuffer… in decompress_block()
514 if(cache_block==NULL) return NULL; in decompress_block()
518 RelinquishMagickMemory(cache_block); in decompress_block()
528 RelinquishMagickMemory(cache_block); in decompress_block()
540 RelinquishMagickMemory(cache_block); in decompress_block()
554 …g, (*Size < MagickMinBufferExtent) ? *Size : MagickMinBufferExtent, (unsigned char *) cache_block); in decompress_block()
557 zip_info.next_in = (Bytef *) cache_block; in decompress_block()
582 RelinquishMagickMemory(cache_block); in decompress_block()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Dmat.c494 void *cache_block, *decompress_block; in decompress_block() local
513cache_block = AcquireQuantumMemory((size_t)(*Size< MagickMinBufferExtent) ? *Size: MagickMinBuffer… in decompress_block()
514 if(cache_block==NULL) return NULL; in decompress_block()
518 RelinquishMagickMemory(cache_block); in decompress_block()
528 RelinquishMagickMemory(cache_block); in decompress_block()
540 RelinquishMagickMemory(cache_block); in decompress_block()
554 …g, (*Size < MagickMinBufferExtent) ? *Size : MagickMinBufferExtent, (unsigned char *) cache_block); in decompress_block()
557 zip_info.next_in = (Bytef *) cache_block; in decompress_block()
582 RelinquishMagickMemory(cache_block); in decompress_block()
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_filter/
H A DMakefile.am8 libcache_block_plugin_la_SOURCES = stream_filter/cache_block.c
/dports/www/drupal7/drupal-7.82/modules/block/
H A Dblock.install169 $schema['cache_block'] = drupal_get_schema_unprocessed('system', 'cache');
170 …$schema['cache_block']['description'] = 'Cache table for the Block module to store already built b…
435 * Recreates cache_block table.
443 db_drop_table('cache_block');
444 db_create_table('cache_block', $schema);
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/samtools/
H A Dbgzf.c313 static void cache_block(BGZF *fp, int size) in cache_block() function
342 static void cache_block(BGZF *fp, int size) {} in cache_block() function
376 cache_block(fp, size); in bgzf_read_block()
/dports/www/h2o-devel/h2o-dcc7134/deps/klib/
H A Dbgzf.c296 static void cache_block(BGZF *fp, int size) in cache_block() function
325 static void cache_block(BGZF *fp, int size) {} in cache_block() function
359 cache_block(fp, size); in bgzf_read_block()
/dports/www/drupal7/drupal-7.82/includes/
H A Dcache.inc46 * The cache bin to store the data in. Valid core values are 'cache_block',
109 * - cache_block: Stores the content of various blocks.
149 * expirable entries will be cleared from the cache_page and cache_block bins,
168 cache_clear_all(NULL, 'cache_block');
290 * cache_page and cache_block bins.

123456