Searched defs:BUILDFIXED (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
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
/illumos-gate/usr/src/boot/lib/libz/
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

Completed in 48 milliseconds