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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzutil.c75 #ifdef BUILDFIXED
H A Dinflate.c96 # ifndef BUILDFIXED
97 # define BUILDFIXED macro
104 #ifdef BUILDFIXED
205 If BUILDFIXED is defined, then instead this routine builds the tables the
208 exchange for a little execution time. However, BUILDFIXED should not be
215 #ifdef BUILDFIXED
246 #else /* !BUILDFIXED */
248 #endif /* BUILDFIXED */
260 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
/freebsd-11-stable/sys/contrib/zlib/
H A Dzutil.c70 #ifdef BUILDFIXED
H A Dinflate.c89 # ifndef BUILDFIXED
90 # define BUILDFIXED macro
99 #ifdef BUILDFIXED
271 If BUILDFIXED is defined, then instead this routine builds the tables the
274 exchange for a little execution time. However, BUILDFIXED should not be
281 #ifdef BUILDFIXED
312 #else /* !BUILDFIXED */
314 #endif /* BUILDFIXED */
326 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
H A Dinfback.c75 If BUILDFIXED is defined, then instead this routine builds the tables the
78 exchange for a little execution time. However, BUILDFIXED should not be
85 #ifdef BUILDFIXED
116 #else /* !BUILDFIXED */
118 #endif /* BUILDFIXED */

Completed in 72 milliseconds