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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.c308 * size, so we simply make hash2 odd.
383 PLDHashNumber hash1, hash2; local
412 hash2 = HASH2(keyHash, sizeLog2, hashShift);
426 hash1 -= hash2;
726 PLDHashNumber hash1, hash2, saveHash1, maxChainHash1, maxChainHash2; local
737 hash2 = 0;
753 hash2 = HASH2(entry->keyHash & ~COLLISION_FLAG, sizeLog2,
757 hash1 -= hash2;
766 maxChainHash2 = hash2;
811 if (dump && maxChainLen && hash2) {
[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 91 milliseconds