Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ Max
Function
Max
lib_fiber/cpp/src/detours/image.cpp:298–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
};
297
298
static inline DWORD Max(DWORD a, DWORD b)
299
{
300
return a > b ? a : b;
301
}
302
303
static inline DWORD Align(DWORD a, DWORD size)
304
{
Callers
2
Read
Method · 0.85
Write
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected