Home
last modified time | relevance | path

Searched refs:get_bucket (Results 1 – 13 of 13) sorted by relevance

/third_party/libdrm/etnaviv/
Detnaviv_bo_cache.c96 static struct etna_bo_bucket *get_bucket(struct etna_bo_cache *cache, uint32_t size) in get_bucket() function
165 bucket = get_bucket(cache, *size); in etna_bo_cache_alloc()
183 struct etna_bo_bucket *bucket = get_bucket(cache, bo->size); in etna_bo_cache_free()
/third_party/boost/libs/log/src/
Dattribute_set_impl.hpp245 bucket& b = get_bucket(it->m_Value.first.id()); in implementation()
272 bucket& b = get_bucket(key.id()); in insert()
324 bucket& b = get_bucket(it->first.id()); in erase()
349 bucket& b = get_bucket(key.id()); in find()
366 bucket& get_bucket(id_type id) in get_bucket() function
Dattribute_value_set.cpp267 bucket& b = get_bucket(key.id()); in find()
304 bucket& b = get_bucket(key.id()); in insert()
319 bucket& get_bucket(id_type id) in get_bucket() function
430 bucket& b = get_bucket(key.id()); in freeze_nodes_from()
456 bucket& b = get_bucket(n->m_Value.first.id()); in copy_nodes_from()
/third_party/libdrm/freedreno/
Dfreedreno_bo_cache.c109 static struct fd_bo_bucket * get_bucket(struct fd_bo_cache *cache, uint32_t size) in get_bucket() function
168 bucket = get_bucket(cache, *size); in fd_bo_cache_alloc()
196 struct fd_bo_bucket *bucket = get_bucket(cache, bo->size); in fd_bo_cache_free()
/third_party/boost/tools/build/src/engine/
Dlists.cpp19 static unsigned get_bucket( unsigned size ) in get_bucket() function
28 unsigned const bucket = get_bucket( size ); in list_alloc()
47 bucket = get_bucket( size );; in list_dealloc()
70 unsigned const bucket = get_bucket( size ); in list_append()
/third_party/jinja2/
Dbccache.py157 def get_bucket(self, environment, name, filename, source): member in BytecodeCache
Dloaders.py121 bucket = bcc.get_bucket(environment, name, filename, source)
/third_party/skia/third_party/externals/jinja2/
Dbccache.py157 def get_bucket(self, environment, name, filename, source): member in BytecodeCache
Dloaders.py121 bucket = bcc.get_bucket(environment, name, filename, source)
/third_party/node/tools/inspector_protocol/jinja2/
Dbccache.py180 def get_bucket(self, environment, name, filename, source): member in BytecodeCache
Dloaders.py119 bucket = bcc.get_bucket(environment, name, filename, source)
/third_party/ffmpeg/libavcodec/
Ddnxhdenc.c1170 static inline int get_bucket(int value, int shift) in get_bucket() function
1185 buckets[j][get_bucket(v, 0)]++; in radix_count()
1204 int v = get_bucket(data[i].value, shift); in radix_sort_pass()
/third_party/boost/boost/unordered/detail/
Dimplementation.hpp2258 if (ptr_ && ptr_->get_bucket() != bucket_) in operator ++()
2323 if (ptr_ && ptr_->get_bucket() != bucket_) in operator ++()
2999 return n->get_bucket(); in node_bucket()
3315 std::size_t n_bucket = n->get_bucket(); in move_construct_buckets()
4829 std::size_t get_bucket() const in get_bucket() function
4871 std::size_t get_bucket() const in get_bucket() function