Home
last modified time | relevance | path

Searched refs:findBucket (Results 1 – 25 of 142) sorted by relevance

123456

/dports/games/odamex/odamex-src-0.7.0/common/
H A Dhashtable.h244 return emptyBucket(findBucket(key)) ? 0 : 1;
282 IndexType bucketnum = findBucket(key);
290 IndexType bucketnum = findBucket(key);
298 IndexType bucketnum = findBucket(key);
328 IndexType bucketnum = findBucket(key);
404 inline IndexType findBucket(const KT& key) const
420 IndexType bucketnum = findBucket(key);
453 IndexType new_bucketnum = findBucket(key);
/dports/devel/opendht/opendht-1.10.1/src/
H A Drouting_table.cpp114 auto bucket = findBucket(id); in findClosestNodes()
153 RoutingTable::findBucket(const InfoHash& id) in findBucket() function in dht::RoutingTable
169 RoutingTable::findBucket(const InfoHash& id) const in findBucket() function in dht::RoutingTable
172 const_iterator it = const_cast<RoutingTable*>(this)->findBucket(id); in findBucket()
195 auto b = findBucket((*n)->id); in split()
206 auto b = findBucket(node->id); in onNewNode()
/dports/devel/py-opendht/opendht-1.10.1/src/
H A Drouting_table.cpp114 auto bucket = findBucket(id); in findClosestNodes()
153 RoutingTable::findBucket(const InfoHash& id) in findBucket() function in dht::RoutingTable
169 RoutingTable::findBucket(const InfoHash& id) const in findBucket() function in dht::RoutingTable
172 const_iterator it = const_cast<RoutingTable*>(this)->findBucket(id); in findBucket()
195 auto b = findBucket((*n)->id); in split()
206 auto b = findBucket(node->id); in onNewNode()
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DTimeBucketMetrics.java59 private int findBucket(long val) { in findBucket() method in TimeBucketMetrics
77 counts[findBucket(now - time)] += 1; in getBucketCounts()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/
H A DTimeBucketMetrics.java59 private int findBucket(long val) { in findBucket() method in TimeBucketMetrics
77 counts[findBucket(now - time)] += 1; in getBucketCounts()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/opengl/
H A DlinearMultiColorGradientFragmentShader.glsl25 int findBucket(float t)
40 int nMinBucket = findBucket( fAlpha );
H A DradialMultiColorGradientFragmentShader.glsl26 int findBucket(float t)
43 int nMinBucket=findBucket( fAlpha );
H A DrectangularMultiColorGradientFragmentShader.glsl25 int findBucket(float t)
39 int nMinBucket=findBucket( fAlpha );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/opengl/
H A DlinearMultiColorGradientFragmentShader.glsl25 int findBucket(float t)
40 int nMinBucket = findBucket( fAlpha );
H A DradialMultiColorGradientFragmentShader.glsl26 int findBucket(float t)
43 int nMinBucket=findBucket( fAlpha );
H A DrectangularMultiColorGradientFragmentShader.glsl25 int findBucket(float t)
39 int nMinBucket=findBucket( fAlpha );
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/libomptarget/src/
H A DMemoryManager.cpp64 int findBucket(size_t Size) { in findBucket() function
185 const int B = findBucket(Size); in allocate()
252 const int B = findBucket(P->Size); in free()
/dports/devel/opendht/opendht-1.10.1/include/opendht/
H A Drouting_table.h63 RoutingTable::iterator findBucket(const InfoHash& id);
64 RoutingTable::const_iterator findBucket(const InfoHash& id) const;
/dports/devel/py-opendht/opendht-1.10.1/include/opendht/
H A Drouting_table.h63 RoutingTable::iterator findBucket(const InfoHash& id);
64 RoutingTable::const_iterator findBucket(const InfoHash& id) const;
/dports/graphics/flif/FLIF-0.3-96-g74ea92b/src/transform/
H A Dcolorbuckets.hpp215 ColorBucket& findBucket(const int p, const prevPlanes &pp) { in findBucket() function in ColorBuckets
225 const ColorBucket& findBucket(const int p, const prevPlanes &pp) const { in findBucket() function in ColorBuckets
239 findBucket(p, pixel).addColor(pixel[p],max_per_colorbucket[p]); in addColor()
252 const ColorBucket &b = findBucket(p,pp); in exists()
292 …const ColorBucket& bucket(const int p, const prevPlanes &pp) const { return buckets->findBucket(p,… in bucket()
354 if (!cb->findBucket(1,pixelL).removeColor(c)) return NULL; in meta()
355 if (!cb->findBucket(1,pixelU).removeColor(c)) return NULL; in meta()
556 …if (image.alpha_zero_special && p>3 && pixel[3]==0) { cb->findBucket(3, pixel).addColor(0,max_per_… in process()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/libomptarget/plugins/common/MemoryManager/
H A DMemoryManager.h71 static int findBucket(size_t Size) { in findBucket() function
240 const int B = findBucket(Size); in allocate()
306 const int B = findBucket(P->Size); in free()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/common/MemoryManager/
H A DMemoryManager.h71 static int findBucket(size_t Size) { in findBucket() function
240 const int B = findBucket(Size); in allocate()
306 const int B = findBucket(P->Size); in free()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/libomptarget/plugins/common/MemoryManager/
H A DMemoryManager.h71 static int findBucket(size_t Size) { in findBucket() function
240 const int B = findBucket(Size); in allocate()
306 const int B = findBucket(P->Size); in free()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/common/MemoryManager/
H A DMemoryManager.h71 static int findBucket(size_t Size) { in findBucket() function
240 const int B = findBucket(Size); in allocate()
306 const int B = findBucket(P->Size); in free()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/libomptarget/plugins/common/MemoryManager/
H A DMemoryManager.h71 static int findBucket(size_t Size) { in findBucket() function
240 const int B = findBucket(Size); in allocate()
306 const int B = findBucket(P->Size); in free()
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/libomptarget/plugins/common/MemoryManager/
H A DMemoryManager.h71 static int findBucket(size_t Size) {
240 const int B = findBucket(Size);
306 const int B = findBucket(P->Size);
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/dht/
H A Dkbuckettable.cpp38 KBucketList::iterator kb = findBucket(entry.getID());
83 KBucketTable::KBucketList::iterator KBucketTable::findBucket(const dht::Key &id)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go148 bucket, err := h.findBucket(value)
165 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) { func
/dports/net/grpcox/grpcox-1.0.0/vendor/google.golang.org/grpc/benchmark/stats/
H A Dhistogram.go172 bucket, err := h.findBucket(value)
189 func (h *Histogram) findBucket(value int64) (int, error) { func

123456