Searched refs:HashResourceID (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | resource.c | 669 HashResourceID(XID id, int numBits) in HashResourceID() function 689 res = clientTable[client].resources[HashResourceID(id, clientTable[client].hashsize)]; in AvailableID() 815 head = &rrec->resources[HashResourceID(id, clientTable[client].hashsize)]; in AddResource() 863 tptr = &tails[HashResourceID(res->id, clientTable[client].hashsize)]; in RebuildTable() 895 head = &clientTable[cid].resources[HashResourceID(id, clientTable[cid].hashsize)]; in FreeResource() 929 head = &clientTable[cid].resources[HashResourceID(id, clientTable[cid].hashsize)]; in FreeResourceByType() 964 res = clientTable[cid].resources[HashResourceID(id, clientTable[cid].hashsize)]; in ChangeResourceValue() 1202 res = clientTable[cid].resources[HashResourceID(id, clientTable[cid].hashsize)]; in dixLookupResourceByType() 1237 res = clientTable[cid].resources[HashResourceID(id, clientTable[cid].hashsize)]; in dixLookupResourceByClass()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | resource.h | 273 extern _X_EXPORT int HashResourceID(XID id,
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | hashtable.c | 259 return HashResourceID(id, numBits); in ht_resourceid_hash()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 76416 dix: don't use a local wrapper for calling HashResourceID 76419 HashResourceID(id, clientTable[client].hashsize) and the Hash-function 76430 The public hashing function HashResourceID uses the same hashing
|