Searched refs:BUCKET (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets_shared.h35 struct BUCKET struct
42 BUCKET* pParent{ nullptr };
43 std::vector<BUCKET> children;
71 BUCKET root;
74 BUCKET* pCurrent{ nullptr };
H A Drdtsc_buckets.cpp79 void BucketManager::PrintBucket(FILE* f, UINT level, uint64_t threadCycles, uint64_t parentCycles, const BUCKET& bucket)
122 for (const BUCKET& child : bucket.children)
138 const BUCKET& root = thread.root;
140 for (const BUCKET& child : root.children)
145 for (const BUCKET& child : root.children)
H A Drdtsc_buckets.h128 BUCKET &child = bt.pCurrent->children[id];
182 BUCKET &child = bt.pCurrent->children[id];
190 void PrintBucket(FILE* f, UINT level, uint64_t threadCycles, uint64_t parentCycles, const BUCKET& bucket);
/external/r8/tools/
H A Dtest.py19 BUCKET = 'r8-test-results' variable
67 destination = 'gs://%s/%s' % (BUCKET, u_dir)
69 url = 'http://storage.googleapis.com/%s/%s/index.html' % (BUCKET, u_dir)
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c140 #define TDB_HASH_TOP(hash) (FREELIST_TOP + (BUCKET(hash)+1)*sizeof(tdb_off_t))
163 #define BUCKET(hash) ((hash) % tdb->header.hash_size) macro
749 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
757 return tdb_lock_nonblock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
763 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK);
769 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK);
774 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
779 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);
784 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);
2929 tdb->travlocks.hash = BUCKET(re
[all...]

Completed in 155 milliseconds