HomeSort by: relevance | last modified time | path
    Searched defs:BUILDFIXED (Results 1 - 8 of 8) sorted by relevancy

  /src/common/dist/zlib/
inflate.c 91 # ifndef BUILDFIXED
92 # define BUILDFIXED
247 If BUILDFIXED is defined, then instead this routine builds the tables the
250 exchange for a little execution time. However, BUILDFIXED should not be
255 #ifdef BUILDFIXED
286 #else /* !BUILDFIXED */
288 #endif /* BUILDFIXED */
300 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
  /src/external/cddl/osnet/dist/uts/common/zmod/
inflate.c 96 # ifndef BUILDFIXED
97 # define BUILDFIXED
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
  /src/external/gpl3/binutils/dist/zlib/
inflate.c 89 # ifndef BUILDFIXED
90 # define BUILDFIXED
245 If BUILDFIXED is defined, then instead this routine builds the tables the
248 exchange for a little execution time. However, BUILDFIXED should not be
253 #ifdef BUILDFIXED
284 #else /* !BUILDFIXED */
286 #endif /* BUILDFIXED */
298 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
  /src/external/gpl3/binutils.old/dist/zlib/
inflate.c 89 # ifndef BUILDFIXED
90 # define BUILDFIXED
99 #ifdef BUILDFIXED
272 If BUILDFIXED is defined, then instead this routine builds the tables the
275 exchange for a little execution time. However, BUILDFIXED should not be
282 #ifdef BUILDFIXED
313 #else /* !BUILDFIXED */
315 #endif /* BUILDFIXED */
327 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
  /src/external/gpl3/gdb.old/dist/zlib/
inflate.c 89 # ifndef BUILDFIXED
90 # define BUILDFIXED
99 #ifdef BUILDFIXED
272 If BUILDFIXED is defined, then instead this routine builds the tables the
275 exchange for a little execution time. However, BUILDFIXED should not be
282 #ifdef BUILDFIXED
313 #else /* !BUILDFIXED */
315 #endif /* BUILDFIXED */
327 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
  /src/external/gpl3/gdb/dist/zlib/
inflate.c 89 # ifndef BUILDFIXED
90 # define BUILDFIXED
245 If BUILDFIXED is defined, then instead this routine builds the tables the
248 exchange for a little execution time. However, BUILDFIXED should not be
253 #ifdef BUILDFIXED
284 #else /* !BUILDFIXED */
286 #endif /* BUILDFIXED */
298 defines BUILDFIXED, so the tables are built on the fly. makefixed() writes
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.c 93 # ifndef BUILDFIXED
94 # define BUILDFIXED
264 #ifdef BUILDFIXED
354 If BUILDFIXED is defined, then instead this routine builds the tables the
357 exchange for a little execution time. However, BUILDFIXED should not be
  /src/sys/net/
zlib.c 4429 #if !defined(BUILDFIXED) && !defined(STDC)
4430 # define BUILDFIXED /* non ANSI compilers may not accept inffixed.h */
4809 #ifdef BUILDFIXED
4983 #ifdef BUILDFIXED

Completed in 21 milliseconds