MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / UNALIGNED_LOAD32

Function UNALIGNED_LOAD32

extern/libcds/test/stress/framework/city.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45static uint32 UNALIGNED_LOAD32(const char *p) {
46 uint32 result;
47 memcpy(&result, p, sizeof(result));
48 return result;
49}
50
51#ifdef _MSC_VER
52

Callers 1

Fetch32Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected