/third_party/libdrm/etnaviv/ |
D | etnaviv_bo_cache.c | 96 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/ |
D | attribute_set_impl.hpp | 245 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
|
D | attribute_value_set.cpp | 267 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/ |
D | freedreno_bo_cache.c | 109 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/ |
D | lists.cpp | 19 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/ |
D | bccache.py | 157 def get_bucket(self, environment, name, filename, source): member in BytecodeCache
|
D | loaders.py | 121 bucket = bcc.get_bucket(environment, name, filename, source)
|
/third_party/skia/third_party/externals/jinja2/ |
D | bccache.py | 157 def get_bucket(self, environment, name, filename, source): member in BytecodeCache
|
D | loaders.py | 121 bucket = bcc.get_bucket(environment, name, filename, source)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | bccache.py | 180 def get_bucket(self, environment, name, filename, source): member in BytecodeCache
|
D | loaders.py | 119 bucket = bcc.get_bucket(environment, name, filename, source)
|
/third_party/ffmpeg/libavcodec/ |
D | dnxhdenc.c | 1170 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/ |
D | implementation.hpp | 2258 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
|