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

/freebsd-10.3-release/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-10.3-release/lib/libz/
H A Dzutil.c73 #ifdef BUILDFIXED
H A Dinflate.c89 # ifndef BUILDFIXED
90 # define BUILDFIXED macro
98 #ifdef BUILDFIXED
254 If BUILDFIXED is defined, then instead this routine builds the tables the
257 exchange for a little execution time. However, BUILDFIXED should not be
264 #ifdef BUILDFIXED
295 #else /* !BUILDFIXED */
297 #endif /* BUILDFIXED */
309 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 202 milliseconds