Searched refs:PLDHashNumber (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsHashKeys.h87 static PLDHashNumber HashKey(const KeyTypePointer aKey)
118 static PLDHashNumber HashKey(KeyTypePointer aKey)
148 static PLDHashNumber HashKey(KeyTypePointer aKey) { return *aKey; }
178 static PLDHashNumber HashKey(KeyTypePointer aKey)
211 static PLDHashNumber HashKey(KeyTypePointer aKey)
242 static PLDHashNumber HashKey(KeyTypePointer aKey);
277 static PLDHashNumber HashKey(const char* aKey) { return nsCRT::HashCode(aKey); }
307 static PLDHashNumber HashKey(KeyTypePointer aKey) { return nsCRT::HashCode(aKey); }
H A DnsDoubleHashtable.h176 * static PLDHashNumber HashKey(const void* aKey) - get a hashcode based on the
214 PR_STATIC_CALLBACK(PLDHashNumber) \
421 static PLDHashNumber HashKey(const void* key) {
444 static PLDHashNumber HashKey(const void* key) {
467 static PLDHashNumber HashKey(const void* key) {
491 static PLDHashNumber HashKey(const void* key) {
492 return PLDHashNumber(NS_PTR_TO_INT32(*(const void**)key)) >> 2;
H A Dpldhash.h101 typedef PRUint32 PLDHashNumber; typedef
136 PLDHashNumber keyHash; /* every entry must begin like this */
279 * from table. A hash code may have any PLDHashNumber value.
281 typedef PLDHashNumber
384 PR_EXTERN(PLDHashNumber)
396 PR_EXTERN(PLDHashNumber)
H A DnsStaticNameTable.cpp77 PR_STATIC_CALLBACK(PLDHashNumber)
80 PLDHashNumber h = 0;
H A Dpldhash.c83 PR_IMPLEMENT(PLDHashNumber)
86 PLDHashNumber h;
103 PR_IMPLEMENT(PLDHashNumber)
106 return (PLDHashNumber)(uintptr_t)key >> 2;
325 #define COLLISION_FLAG ((PLDHashNumber) 1)
380 SearchTable(PLDHashTable *table, const void *key, PLDHashNumber keyHash,
383 PLDHashNumber hash1, hash2;
522 PLDHashNumber keyHash;
627 PLDHashNumber keyHash; /* load first in case clearEntry goofs it */
726 PLDHashNumber hash
[all...]
H A DnsTHashtable.h95 * static PLDHashNumber HashKey(KeyTypePointer aKey);
257 static PLDHashNumber PR_CALLBACK s_HashKey(PLDHashTable *table,
367 PLDHashNumber
H A DnsHashtable.cpp82 PR_STATIC_CALLBACK(PLDHashNumber)
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.h129 static PLDHashNumber HashKey(KeyTypePointer aKey) {
187 static PLDHashNumber HashKey(KeyTypePointer aKey) {
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiWorkingSet.cpp57 PR_STATIC_CALLBACK(PLDHashNumber)
60 return (PLDHashNumber) ((const nsIID*)key)->m0;
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestHashtables.cpp108 static PLDHashNumber HashKey(const char* aEntity) { return nsCRT::HashCode(aEntity); }
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp287 PR_STATIC_CALLBACK(PLDHashNumber)
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadFile.cpp1246 PR_STATIC_CALLBACK(PLDHashNumber)

Completed in 73 milliseconds