Home
last modified time | relevance | path

Searched refs:HBIN_PAGESIZE (Results 1 – 2 of 2) sorted by relevance

/dports/security/chntpw/chntpw-140201/
H A Dntreg.h37 #define HBIN_PAGESIZE 0x1000 macro
H A Dntreg.c986 …r = ((size + 0x20 + 4) & ~0xfff) + HBIN_PAGESIZE; /* Add header and link, round up to page bounda… in add_bin()