Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RPCSX/rpcsx
/ Read32LE
Function
Read32LE
rpcs3/Crypto/unself.cpp:44–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
inline u32 Read32LE(const fs::file& f)
45
{
46
u32 ret;
47
f.read(&ret, sizeof(ret));
48
return ret;
49
}
50
51
inline u64 Read64LE(const fs::file& f)
52
{
Callers
1
Load
Method · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected