Searched refs:UNZIP_ALIGN (Results 1 – 1 of 1) sorted by relevance
122 #define UNZIP_ALIGN 512 macro181 (ranges[i].start + (UNZIP_ALIGN - 1)) & ~(UNZIP_ALIGN - 1); in unzip_if_needed()198 gzwhere = (endrange - gzdatasize) & ~(UNZIP_ALIGN - 1); in unzip_if_needed()211 newwhere = (gzwhere - size) & ~(UNZIP_ALIGN - 1); in unzip_if_needed()