Searched refs:PC_MAX_SAFE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipup.c275 #define PC_MAX_SAFE 0x007fffffL /* 9 clear bits at high end. */ macro
280 if ((ulg)n > PC_MAX_SAFE) /* Reduce large values. (n > m) */
285 n = PC_MAX_SAFE;
290 m = PC_MAX_SAFE;

Completed in 44 milliseconds