Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RPCSX/rpcsx
/ Read64
Function
Read64
rpcs3/Crypto/unself.cpp:30–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
inline u64 Read64(const fs::file& f)
31
{
32
be_t<u64> ret;
33
f.read(&ret, sizeof(ret));
34
return ret;
35
}
36
37
inline u16 Read16LE(const fs::file& f)
38
{
Callers
1
Load
Method · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected