Home
last modified time | relevance | path

Searched refs:timeCache (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/
H A Dtime_cache.go29 type timeCache struct { struct
39 func newTimeCache() *timeCache {
40 return &timeCache{cache: lru.New(maxTimeCacheEntries)}
43 func (c *timeCache) Add(uid types.UID, t time.Time) { argument
49 func (c *timeCache) Remove(uid types.UID) { argument
55 func (c *timeCache) Get(uid types.UID) (time.Time, bool) { argument
H A Dtime_cache_test.go27 cache := &timeCache{cache: lru.New(2)}
H A Dkubelet.go1062 lastContainerStartedTime *timeCache
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/Scribunto/includes/engines/LuaCommon/
H A DLanguageLibrary.php7 public $timeCache = []; variable in Scribunto_LuaLanguageLibrary
341 if ( isset( $this->timeCache[$format][$cacheKey][$langcode][$local] ) ) {
342 $ttl = $this->timeCache[$format][$cacheKey][$langcode][$local][1];
346 return [ $this->timeCache[$format][$cacheKey][$langcode][$local][0] ];
380 $this->timeCache[$format][$cacheKey][$langcode][$local] = [ $ret, $ttl ];
/dports/deskutils/bitcollider/bitcollider-0.6.0/lib/
H A Dcache.c318 time_t cutoff, *timeCache; in remove_excessive_entries() local
338 timeCache = malloc(sizeof(int) * curCount); in remove_excessive_entries()
351 timeCache[i] = atoi(data.data); in remove_excessive_entries()
355 qsort(timeCache, curCount, sizeof(int), compare_int); in remove_excessive_entries()
356 cutoff = timeCache[numEntries]; in remove_excessive_entries()
357 free(timeCache); in remove_excessive_entries()
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/Scribunto/includes/engines/LuaCommon/
H A DLanguageLibrary.php9 public $timeCache = []; variable in Scribunto_LuaLanguageLibrary
354 if ( isset( $this->timeCache[$format][$cacheKey][$langcode][$local] ) ) {
355 $ttl = $this->timeCache[$format][$cacheKey][$langcode][$local][1];
359 return [ $this->timeCache[$format][$cacheKey][$langcode][$local][0] ];
393 $this->timeCache[$format][$cacheKey][$langcode][$local] = [ $ret, $ttl ];
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/Scribunto/includes/engines/LuaCommon/
H A DLanguageLibrary.php9 public $timeCache = []; variable in Scribunto_LuaLanguageLibrary
353 if ( isset( $this->timeCache[$format][$cacheKey][$langcode][$local] ) ) {
354 $ttl = $this->timeCache[$format][$cacheKey][$langcode][$local][1];
358 return [ $this->timeCache[$format][$cacheKey][$langcode][$local][0] ];
392 $this->timeCache[$format][$cacheKey][$langcode][$local] = [ $ret, $ttl ];
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/if/
H A DifMan.c226 Abc_PrintTime( 1, "Time", p->timeCache[4] ); in If_ManStop()
230 Abc_PrintTime( 1, "Non-DSD ", p->timeCache[0] ); in If_ManStop()
231 Abc_PrintTime( 1, "DSD hits ", p->timeCache[1] ); in If_ManStop()
232 Abc_PrintTime( 1, "DSD misses", p->timeCache[2] ); in If_ManStop()
233 Abc_PrintTime( 1, "TOTAL ", p->timeCache[0] + p->timeCache[1] + p->timeCache[2] ); in If_ManStop()
234 Abc_PrintTime( 1, "Canon ", p->timeCache[3] ); in If_ManStop()
H A DifTruth.c231 p->timeCache[3] += Abc_Clock() - clk; in If_CutComputeTruthPerm_int()
278 p->timeCache[0] += Abc_Clock() - clk; in If_CutComputeTruthPerm()
329 p->timeCache[2] += Abc_Clock() - clk; in If_CutComputeTruthPerm()
H A DifMap.c292 p->timeCache[4] += Abc_Clock() - clk; in If_ObjPerformMappingAnd()
H A Dif.h269 abctime timeCache[6]; member
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bool/bdc/
H A DbdcInt.h121 abctime timeCache; member
H A DbdcCore.c121 ABC_PRT( "Cache", p->timeCache ); in Bdc_ManFree()
H A DbdcDec.c696 p->timeCache += Abc_Clock() - clk; in Bdc_ManDecompose_rec()