Lines Matching refs:buckets
121 __glxHashBucketPtr buckets[HASH_SIZE];
171 table->buckets[i] = NULL;
187 for (bucket = table->buckets[i]; bucket;) {
210 for (bucket = table->buckets[hash]; bucket; bucket = bucket->next) {
215 bucket->next = table->buckets[hash];
216 table->buckets[hash] = bucket;
264 bucket->next = table->buckets[hash];
265 table->buckets[hash] = bucket;
287 table->buckets[hash] = bucket->next;
304 table->p1 = table->buckets[table->p0];
319 table->p1 = table->buckets[0];
365 bucket = table->buckets[i];