Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RPCSX/rpcsx
/ Read64LE
Function
Read64LE
rpcs3/Crypto/unself.cpp:51–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
inline u64 Read64LE(const fs::file& f)
52
{
53
u64 ret;
54
f.read(&ret, sizeof(ret));
55
return ret;
56
}
57
58
inline void Write8(const fs::file& f, const u8 data)
59
{
Callers
1
Load
Method · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected