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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.c383 PLDHashNumber hash1, hash2; local
394 hash1 = HASH1(keyHash, hashShift);
395 entry = ADDRESS_ENTRY(table, hash1);
426 hash1 -= hash2;
427 hash1 &= sizeMask;
429 entry = ADDRESS_ENTRY(table, hash1);
726 PLDHashNumber hash1, hash2, saveHash1, maxChainHash1, maxChainHash2; local
745 hash1 = HASH1(entry->keyHash & ~COLLISION_FLAG, hashShift);
746 saveHash1 = hash1;
747 probe = ADDRESS_ENTRY(table, hash1);
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Doleauto.h740 #define IsHashValCompatible(hash1,hash2) ((hash1) & 0xff0000 == (hash2) & 0xff0000)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Doleauto.h740 #define IsHashValCompatible(hash1,hash2) ((hash1) & 0xff0000 == (hash2) & 0xff0000)

Completed in 100 milliseconds