Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ Align
Function
Align
lib_fiber/cpp/src/detours/image.cpp:303–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
}
302
303
static inline DWORD Align(DWORD a, DWORD size)
304
{
305
size--;
306
return (a + size) & ~size;
307
}
308
309
static inline DWORD QuadAlign(DWORD a)
310
{
Callers
3
QuadAlign
Function · 0.85
FileAlign
Method · 0.85
SectionAlign
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…