Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDRETools/gdsdecomp
/ Load64
Function
Load64
external/parallel_hashmap/phmap_bits.h:589–591 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
587
}
588
589
inline uint64_t Load64(const void *p) {
590
return ToHost64(PHMAP_INTERNAL_UNALIGNED_LOAD64(p));
591
}
592
593
inline void Store64(void *p, uint64_t v) {
594
PHMAP_INTERNAL_UNALIGNED_STORE64(p, FromHost64(v));
Callers
1
GroupPortableImpl
Method · 0.85
Calls
1
ToHost64
Function · 0.85
Tested by
no test coverage detected