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

/xnu-2782.1.97/libkern/zlib/
H A Dzutil.c97 #ifdef BUILDFIXED
H A Dinflate.c116 # ifndef BUILDFIXED
117 # define BUILDFIXED macro
124 #ifdef BUILDFIXED
227 If BUILDFIXED is defined, then instead this routine builds the tables the
230 exchange for a little execution time. However, BUILDFIXED should not be
237 #ifdef BUILDFIXED
268 #else /* !BUILDFIXED */
270 #endif /* BUILDFIXED */
282 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
H A Dinfback.c95 If BUILDFIXED is defined, then instead this routine builds the tables the
98 exchange for a little execution time. However, BUILDFIXED should not be
105 #ifdef BUILDFIXED
136 #else /* !BUILDFIXED */
138 #endif /* BUILDFIXED */

Completed in 78 milliseconds