Searched refs:hash (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_auth.c52 int hash; local
54 hash = drm_hash_magic(magic);
55 for (pt = dev->magiclist[hash].head; pt; pt = pt->next) {
68 int hash; local
71 hash = drm_hash_magic(magic);
80 if (dev->magiclist[hash].tail) {
81 dev->magiclist[hash].tail->next = entry;
82 dev->magiclist[hash].tail = entry;
84 dev->magiclist[hash].head = entry;
85 dev->magiclist[hash]
97 int hash; local
[all...]
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_auth.c47 * Generate a hash key from a magic.
50 * \return hash key.
52 * The key is the modulus of the hash table size, #DRM_HASH_SIZE, which must be
66 * Searches in drm_device::magiclist within all files with the same hash key
74 int hash = drm_hash_magic(magic); local
78 for (pt = master->magiclist[hash].head; pt; pt = pt->next) {
96 * associated the magic number hash key in drm_device::magiclist, while holding
102 int hash; local
108 hash = drm_hash_magic(magic);
118 if (master->magiclist[hash]
143 int hash; local
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c115 Resource **hash; /* Currently used only for mkpsresPrivate */ member in struct:_t_Category
243 int hash = 0; local
247 if (*ch == '\0') return hash % HASHSIZE;
249 hash += *ch;
250 return hash % HASHSIZE;
252 hash += *ch++;
253 hash += (*ch++ << 8);
262 int comparison, hash; local
264 if (category->hash == NULL) {
265 category->hash
464 int comparison, hash; local
[all...]

Completed in 14 milliseconds