Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IoLanguage/io
/ UArray_calcEvenHash
Function
UArray_calcEvenHash
libs/basekit/source/UArray_math.c:528–530 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
526
}
527
528
uintptr_t UArray_calcEvenHash(UArray *self) {
529
return UArray_fnvHash(self) << 1; // ensures odd result
530
}
531
532
// Caching even/odd hashes for cuckoo hashtables
533
Callers
1
UArray_evenHash
Function · 0.85
Calls
1
UArray_fnvHash
Function · 0.85
Tested by
no test coverage detected