Home
last modified time | relevance | path

Searched refs:Slack (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rosapps/applications/fraginator/
H A DUnfrag.cpp315 uint64 Slack; in wmain()
322 Slack = Used - Info.Size; in wmain()
325 SlackBytes += Slack; in wmain()
340 Info.Size, Used, Slack, Info.Fragments.size()); in wmain()
/reactos/boot/environ/lib/misc/
H A Dimage.c713 ULONG_PTR EndOfHeaders, SectionStart, Slack, SectionEnd; in ImgpLoadPEImage() local
945 Slack = SectionStart - EndOfHeaders; in ImgpLoadPEImage()
946 RtlZeroMemory((PVOID)EndOfHeaders, Slack); in ImgpLoadPEImage()
1068 Slack = SectionSize - RawSize; in ImgpLoadPEImage()
1069 RtlZeroMemory((PVOID)(SectionStart + RawSize), Slack); in ImgpLoadPEImage()
1090 Slack = SectionStart - EndOfHeaders; in ImgpLoadPEImage()
1091 RtlZeroMemory((PVOID)EndOfHeaders, Slack); in ImgpLoadPEImage()
/reactos/sdk/lib/3rdparty/zlib/
H A DChangeLog364 - Apply Darwin patches for 64-bit file offsets to contrib/minizip [Slack]
/reactos/sdk/lib/3rdparty/libxml2/
H A DNEWS1655 Fix a compilation problem with --minimum (Brandon Slack),