Home
last modified time | relevance | path

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

12

/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
252 struct hash_entry const *bucket in hash_lookup() local
281 struct hash_entry const *bucket; in hash_get_first() local
300 struct hash_entry const *bucket in hash_get_next() local
330 struct hash_entry const *bucket; in hash_get_entries() local
362 struct hash_entry const *bucket; in hash_do_for_each() local
607 struct hash_entry *bucket; in hash_clear() local
650 struct hash_entry *bucket; in hash_free() local
[all …]
/external/dbus/dbus/
Ddbus-hash.c215 DBusHashEntry **bucket; /**< Pointer to bucket that points to member
472 DBusHashEntry **bucket, in remove_entry()
781 DBusHashEntry **bucket; in _dbus_hash_iter_lookup() local
809 DBusHashEntry ***bucket) in add_allocated_entry()
836 DBusHashEntry ***bucket, in add_entry()
907 DBusHashEntry ***bucket, in find_generic_function()
946 DBusHashEntry ***bucket, in find_string_function()
983 DBusHashEntry ***bucket, in find_two_strings_function()
1000 DBusHashEntry ***bucket, in find_direct_function()
1102 DBusHashEntry **bucket; in rebuild_table() local
[all …]
/external/mesa3d/src/mesa/program/
Dhash_table.c115 const unsigned bucket = hash_value % ht->num_buckets; in hash_table_find() local
134 const unsigned bucket = hash_value % ht->num_buckets; in hash_table_insert() local
149 const unsigned bucket = hash_value % ht->num_buckets; in hash_table_remove() local
/external/chromium/net/base/
Dssl_false_start_blacklist.cc14 const unsigned bucket = Hash(last_two_labels) & (kBuckets - 1); in IsMember() local
/external/chromium/chrome/browser/extensions/
Dextensions_quota_service.cc114 bool ExtensionsQuotaService::TimedLimit::Apply(Bucket* bucket, in Apply()
122 bool ExtensionsQuotaService::SustainedLimit::Apply(Bucket* bucket, in Apply()
Dextensions_quota_service_unittest.cc160 Bucket bucket; in TEST_F() local
/external/qemu/
Dqdict.c110 const char *key, unsigned int bucket) in qdict_find()
134 unsigned int bucket; in qdict_put_obj() local
172 unsigned int bucket = tdb_hash(key) % QDICT_BUCKET_MAX; in qdict_haskey() local
396 unsigned int bucket = tdb_hash(entry->key) % QDICT_BUCKET_MAX; in qdict_next() local
/external/qemu/distrib/sdl-1.2.12/src/video/dga/
DSDL_dgavideo.c595 vidmem_bucket *bucket; in DGA_DumpHWSurfaces() local
623 vidmem_bucket *bucket; in DGA_InitHWSurfaces() local
655 vidmem_bucket *bucket, *freeable; in DGA_FreeHWSurfaces() local
678 vidmem_bucket *bucket; in DGA_WaitBusySurfaces() local
691 vidmem_bucket *bucket; in DGA_AllocHWSurface() local
772 vidmem_bucket *bucket, *freeable; in DGA_FreeHWSurface() local
/external/webkit/Source/WebKit/android/jni/
DPictureSet.cpp115 Bucket* bucket = (*buckets)[i]; in PictureSet() local
198 Bucket* bucket = new Bucket(); in getBucket() local
204 void PictureSet::displayBucket(Bucket* bucket) in displayBucket()
234 void PictureSet::addToBucket(Bucket* bucket, int dx, int dy, SkIRect& rect) in addToBucket()
367 Bucket* bucket = getBucket(i, j); in gatherBucketsForArea() local
404 Bucket* bucket = getBucket(i, j); in splitAdd() local
674 Bucket* bucket = iter->second; in clear() local
711 Bucket* bucket = list[i]; in draw() 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/chromium/chrome/browser/ui/webui/
Dapp_launcher_handler.cc57 extension_misc::AppLaunchBucket bucket = in ParseLaunchSource() local
518 bool promo_active, extension_misc::AppLaunchBucket bucket) { in RecordAppLaunchByID()
535 extension_misc::AppLaunchBucket bucket) { in RecordAppLaunchByURL()
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
DSDL_fbvideo.c1079 vidmem_bucket *bucket; in FB_DumpHWSurfaces() local
1107 vidmem_bucket *bucket; in FB_InitHWSurfaces() local
1139 vidmem_bucket *bucket, *freeable; in FB_FreeHWSurfaces() local
1152 vidmem_bucket *bucket; in FB_AllocHWSurface() local
1227 vidmem_bucket *bucket, *freeable; in FB_FreeHWSurface() local
DSDL_fbvideo.h161 vidmem_bucket *bucket; in FB_WaitBusySurfaces() local
/external/bluetooth/glib/glib/
Dgconvert.c277 struct _iconv_cache_bucket *bucket; in iconv_cache_bucket_new() local
310 iconv_cache_bucket_expire (GList *node, struct _iconv_cache_bucket *bucket) in iconv_cache_bucket_expire()
351 struct _iconv_cache_bucket *bucket; in iconv_cache_expire_unused() local
372 struct _iconv_cache_bucket *bucket; in open_converter() local
469 struct _iconv_cache_bucket *bucket; in close_converter() local
/external/oprofile/daemon/liblegacy/
Dopd_image.c227 size_t bucket; in opd_find_image() local
/external/blktrace/
Dstats.h116 static inline void histlog2_account(__u32 *bucket, __u32 val, in histlog2_account()
/external/chromium/net/disk_cache/
Dstats.cc226 for (int bucket = 20; bucket < kDataSizesLength; bucket++) in GetLargeEntriesSize() local
/external/elfutils/src/
Dstrip.c1373 Elf32_Word *bucket = (Elf32_Word *) hashd->d_buf; in handle_elf() local
1436 Elf64_Xword *bucket = (Elf64_Xword *) hashd->d_buf; in handle_elf() local
/external/stlport/stlport/stl/debug/
D_hashtable.h322 size_type bucket(const _KT& __k) const { return _M_non_dbg_impl.bucket(__k); } in bucket() function
/external/v8/src/
Dstring-search.h491 int bucket = (sizeof(PatternChar) == 1) ? c : c % AlphabetSize(); in PopulateBoyerMooreHorspoolTable() local
/external/chromium/chrome/browser/sync/syncable/
Ddirectory_backing_store.cc299 int bucket = failed_again ? 2 : 1; in BeginLoad() local
/external/freetype/src/base/
Dftdbgmem.c930 FT_MemSource* bucket = table->sources; in FT_DumpMemory() local
/external/yaffs2/yaffs2/
Dyaffs_guts.c1404 int bucket; in yaffs_UnhashObject() local
1522 int bucket = yaffs_FindNiceObjectBucket(dev); in yaffs_CreateNewObjectNumber() local
1556 int bucket = yaffs_HashFunction(in->objectId); in yaffs_HashObject() local
1566 int bucket = yaffs_HashFunction(number); in yaffs_FindObjectByNumber() local
/external/libxml2/
Dxmlschemas.c387 xmlSchemaBucketPtr bucket; member
576 xmlSchemaBucketPtr bucket; /* The current schema bucket */ member
3495 xmlSchemaBucketFree(xmlSchemaBucketPtr bucket) in xmlSchemaBucketFree()
5014 xmlSchemaFindRedefCompInGraph(xmlSchemaBucketPtr bucket, in xmlSchemaFindRedefCompInGraph()
10078 xmlSchemaBucketPtr bucket) in xmlSchemaParseNewDocWithContext()
10147 xmlSchemaBucketPtr bucket) in xmlSchemaParseNewDoc()
10202 xmlSchemaSchemaRelationAddChild(xmlSchemaBucketPtr bucket, in xmlSchemaSchemaRelationAddChild()
10272 xmlSchemaBucketPtr *bucket) in xmlSchemaAddSchemaDoc()
10683 xmlSchemaBucketPtr bucket = NULL; in xmlSchemaParseImport() local
10927 xmlSchemaBucketPtr bucket = NULL; in xmlSchemaParseIncludeOrRedefine() local
[all …]
/external/chromium/chrome/browser/resources/
Dnew_new_tab.js36 function getAppPingUrl(prefix, data, bucket) { argument

12