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