Home
last modified time | relevance | path

Searched refs:cachesize (Results 1 – 25 of 1355) sorted by relevance

12345678910>>...55

/dports/mail/exmh2/exmh-2.9.0/lib/
H A Dhtml_cache.tcl4 global cache cachesize WebTk
7 catch {unset cachesize}
8 set cachesize(total) 0
9 set cachesize(max) $max
43 set cachesize(max) 0
48 while {$cachesize(total) > $cachesize(max)} {
56 set cachesize(max) 0
61 while {$cachesize(total) > $cachesize(max)} {
107 incr cachesize(total) [expr $cachesize($file)-$old]
110 while {$cachesize(total) > $cachesize(max)} {
[all …]
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/src/mpt/io_read/
H A Dfiledata_base_unseekable.hpp36 mutable std::size_t cachesize; member in mpt::MPT_INLINE_NS::IO::FileDataUnseekable
41 : cachesize(0), streamFullyCached(false) { in FileDataUnseekable()
72 cachesize += readcount; in CacheStream()
86 if (target <= cachesize) { in CacheStreamUpTo()
90 std::size_t needcount = alignedpos - cachesize; in CacheStreamUpTo()
92 …size_t readcount = InternalReadUnseekable(mpt::span(&cache[cachesize], alignedpos - cachesize)).si… in CacheStreamUpTo()
93 cachesize += readcount; in CacheStreamUpTo()
126 return cachesize; in GetLength()
131 if (pos >= IFileData::pos_type(cachesize)) { in Read()
144 if (pos >= IFileData::pos_type(cachesize)) { in CanRead()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/src/jit/
H A Dcompemu_prefs.cpp26 currprefs.cachesize != changed_prefs.cachesize) in check_prefs_changed_comp()
42 if (currprefs.cachesize != changed_prefs.cachesize) { in check_prefs_changed_comp()
43 if (currprefs.cachesize && !changed_prefs.cachesize) { in check_prefs_changed_comp()
44 cachesize_prev = currprefs.cachesize; in check_prefs_changed_comp()
47 } else if (!currprefs.cachesize && changed_prefs.cachesize == cachesize_prev) { in check_prefs_changed_comp()
53 currprefs.cachesize = changed_prefs.cachesize; in check_prefs_changed_comp()
59 if(currprefs.cachesize) in check_prefs_changed_comp()
62 if ((!canbang || !currprefs.cachesize) && currprefs.comptrustbyte != 1) { in check_prefs_changed_comp()
76 if (currprefs.cachesize) in check_prefs_changed_comp()
82 currprefs.cachesize, in check_prefs_changed_comp()
/dports/emulators/hatari/hatari-2.2.1/src/cpu/jit/
H A Dcompemu_prefs.c21 currprefs.cachesize != changed_prefs.cachesize) in check_prefs_changed_comp()
37 if (currprefs.cachesize != changed_prefs.cachesize) { in check_prefs_changed_comp()
38 if (currprefs.cachesize && !changed_prefs.cachesize) { in check_prefs_changed_comp()
39 cachesize_prev = currprefs.cachesize; in check_prefs_changed_comp()
42 } else if (!currprefs.cachesize && changed_prefs.cachesize == cachesize_prev) { in check_prefs_changed_comp()
48 currprefs.cachesize = changed_prefs.cachesize; in check_prefs_changed_comp()
54 if(currprefs.cachesize) in check_prefs_changed_comp()
57 if ((!canbang || !currprefs.cachesize) && currprefs.comptrustbyte != 1) { in check_prefs_changed_comp()
71 if (currprefs.cachesize) in check_prefs_changed_comp()
77 currprefs.cachesize, in check_prefs_changed_comp()
/dports/net/fspd/fsp-2.8.1b29/server/
H A Dfifocache.c31 if(cachesize==0) return NULL; in f_cache_new()
36 cache->cachesize=cachesize; in f_cache_new()
43 cache->e_head=calloc(cachesize,entrysize); in f_cache_new()
48 cache->k_head=calloc(cachesize,keysize); in f_cache_new()
108 for(i=0;i<cache->cachesize;i++) in f_cache_stats()
126 for(i=0;i<cache->cachesize;i++) in f_cache_stats()
133 for(i=0;i<cache->cachesize;i++) in f_cache_stats()
139 …cache->cachesize,used,(unsigned int)sizeof(struct FifoCache), cache->cachesize*cache->keysize,dkey… in f_cache_stats()
232 for(i=0;i<cache->cachesize;i++) in f_cache_find()
256 for(i=0;i<cache->cachesize;i++) in f_cache_clear()
[all …]
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/analysis/
H A Dmorph.py88 self.cachesize = cachesize
102 self.cachesize = 50000
123 if isinstance(self.cachesize, integer_types) and self.cachesize != 0:
124 if self.cachesize < 0:
126 elif self.cachesize > 1:
127 self._stem = lfu_cache(self.cachesize)(stemfn)
132 if self.cachesize <= 1:
160 def __init__(self, lang="english", ignore=None, cachesize=10000): argument
174 self.cachesize = cachesize
193 stemmer.maxCacheSize = self.cachesize
[all …]
/dports/sysutils/libcdio-paranoia/libcdio-paranoia-10.2+2.0.1/src/
H A Dcachetest.c155 int cachesize=0; in analyze_cache() local
369 cachesize=current-1; in analyze_cache()
372 if(cachesize==hi){ in analyze_cache()
375 }else if(cachesize){ in analyze_cache()
430 offset+=cachesize+100; in analyze_cache()
504 while (sofar<cachesize) { in analyze_cache()
559 rollbehind=cachesize; in analyze_cache()
601 offset+=cachesize; in analyze_cache()
638 cachegran=cachesize+1; in analyze_cache()
679 offset+=cachesize; in analyze_cache()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Decag.stdout.exp-z134 L1 total cachesize data: 131072
5 L1 total cachesize insn: 98304
11 L2 total cachesize data: 2097152
12 L2 total cachesize insn: 2097152
18 L3 total cachesize data: 67108864
19 L3 total cachesize insn: 67108864
25 L4 total cachesize data: 503316480
26 L4 total cachesize insn: 503316480
H A Decag.stdout.exp-z1964 L1 total cachesize data: 131072
5 L1 total cachesize insn: 65536
11 L2 total cachesize data: 1572864
12 L2 total cachesize insn: 1572864
18 L3 total cachesize data: 25165824
19 L3 total cachesize insn: 25165824
25 L4 total cachesize data: 201326592
26 L4 total cachesize insn: 201326592
H A Decag.stdout.exp-zec124 L1 total cachesize data: 98304
5 L1 total cachesize insn: 65536
11 L2 total cachesize data: 1048576
12 L2 total cachesize insn: 1048576
18 L3 total cachesize data: 50331648
19 L3 total cachesize insn: 50331648
25 L4 total cachesize data: 402653184
26 L4 total cachesize insn: 402653184
H A Decag.stdout.exp-z10ec4 L1 total cachesize data: 131072
5 L1 total cachesize insn: 65536
11 L2 total cachesize data: 3145728
12 L2 total cachesize insn: 3145728
18 L3 total cachesize data: 50331648
19 L3 total cachesize insn: 50331648
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Decag.stdout.exp-z1964 L1 total cachesize data: 131072
5 L1 total cachesize insn: 65536
11 L2 total cachesize data: 1572864
12 L2 total cachesize insn: 1572864
18 L3 total cachesize data: 25165824
19 L3 total cachesize insn: 25165824
25 L4 total cachesize data: 201326592
26 L4 total cachesize insn: 201326592
H A Decag.stdout.exp-z134 L1 total cachesize data: 131072
5 L1 total cachesize insn: 98304
11 L2 total cachesize data: 2097152
12 L2 total cachesize insn: 2097152
18 L3 total cachesize data: 67108864
19 L3 total cachesize insn: 67108864
25 L4 total cachesize data: 503316480
26 L4 total cachesize insn: 503316480
H A Decag.stdout.exp-zec124 L1 total cachesize data: 98304
5 L1 total cachesize insn: 65536
11 L2 total cachesize data: 1048576
12 L2 total cachesize insn: 1048576
18 L3 total cachesize data: 50331648
19 L3 total cachesize insn: 50331648
25 L4 total cachesize data: 402653184
26 L4 total cachesize insn: 402653184
H A Decag.stdout.exp-z10ec4 L1 total cachesize data: 131072
5 L1 total cachesize insn: 65536
11 L2 total cachesize data: 3145728
12 L2 total cachesize insn: 3145728
18 L3 total cachesize data: 50331648
19 L3 total cachesize insn: 50331648
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DPixMaskCache.h33 PixMaskCache(Generator g) {generate = g;cachesize=0;}; in PixMaskCache()
38 guint32 getCacheSize() const {return cachesize;}; in getCacheSize()
54 cachesize -= siz; in eraseLeastRecentlyUsed()
65 cachesize = 0; in reset()
90 cachesize += size_added; in get()
104 guint32 half = cachesize / 2; in discardHalf()
105 while (cachesize > half) in discardHalf()
113 guint32 cachesize; variable
/dports/math/libpgmath/flang-d07daf3/tools/shared/
H A Dx86.c98 if (mach->cachesize == 0) in set_mach()
139 if (mach->cachesize == 0) in set_mach()
161 if (mach->cachesize == 0) in set_mach()
185 if (mach->cachesize == 0) in set_mach()
228 if (mach->cachesize == 0) in set_mach()
235 if (mach->cachesize == 0) in set_mach()
243 if (mach->cachesize == 0) in set_mach()
265 if (mach->cachesize == 0) in set_mach()
586 (mach->cachesize && mach->cachesize > mach_intersect.cachesize)) in intersect_mach_intersect()
587 mach_intersect.cachesize = mach->cachesize; in intersect_mach_intersect()
[all …]
/dports/databases/db18/db-18.1.40/examples/c/
H A Dex_mpool.c127 long long cachesize; /* -c<N> option: environment cachesize */ local
146 if ((cachesize = atoi(optarg)) < 20)
148 cachesize *= 1024;
172 if (cachesize < pagesize)
173 cachesize = pagesize;
180 ret = run(hits, cachesize, pagesize, npages, progname);
280 run(hits, cachesize, pagesize, npages, progname) in run() argument
282 long long cachesize;
304 progname, cachesize, pagesize, npages);
329 (int)(cachesize >> 30), cachesize % (1 << 30), 1)) != 0) {
[all …]
/dports/databases/db5/db-5.3.28/examples/c/
H A Dex_mpool.c38 int cachesize, ch, hits, npages, pagesize; local
41 cachesize = 20 * 1024;
49 if ((cachesize = atoi(optarg)) < 20 * 1024)
71 return (run_mpool(pagesize, cachesize,
86 run_mpool(pagesize, cachesize, hits, npages, progname) in run_mpool() argument
87 int pagesize, cachesize, hits, npages; in run_mpool()
97 if ((ret = run(hits, cachesize, pagesize, npages, progname)) != 0)
156 run(hits, cachesize, pagesize, npages, progname) in run() argument
157 int hits, cachesize, pagesize, npages; in run()
170 progname, cachesize, pagesize, npages);
[all …]
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc/src/
H A Dtopology-darwin.c124 uint64_t *cachesize = NULL; in hwloc_look_darwin() local
131 cachesize = malloc(sizeof(uint64_t) * n); in hwloc_look_darwin()
132 if (NULL == cachesize) { in hwloc_look_darwin()
150 memset(cachesize, 0, sizeof(uint64_t) * n); in hwloc_look_darwin()
154 cachesize[0] = memsize; in hwloc_look_darwin()
156 cachesize[1] = l1dcachesize; in hwloc_look_darwin()
158 cachesize[2] = l2cachesize; in hwloc_look_darwin()
204 obj->attr->cache.size = cachesize[i]; in hwloc_look_darwin()
217 obj->memory.local_memory = cachesize[i]; in hwloc_look_darwin()
235 if (NULL != cachesize) { in hwloc_look_darwin()
[all …]
/dports/databases/db18/db-18.1.40/test/tcl/
H A Dtest154.tcl68 set cachesize [expr 65536]
70 set cachesize [expr 262144]
73 set cachesize [expr $cachesize * 2]
76 set cachesize [expr $cachesize * 2]
79 set cachesize [expr 262144]
86 set env [eval {berkdb_env -cachesize "0 $cachesize 1"}\
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/dl/
H A Ddl-cache.c37 static size_t cachesize; variable
158 void *file = _dl_sysdep_read_whole_file (LD_SO_CACHE, &cachesize, in _dl_load_cache_lookup()
166 if (file != MAP_FAILED && cachesize > sizeof *cache in _dl_load_cache_lookup()
178 if (cachesize < (offset + sizeof (struct cache_file_new)) in _dl_load_cache_lookup()
183 else if (file != MAP_FAILED && cachesize > sizeof *cache_new in _dl_load_cache_lookup()
193 munmap (file, cachesize); in _dl_load_cache_lookup()
217 cache_data_size = (const char *) cache + cachesize - cache_data; in _dl_load_cache_lookup()
243 cache_data_size = (const char *) cache + cachesize - cache_data; in _dl_load_cache_lookup()
267 munmap (cache, cachesize); in _dl_unload_cache()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/dl/
H A Ddl-cache.c37 static size_t cachesize; variable
158 void *file = _dl_sysdep_read_whole_file (LD_SO_CACHE, &cachesize, in _dl_load_cache_lookup()
166 if (file != MAP_FAILED && cachesize > sizeof *cache in _dl_load_cache_lookup()
178 if (cachesize < (offset + sizeof (struct cache_file_new)) in _dl_load_cache_lookup()
183 else if (file != MAP_FAILED && cachesize > sizeof *cache_new in _dl_load_cache_lookup()
193 munmap (file, cachesize); in _dl_load_cache_lookup()
217 cache_data_size = (const char *) cache + cachesize - cache_data; in _dl_load_cache_lookup()
243 cache_data_size = (const char *) cache + cachesize - cache_data; in _dl_load_cache_lookup()
267 munmap (cache, cachesize); in _dl_unload_cache()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/dl/
H A Ddl-cache.c37 static size_t cachesize; variable
158 void *file = _dl_sysdep_read_whole_file (LD_SO_CACHE, &cachesize, in _dl_load_cache_lookup()
166 if (file != MAP_FAILED && cachesize > sizeof *cache in _dl_load_cache_lookup()
178 if (cachesize < (offset + sizeof (struct cache_file_new)) in _dl_load_cache_lookup()
183 else if (file != MAP_FAILED && cachesize > sizeof *cache_new in _dl_load_cache_lookup()
193 munmap (file, cachesize); in _dl_load_cache_lookup()
217 cache_data_size = (const char *) cache + cachesize - cache_data; in _dl_load_cache_lookup()
243 cache_data_size = (const char *) cache + cachesize - cache_data; in _dl_load_cache_lookup()
267 munmap (cache, cachesize); in _dl_unload_cache()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/src/
H A Dtopology-darwin.c144 uint64_t *cachesize = NULL; in hwloc_look_darwin() local
151 cachesize = malloc(sizeof(uint64_t) * n); in hwloc_look_darwin()
152 if (NULL == cachesize) { in hwloc_look_darwin()
170 memset(cachesize, 0, sizeof(uint64_t) * n); in hwloc_look_darwin()
174 cachesize[0] = memsize; in hwloc_look_darwin()
176 cachesize[1] = l1dcachesize; in hwloc_look_darwin()
178 cachesize[2] = l2cachesize; in hwloc_look_darwin()
223 obj->attr->cache.size = cachesize[i]; in hwloc_look_darwin()
236 obj->memory.local_memory = cachesize[i]; in hwloc_look_darwin()
254 if (NULL != cachesize) { in hwloc_look_darwin()
[all …]

12345678910>>...55