MCPcopy 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
303static inline DWORD Align(DWORD a, DWORD size)
304{
305 size--;
306 return (a + size) & ~size;
307}
308
309static inline DWORD QuadAlign(DWORD a)
310{

Callers 3

QuadAlignFunction · 0.85
FileAlignMethod · 0.85
SectionAlignMethod · 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…