Home
last modified time | relevance | path

Searched defs:cache (Results 151 – 175 of 26993) sorted by relevance

12345678910>>...1080

/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/proxy/grpcproxy/cache/
H A Dstore.go17 package cache package
64 type cache struct { struct
65 mu sync.RWMutex
66 lru *lru.Cache
69 cachedRanges adt.IntervalTree
71 compactedRev int64
75 func (c *cache) Add(req *pb.RangeRequest, resp *pb.RangeResponse) {
114 func (c *cache) Get(req *pb.RangeRequest) (*pb.RangeResponse, error) {
132 func (c *cache) Invalidate(key, endkey []byte) {
159 func (c *cache) Compact(revision int64) {
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/proxy/grpcproxy/cache/
H A Dstore.go17 package cache package
64 type cache struct { struct
65 mu sync.RWMutex
66 lru *lru.Cache
69 cachedRanges adt.IntervalTree
71 compactedRev int64
75 func (c *cache) Add(req *pb.RangeRequest, resp *pb.RangeResponse) {
114 func (c *cache) Get(req *pb.RangeRequest) (*pb.RangeResponse, error) {
132 func (c *cache) Invalidate(key, endkey []byte) {
159 func (c *cache) Compact(revision int64) {
[all …]
/dports/devel/etcd32/etcd-3.2.32/proxy/grpcproxy/cache/
H A Dstore.go17 package cache package
63 type cache struct { struct
64 mu sync.RWMutex
65 lru *lru.Cache
68 cachedRanges adt.IntervalTree
70 compactedRev int64
74 func (c *cache) Add(req *pb.RangeRequest, resp *pb.RangeResponse) {
113 func (c *cache) Get(req *pb.RangeRequest) (*pb.RangeResponse, error) {
131 func (c *cache) Invalidate(key, endkey []byte) {
158 func (c *cache) Compact(revision int64) {
[all …]
/dports/devel/etcd34/etcd-3.4.18/proxy/grpcproxy/cache/
H A Dstore.go17 package cache package
64 type cache struct { struct
65 mu sync.RWMutex
66 lru *lru.Cache
69 cachedRanges adt.IntervalTree
71 compactedRev int64
75 func (c *cache) Add(req *pb.RangeRequest, resp *pb.RangeResponse) {
114 func (c *cache) Get(req *pb.RangeRequest) (*pb.RangeResponse, error) {
132 func (c *cache) Invalidate(key, endkey []byte) {
159 func (c *cache) Compact(revision int64) {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/server/v3/proxy/grpcproxy/cache/
H A Dstore.go17 package cache package
64 type cache struct { struct
65 mu sync.RWMutex
66 lru *lru.Cache
69 cachedRanges adt.IntervalTree
71 compactedRev int64
75 func (c *cache) Add(req *pb.RangeRequest, resp *pb.RangeResponse) {
114 func (c *cache) Get(req *pb.RangeRequest) (*pb.RangeResponse, error) {
132 func (c *cache) Invalidate(key, endkey []byte) {
159 func (c *cache) Compact(revision int64) {
[all …]
/dports/www/minio-client/etcd-3.5.0/server/proxy/grpcproxy/cache/
H A Dstore.go17 package cache package
64 type cache struct { struct
65 mu sync.RWMutex
66 lru *lru.Cache
69 cachedRanges adt.IntervalTree
71 compactedRev int64
75 func (c *cache) Add(req *pb.RangeRequest, resp *pb.RangeResponse) {
114 func (c *cache) Get(req *pb.RangeRequest) (*pb.RangeResponse, error) {
132 func (c *cache) Invalidate(key, endkey []byte) {
159 func (c *cache) Compact(revision int64) {
[all …]
/dports/devel/etcd33/etcd-3.3.23/proxy/grpcproxy/cache/
H A Dstore.go17 package cache package
64 type cache struct { struct
65 mu sync.RWMutex
66 lru *lru.Cache
69 cachedRanges adt.IntervalTree
71 compactedRev int64
75 func (c *cache) Add(req *pb.RangeRequest, resp *pb.RangeResponse) {
114 func (c *cache) Get(req *pb.RangeRequest) (*pb.RangeResponse, error) {
132 func (c *cache) Invalidate(key, endkey []byte) {
159 func (c *cache) Compact(revision int64) {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/proxy/grpcproxy/cache/
H A Dstore.go17 package cache package
64 type cache struct { struct
65 mu sync.RWMutex
66 lru *lru.Cache
69 cachedRanges adt.IntervalTree
71 compactedRev int64
75 func (c *cache) Add(req *pb.RangeRequest, resp *pb.RangeResponse) {
114 func (c *cache) Get(req *pb.RangeRequest) (*pb.RangeResponse, error) {
132 func (c *cache) Invalidate(key, endkey []byte) {
159 func (c *cache) Compact(revision int64) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/util/android/java/src/org/chromium/components/browser_ui/util/
H A DBitmapCacheTest.java44 BitmapCache cache = new BitmapCache(mReferencePool, MAX_CACHE_BYTES); in testGetBitmap() local
51 BitmapCache cache = new BitmapCache(mReferencePool, MAX_CACHE_BYTES); in testOverwrite() local
59 BitmapCache cache = new BitmapCache(mReferencePool, MAX_CACHE_BYTES); in testEmpty() local
65 BitmapCache cache = new BitmapCache(mReferencePool, MAX_CACHE_BYTES); in testGetNonexisting() local
72 BitmapCache cache = new BitmapCache(mReferencePool, MAX_CACHE_BYTES); in testDedupGetBitmap() local
80 BitmapCache cache = new BitmapCache(mReferencePool, MAX_CACHE_BYTES); in testDedupSize() local
89 BitmapCache cache = new BitmapCache(mReferencePool, MAX_CACHE_BYTES); in testDedupOverwrite() local
111 BitmapCache cache = new BitmapCache(mReferencePool, MAX_CACHE_BYTES); in testLowCapacityRef() local
119 BitmapCache cache = new BitmapCache(mReferencePool, 1); // The size cannot be 0. in testLowCapacity() local
127 BitmapCache cache = new BitmapCache( in testLru() local
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/exporter-toolkit/web/
H A Dcache.go30 type cache struct { struct
31 cache map[string]bool argument
32 mtx sync.Mutex
48 func (c *cache) get(key string) (bool, bool) {
55 func (c *cache) set(key string, value bool) {
62 func (c *cache) makeRoom() {
/dports/net-mgmt/pushgateway/pushgateway-1.4.2/vendor/github.com/prometheus/exporter-toolkit/web/
H A Dcache.go30 type cache struct { struct
31 cache map[string]bool argument
32 mtx sync.Mutex
48 func (c *cache) get(key string) (bool, bool) {
55 func (c *cache) set(key string, value bool) {
62 func (c *cache) makeRoom() {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/exporter-toolkit/web/
H A Dcache.go30 type cache struct { struct
31 cache map[string]bool argument
32 mtx sync.Mutex
48 func (c *cache) get(key string) (bool, bool) {
55 func (c *cache) set(key string, value bool) {
62 func (c *cache) makeRoom() {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/exporter-toolkit/web/
H A Dcache.go30 type cache struct { struct
31 cache map[string]bool argument
32 mtx sync.Mutex
48 func (c *cache) get(key string) (bool, bool) {
55 func (c *cache) set(key string, value bool) {
62 func (c *cache) makeRoom() {
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/docs/content/cli-commands/
H A Dnpm-cache.md11 ### Synopsis
25 ### Description
41 ### Details
63 ### A note about the cache's design
74 ### Configuration
76 #### cache subsubsection
82 ### See Also
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/docs/content/cli-commands/
H A Dnpm-cache.md11 ### Synopsis
25 ### Description
41 ### Details
63 ### A note about the cache's design
74 ### Configuration
76 #### cache subsubsection
82 ### See Also
/dports/sysutils/snmp_exporter/snmp_exporter-0.20.0/vendor/github.com/prometheus/exporter-toolkit/web/
H A Dcache.go30 type cache struct { struct
31 cache map[string]bool member
32 mtx sync.Mutex
48 func (c *cache) get(key string) (bool, bool) {
55 func (c *cache) set(key string, value bool) {
62 func (c *cache) makeRoom() {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/exporter-toolkit/web/
H A Dcache.go30 type cache struct { struct
31 cache map[string]bool member
32 mtx sync.Mutex
48 func (c *cache) get(key string) (bool, bool) {
55 func (c *cache) set(key string, value bool) {
62 func (c *cache) makeRoom() {
/dports/sysutils/node_exporter/node_exporter-1.2.2/vendor/github.com/prometheus/exporter-toolkit/web/
H A Dcache.go30 type cache struct { struct
31 cache map[string]bool member
32 mtx sync.Mutex
48 func (c *cache) get(key string) (bool, bool) {
55 func (c *cache) set(key string, value bool) {
62 func (c *cache) makeRoom() {
/dports/www/node10/node-v10.24.1/deps/npm/docs/content/cli-commands/
H A Dnpm-cache.md11 ### Synopsis
25 ### Description
41 ### Details
63 ### A note about the cache's design
74 ### Configuration
76 #### cache subsubsection
82 ### See Also
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/docs/content/cli-commands/
H A Dnpm-cache.md11 ### Synopsis
25 ### Description
41 ### Details
63 ### A note about the cache's design
74 ### Configuration
76 #### cache subsubsection
82 ### See Also
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/docs/content/cli-commands/
H A Dnpm-cache.md11 ### Synopsis
25 ### Description
41 ### Details
63 ### A note about the cache's design
74 ### Configuration
76 #### cache subsubsection
82 ### See Also
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/lightrec/
H A Dregcache.c51 static inline u8 lightrec_reg_number(const struct regcache *cache, in lightrec_reg_number()
66 struct regcache *cache, u8 reg) in lightning_reg_to_lightrec()
82 static struct native_register * alloc_temp(struct regcache *cache) in alloc_temp()
121 static struct native_register * alloc_in_out(struct regcache *cache, in alloc_in_out()
361 void lightrec_free_reg(struct regcache *cache, u8 jit_reg) in lightrec_free_reg()
366 void lightrec_free_regs(struct regcache *cache) in lightrec_free_regs()
404 void lightrec_clean_regs(struct regcache *cache, jit_state_t *_jit) in lightrec_clean_regs()
443 void lightrec_regcache_leave_branch(struct regcache *cache, in lightrec_regcache_leave_branch()
451 void lightrec_regcache_reset(struct regcache *cache) in lightrec_regcache_reset()
458 struct regcache *cache; in lightrec_regcache_init() local
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/lightrec/
H A Dregcache.c51 static inline u8 lightrec_reg_number(const struct regcache *cache, in lightrec_reg_number()
66 struct regcache *cache, u8 reg) in lightning_reg_to_lightrec()
82 static struct native_register * alloc_temp(struct regcache *cache) in alloc_temp()
121 static struct native_register * alloc_in_out(struct regcache *cache, in alloc_in_out()
361 void lightrec_free_reg(struct regcache *cache, u8 jit_reg) in lightrec_free_reg()
366 void lightrec_free_regs(struct regcache *cache) in lightrec_free_regs()
404 void lightrec_clean_regs(struct regcache *cache, jit_state_t *_jit) in lightrec_clean_regs()
443 void lightrec_regcache_leave_branch(struct regcache *cache, in lightrec_regcache_leave_branch()
451 void lightrec_regcache_reset(struct regcache *cache) in lightrec_regcache_reset()
458 struct regcache *cache; in lightrec_regcache_init() local
[all …]
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lightrec/
H A Dregcache.c51 static inline u8 lightrec_reg_number(const struct regcache *cache, in lightrec_reg_number()
66 struct regcache *cache, u8 reg) in lightning_reg_to_lightrec()
82 static struct native_register * alloc_temp(struct regcache *cache) in alloc_temp()
121 static struct native_register * alloc_in_out(struct regcache *cache, in alloc_in_out()
361 void lightrec_free_reg(struct regcache *cache, u8 jit_reg) in lightrec_free_reg()
366 void lightrec_free_regs(struct regcache *cache) in lightrec_free_regs()
404 void lightrec_clean_regs(struct regcache *cache, jit_state_t *_jit) in lightrec_clean_regs()
443 void lightrec_regcache_leave_branch(struct regcache *cache, in lightrec_regcache_leave_branch()
451 void lightrec_regcache_reset(struct regcache *cache) in lightrec_regcache_reset()
458 struct regcache *cache; in lightrec_regcache_init() local
[all …]
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/lightrec/
H A Dregcache.c51 static inline u8 lightrec_reg_number(const struct regcache *cache, in lightrec_reg_number()
66 struct regcache *cache, u8 reg) in lightning_reg_to_lightrec()
82 static struct native_register * alloc_temp(struct regcache *cache) in alloc_temp()
121 static struct native_register * alloc_in_out(struct regcache *cache, in alloc_in_out()
361 void lightrec_free_reg(struct regcache *cache, u8 jit_reg) in lightrec_free_reg()
366 void lightrec_free_regs(struct regcache *cache) in lightrec_free_regs()
404 void lightrec_clean_regs(struct regcache *cache, jit_state_t *_jit) in lightrec_clean_regs()
443 void lightrec_regcache_leave_branch(struct regcache *cache, in lightrec_regcache_leave_branch()
451 void lightrec_regcache_reset(struct regcache *cache) in lightrec_regcache_reset()
458 struct regcache *cache; in lightrec_regcache_init() local
[all …]

12345678910>>...1080