MCPcopy Create free account
hub / github.com/TASEmulators/fceux / Calculate

Method Calculate

src/lua-engine.cpp:2172–2179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2170 Region<0> narrow;
2171
2172 void Calculate(std::vector<unsigned int>& bytes)
2173 {
2174 std::sort(bytes.begin(), bytes.end());
2175
2176 broad.Calculate(bytes);
2177 mid.Calculate(bytes);
2178 narrow.Calculate(bytes);
2179 }
2180
2181 TieredRegion()
2182 {

Callers 1

CalculateMemHookRegionsFunction · 0.45

Calls 2

sortFunction · 0.85
beginMethod · 0.45

Tested by

no test coverage detected