MCPcopy 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
593inline void Store64(void *p, uint64_t v) {
594 PHMAP_INTERNAL_UNALIGNED_STORE64(p, FromHost64(v));
595}
596
597} // namespace little_endian
598

Calls 1

FromHost64Function · 0.85

Tested by

no test coverage detected