Home
last modified time | relevance | path

Searched refs:CacheSize (Results 226 – 250 of 1766) sorted by relevance

12345678910>>...71

/dports/sysutils/istio/vault-sdk-v0.1.12/sdk/helper/keysutil/
H A Dencrypted_key_storage.go65 CacheSize int member
91 size := config.CacheSize
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/hashicorp/vault/sdk/helper/keysutil/
H A Dencrypted_key_storage.go65 CacheSize int member
91 size := config.CacheSize
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/helper/keysutil/
H A Dencrypted_key_storage.go65 CacheSize int member
91 size := config.CacheSize
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/helper/keysutil/
H A Dencrypted_key_storage.go64 CacheSize int member
90 size := config.CacheSize
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dmemory_benchmark.cc34 static const int64_t kL1Size = cpu_info->CacheSize(CpuInfo::L1_CACHE);
35 static const int64_t kL2Size = cpu_info->CacheSize(CpuInfo::L2_CACHE);
36 static const int64_t kL3Size = cpu_info->CacheSize(CpuInfo::L3_CACHE);
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/io/
H A Dmemory_benchmark.cc34 static const int64_t kL1Size = cpu_info->CacheSize(CpuInfo::L1_CACHE);
35 static const int64_t kL2Size = cpu_info->CacheSize(CpuInfo::L2_CACHE);
36 static const int64_t kL3Size = cpu_info->CacheSize(CpuInfo::L3_CACHE);
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dmemory_benchmark.cc35 static const int64_t kL1Size = cpu_info->CacheSize(CpuInfo::L1_CACHE);
36 static const int64_t kL2Size = cpu_info->CacheSize(CpuInfo::L2_CACHE);
37 static const int64_t kL3Size = cpu_info->CacheSize(CpuInfo::L3_CACHE);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DNonceCache.cs46 public int CacheSize property in System.ServiceModel.Security.NonceCache
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/apis/config/v1/
H A Dtypes.go94 CacheSize *int32 `json:"cachesize,omitempty"` member
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/apis/config/v1/
H A Dtypes.go94 CacheSize *int32 `json:"cachesize,omitempty"` member
/dports/benchmarks/polygraph/polygraph-4.13.0/workloads/
H A Dwebaxe-3.pg43 size CacheSize = undef();
110 goal.fill_size = 2*CacheSize / ClientHostCount;
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dcpu_info.h71 int64_t CacheSize(CacheLevel level);
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/dns/
H A Ddns.go66 CacheSize int member
122 if options.CacheSize == 0 {
123 options.CacheSize = DefaultCacheSize
133 cache: NewCache(CacheOptions{options.CacheSize, options.TTL}),
/dports/sysutils/kubectl/kubernetes-1.22.2/plugin/pkg/admission/eventratelimit/
H A Dadmission_test.go479 CacheSize: tc.namespaceCacheSize,
488 CacheSize: tc.userCacheSize,
497 CacheSize: tc.sourceAndObjectCacheSize,
/dports/databases/db18/db-18.1.40/lang/csharp/src/
H A DSequenceConfig.cs121 public uint CacheSize { property in BerkeleyDB.SequenceConfig
H A DLogVerifyConfig.cs32 public uint CacheSize { property in BerkeleyDB.LogVerifyConfig
/dports/databases/db5/db-5.3.28/lang/csharp/src/
H A DLogVerifyConfig.cs32 public uint CacheSize { property in BerkeleyDB.LogVerifyConfig
H A DSequenceConfig.cs121 public int CacheSize { property in BerkeleyDB.SequenceConfig
/dports/dns/nextdns/nextdns-1.32.2/config/
H A Dconfig.go22 CacheSize string member
110 fs.StringVar(&c.CacheSize, "cache-size", "0",
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/apis/config/validation/
H A Dvalidation.go188 if *c.CacheSize == 0 {
189 …allErrs = append(allErrs, field.Invalid(fieldPath, *c.CacheSize, fmt.Sprintf(nonZeroErrFmt, "cache…
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/apis/config/validation/
H A Dvalidation.go188 if *c.CacheSize == 0 {
189 …allErrs = append(allErrs, field.Invalid(fieldPath, *c.CacheSize, fmt.Sprintf(nonZeroErrFmt, "cache…
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/tristripper/src/
H A Dtri_stripper.cpp190 (Node != m_Triangles.end()) && (!Cache() || ((Size + 2) < CacheSize())); in ExtendToStrip()
226 !Cache() || ((Size + 2) < CacheSize()); in BackExtendToStrip()
545 inline size_t tri_stripper::CacheSize() const in CacheSize() function in triangle_stripper::tri_stripper
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/tristripper/src/
H A Dtri_stripper.cpp190 (Node != m_Triangles.end()) && (!Cache() || ((Size + 2) < CacheSize())); in ExtendToStrip()
226 !Cache() || ((Size + 2) < CacheSize()); in BackExtendToStrip()
545 inline size_t tri_stripper::CacheSize() const in CacheSize() function in triangle_stripper::tri_stripper
/dports/devel/awscli/awscli-1.20.61/awscli/examples/elasticache/
H A Dcreate-snapshot.rst34 "CacheSize": "",
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/cmd/vic-dns/
H A Dmain.go46 flag.IntVar(&options.CacheSize, "cachesize", dns.DefaultCacheSize, "Cache size to use")

12345678910>>...71