Home
last modified time | relevance | path

Searched defs:bucket (Results 1 – 25 of 60) sorted by relevance

123

/external/bison/lib/
Dhash.c57 struct hash_entry *bucket; member
176 struct hash_entry const *bucket; in hash_get_max_bucket_length() local
203 struct hash_entry const *bucket; in hash_table_ok() local
263 struct hash_entry const *bucket = safe_hasher (table, entry); in hash_lookup() local
290 struct hash_entry const *bucket; in hash_get_first() local
309 struct hash_entry const *bucket = safe_hasher (table, entry); in hash_get_next() local
340 struct hash_entry const *bucket; in hash_get_entries() local
372 struct hash_entry const *bucket; in hash_do_for_each() local
655 struct hash_entry *bucket; in hash_clear() local
698 struct hash_entry *bucket; in hash_free() local
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
DRenderQueue.java189 public void setGeometryComparator(Bucket bucket, GeometryComparator c) { in setGeometryComparator()
255 public void addToQueue(Geometry g, Bucket bucket) { in addToQueue()
324 public boolean isQueueEmpty(Bucket bucket) { in isQueueEmpty()
341 public void renderQueue(Bucket bucket, RenderManager rm, Camera cam) { in renderQueue()
345 public void renderQueue(Bucket bucket, RenderManager rm, Camera cam, boolean clear) { in renderQueue()
/external/mesa3d/src/glx/
Dglxhash.c179 __glxHashBucketPtr bucket; in __glxHashDestroy() local
205 __glxHashBucketPtr bucket; in HashFind() local
234 __glxHashBucketPtr bucket; in __glxHashLookup() local
250 __glxHashBucketPtr bucket; in __glxHashInsert() local
277 __glxHashBucketPtr bucket; in __glxHashDelete() local
337 count_entries(__glxHashBucketPtr bucket) in count_entries()
359 __glxHashBucketPtr bucket; in compute_dist() local
/external/libdrm/
Dxf86drmHash.c177 HashBucketPtr bucket; in drmHashDestroy() local
202 HashBucketPtr bucket; in HashFind() local
228 HashBucketPtr bucket; in drmHashLookup() local
241 HashBucketPtr bucket; in drmHashInsert() local
264 HashBucketPtr bucket; in drmHashDelete() local
315 static int count_entries(HashBucketPtr bucket) in count_entries()
332 HashBucketPtr bucket; in compute_dist() local
/external/libdrm/freedreno/
Dfreedreno_bo.c92 struct fd_bo_bucket *bucket = &dev->cache_bucket[i]; in fd_cleanup_bo_cache() local
118 struct fd_bo_bucket *bucket = &dev->cache_bucket[i]; in get_bucket() local
136 struct fd_bo_bucket *bucket, uint32_t flags) in find_in_bucket()
174 struct fd_bo_bucket *bucket; in fd_bo_new() local
296 struct fd_bo_bucket *bucket = get_bucket(dev, bo->size); in fd_bo_del() local
/external/libvpx/libvpx/
Drate_hist.c33 struct hist_bucket bucket[RATE_BINS]; member
120 static int merge_hist_buckets(struct hist_bucket *bucket, in merge_hist_buckets()
188 static void show_histogram(const struct hist_bucket *bucket, in show_histogram()
248 struct hist_bucket bucket[64]; in show_q_histogram() local
/external/mesa3d/src/mesa/program/
Dhash_table.c115 const unsigned bucket = hash_value % ht->num_buckets; in get_node() local
141 const unsigned bucket = hash_value % ht->num_buckets; in hash_table_insert() local
156 const unsigned bucket = hash_value % ht->num_buckets; in hash_table_replace() local
196 int bucket; in hash_table_call_foreach() local
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DCollectionUtils.java28 public static Map bucket(Collection c, Transformer t) { in bucket() method in CollectionUtils
33 List bucket = (List)buckets.get(key); in bucket() local
DEmitUtils.java202 List bucket = (List)buckets.get(new Integer(key)); in string_switch_trie() local
232 List bucket = (List)buckets.get(new Integer(key)); in stringSwitchHelper() local
271 List bucket = (List)buckets.get(new Integer(key)); in string_switch_hash() local
749 List bucket = (List)buckets.get(new Integer(key)); in member_helper_size() local
/external/jemalloc/src/
Dckh.c53 ckh_bucket_search(ckh_t *ckh, size_t bucket, const void *key) in ckh_bucket_search()
73 size_t hashes[2], bucket, cell; in ckh_isearch() local
92 ckh_try_bucket_insert(ckh_t *ckh, size_t bucket, const void *key, in ckh_try_bucket_insert()
129 size_t hashes[2], bucket, tbucket; in ckh_evict_reloc_insert() local
196 size_t hashes[2], bucket; in ckh_try_insert() local
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3collections.c133 ANTLR3_UINT32 bucket; // Used to traverse the buckets in antlr3HashTableNew() local
197 ANTLR3_UINT32 bucket; /* Used to traverse the buckets */ in antlr3HashFree() local
277 pANTLR3_HASH_BUCKET bucket; in antlr3HashRemoveI() local
334 pANTLR3_HASH_BUCKET bucket; in antlr3HashRemove() local
447 pANTLR3_HASH_BUCKET bucket; in antlr3HashGetI() local
486 pANTLR3_HASH_BUCKET bucket; in antlr3HashGet() local
526 pANTLR3_HASH_BUCKET bucket; in antlr3HashPutI() local
597 pANTLR3_HASH_BUCKET bucket; in antlr3HashPut() local
767 pANTLR3_HASH_BUCKET bucket; in antlr3EnumNextEntry() local
/external/libnl/lib/route/sch/
Dtbf.c235 int bucket) in calc_limit()
340 static inline int calc_cell_log(int cell, int bucket) in calc_cell_log()
365 int rtnl_qdisc_tbf_set_rate(struct rtnl_qdisc *qdisc, int rate, int bucket, in rtnl_qdisc_tbf_set_rate()
444 int rtnl_qdisc_tbf_set_peakrate(struct rtnl_qdisc *qdisc, int rate, int bucket, in rtnl_qdisc_tbf_set_peakrate()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_mm.c29 struct mm_bucket bucket[MM_NUM_BUCKETS]; member
160 struct mm_bucket *bucket; in nouveau_mm_allocate() local
213 struct mm_bucket *bucket = mm_bucket_by_order(slab->cache, slab->order); in nouveau_mm_free() local
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java804 Bucket<V> bucket = currentBucket; in initBuckets() local
1051 Bucket<V> bucket = new Bucket<V>(fixLabel(current), current, LabelType.NORMAL); in createBucketList() local
1118 Bucket<V> bucket = bucketList.get(i); in createBucketList() local
1164 Bucket<V> bucket = bucketList.get(i); in getBucketIndex() local
1172 Bucket<V> bucket = bucketList.get(start); in getBucketIndex() local
/external/jdiff/src/jdiff/
DHTMLStatistics.java203 int bucket = (int)(pkg.pdiff); in emitPackagesByDiff() local
290 int bucket = (int)(classDiff.pdiff); in emitClassesByDiff() local
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c193 struct cso_node **bucket = hash->buckets; in cso_data_first_node() local
264 struct cso_node **bucket = (struct cso_node **)(hash->data.d->buckets); in cso_hash_delete() local
309 struct cso_node **bucket; in cso_hash_data_next() local
340 struct cso_node **bucket; in cso_hash_data_prev() local
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
DBinaryExporter.java242 ArrayList<BinaryIdContentPair> bucket = alreadySaved in save() local
308 ArrayList<BinaryIdContentPair> bucket) { in findPrevMatch()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c100 unsigned bucket; in svga_screen_cache_lookup() local
304 unsigned bucket; in svga_screen_cache_flush() local
Dsvga_screen_cache.h107 struct list_head bucket[SVGA_HOST_SURFACE_CACHE_BUCKETS]; member
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DLinkedHashMultimap.java413 int bucket = smearedHash & mask(); in add() local
443 int bucket = valueEntry.smearedValueHash & mask; in rehashIfNecessary() local
453 int bucket = smearedHash & mask(); in remove() local
/external/guava/guava/src/com/google/common/collect/
DLinkedHashMultimap.java417 int bucket = smearedHash & mask(); in add() local
447 int bucket = valueEntry.smearedValueHash & mask; in rehashIfNecessary() local
457 int bucket = smearedHash & mask(); in remove() local
/external/fio/
Dfilehash.c49 struct flist_head *bucket = &file_hash[hash(name)]; in __lookup_file_hash() local
/external/freetype/src/cache/
Dftccache.c488 FTC_Node* bucket; in FTC_Cache_Lookup() local
575 FTC_Node* bucket = cache->buckets + i; in FTC_Cache_RemoveFaceID() local
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DAlphabeticIndexTest.java225 Bucket<Integer> bucket = find(alphabeticIndex, probe); in TestA() local
469 Set<R4<RawCollationKey, String, Integer, Double>> bucket = myBucketContents.get(i); in showIndex() local
978 Bucket<Integer> bucket = index.iterator().next(); in TestNoLabels() local
/external/icu/icu4c/source/i18n/
Dalphaindex.cpp149 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, i); in getBucketIndex() local
158 const AlphabeticIndex::Bucket *bucket = getBucket(*bucketList_, start); in getBucketIndex() local
452 Bucket *bucket = new Bucket(getUnderflowLabel(), emptyString_, U_ALPHAINDEX_UNDERFLOW); in createBucketList() local
675 Bucket *bucket = currentBucket; in initBuckets() local

123