/third_party/libdrm/etnaviv/ |
H A 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/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_bo_cache.c | 94 static struct etna_bo_bucket *get_bucket(struct etna_bo_cache *cache, uint32_t size) in get_bucket() function 155 bucket = get_bucket(cache, *size); in etna_bo_cache_alloc() 178 bucket = get_bucket(cache, bo->size); in etna_bo_cache_free()
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_bo_cache.c | 110 get_bucket(struct fd_bo_cache *cache, uint32_t size) in get_bucket() function 162 bucket = get_bucket(cache, *size); in fd_bo_cache_alloc() 195 struct fd_bo_bucket *bucket = get_bucket(cache, bo->size); in fd_bo_cache_free()
|
/third_party/libdrm/freedreno/ |
H A 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/node/deps/v8/third_party/jinja2/ |
H A D | bccache.py | 157 def get_bucket(self, environment, name, filename, source): member in BytecodeCache
|
H A D | loaders.py | 121 bucket = bcc.get_bucket(environment, name, filename, source)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | bccache.py | 180 def get_bucket(self, environment, name, filename, source): member in BytecodeCache
|
H A D | loaders.py | 119 bucket = bcc.get_bucket(environment, name, filename, source)
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | bccache.py | 157 def get_bucket(self, environment, name, filename, source): member in BytecodeCache
|
H A D | loaders.py | 121 bucket = bcc.get_bucket(environment, name, filename, source)
|
/third_party/jinja2/ |
H A D | bccache.py | 165 def get_bucket( member in BytecodeCache
|
H A D | loaders.py | 131 bucket = bcc.get_bucket(environment, name, filename, source)
|
/third_party/ffmpeg/libavcodec/ |
H A D | dnxhdenc.c | 1142 static inline int get_bucket(int value, int shift) in get_bucket() function 1157 buckets[j][get_bucket(v, 0)]++; in radix_count() 1176 int v = get_bucket(data[i].value, shift); in radix_sort_pass()
|