Home
last modified time | relevance | path

Searched refs:last_cache (Results 1 – 23 of 23) sorted by relevance

/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Ddcache.c228 if (last_cache == dcache) in dcache_free()
229 last_cache = NULL; in dcache_free()
471 last_cache = dcache; in dcache_init()
567 if (!last_cache) in dcache_print_line()
573 n = splay_tree_min (last_cache->tree); in dcache_print_line()
627 last_cache ? (unsigned) last_cache->line_size in dcache_info()
630 if (!last_cache || ptid_equal (last_cache->ptid, null_ptid)) in dcache_info()
668 if (last_cache) in set_dcache_size()
669 dcache_invalidate (last_cache); in set_dcache_size()
683 if (last_cache) in set_dcache_line_size()
[all …]
H A DChangeLog-20002218 * dcache.c (dcache_info): Don't print cache state if last_cache
H A DChangeLog-20093547 (last_cache): Make static.
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Ddcache.c137 static DCACHE *last_cache; /* Used by info dcache. */ variable
431 last_cache = dcache; in dcache_init()
449 if (last_cache == dcache) in dcache_free()
450 last_cache = NULL; in dcache_free()
548 if (!last_cache) in dcache_print_line()
554 n = splay_tree_min (last_cache->tree); in dcache_print_line()
560 n = splay_tree_successor (last_cache->tree, n->key); in dcache_print_line()
609 if (!last_cache || ptid_equal (last_cache->ptid, null_ptid)) in dcache_info()
616 target_pid_to_str (last_cache->ptid)); in dcache_info()
620 n = splay_tree_min (last_cache->tree); in dcache_info()
[all …]
H A DChangeLog-20002218 * dcache.c (dcache_info): Don't print cache state if last_cache
H A DChangeLog-20093547 (last_cache): Make static.
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Script/
H A DCache.php65 $last_cache = null;
79 if (!is_null($last_cache) && ($last_cache != $val->cache)) {
89 $last_cache = $val->cache;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Ddcache.c185 DCACHE *last_cache; /* Used by info dcache */ variable
504 last_cache = dcache; in dcache_init()
512 if (last_cache == dcache) in dcache_free()
513 last_cache = NULL; in dcache_free()
564 if (last_cache) in dcache_info()
568 for (p = last_cache->valid_head; p; p = p->p) in dcache_info()
H A DChangeLog-20002218 * dcache.c (dcache_info): Don't print cache state if last_cache
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Ddcache.c185 DCACHE *last_cache; /* Used by info dcache */ variable
504 last_cache = dcache; in dcache_init()
512 if (last_cache == dcache) in dcache_free()
513 last_cache = NULL; in dcache_free()
564 if (last_cache) in dcache_info()
568 for (p = last_cache->valid_head; p; p = p->p) in dcache_info()
H A DChangeLog-20002218 * dcache.c (dcache_info): Don't print cache state if last_cache
/dports/devel/rapidfuzz-cpp/rapidfuzz-cpp-47df6f7/rapidfuzz/details/
H A Dmatching_blocks.hpp66 std::size_t last_cache = 0; in find_longest_match() local
69 j2len_[j] = last_cache; in find_longest_match()
70 last_cache = 0; in find_longest_match()
75 j2len_[j] = last_cache; in find_longest_match()
76 last_cache = k; in find_longest_match()
/dports/audio/julius/julius-4.1.2/libsent/src/phmm/
H A Doutprob.c205 wrk->last_cache = wrk->outprob_cache[t]; /* reduce 2-d array access */ in outprob_state()
209 if ((outp = wrk->last_cache[sid]) == LOG_UNDEF) { in outprob_state()
210 outp = wrk->last_cache[sid] = (*(wrk->calc_outprob_state))(wrk); in outprob_state()
/dports/net/py-urlextract/urlextract-1.4.0/urlextract/
H A Durlextract_core.py238 last_cache = self._get_last_cachefile_modification()
239 if last_cache is None:
242 time_to_update = last_cache + timedelta(days=days)
/dports/devel/py-fsspec/fsspec-2021.11.1/fsspec/implementations/
H A Dcached.py146 self.last_cache = time.time()
182 self.last_cache = time.time()
190 timecond = time.time() - self.last_cache > self.cache_check
/dports/audio/julius/julius-4.1.2/libsent/include/sent/
H A Dhmm_calc.h116 LOGPROB *last_cache; ///< Local work are to hold cache list of current time member
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzio.c166 kmem_cache_t *last_cache = NULL; in zio_fini() local
171 if (zio_buf_cache[c] != last_cache) { in zio_fini()
172 last_cache = zio_buf_cache[c]; in zio_fini()
/dports/devel/rapidfuzz-cpp/rapidfuzz-cpp-47df6f7/extras/
H A Drapidfuzz_amalgamated.hpp4879 std::size_t last_cache = 0; in find_longest_match() local
4882 j2len_[j] = last_cache; in find_longest_match()
4883 last_cache = 0; in find_longest_match()
4888 j2len_[j] = last_cache; in find_longest_match()
4889 last_cache = k; in find_longest_match()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dmap.cpp2319 std::set<tripoint> last_cache = std::move( support_cache_dirty ); in process_falling() local
2321 for( const tripoint &p : last_cache ) { in process_falling()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dmap.cpp2319 std::set<tripoint> last_cache = std::move( support_cache_dirty ); in process_falling() local
2321 for( const tripoint &p : last_cache ) { in process_falling()
/dports/devel/gdb/gdb-11.1/gdb/
H A DChangeLog-20002218 * dcache.c (dcache_info): Don't print cache state if last_cache
H A DChangeLog-20131181 * dcache.c (last_cache): Remove.
H A DChangeLog-20093543 (last_cache): Make static.