OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BUILDFIXED
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/zlib/
inflate.c
89
# ifndef
BUILDFIXED
90
# define
BUILDFIXED
97
#ifdef
BUILDFIXED
198
If
BUILDFIXED
is defined, then instead this routine builds the tables the
201
exchange for a little execution time. However,
BUILDFIXED
should not be
208
#ifdef
BUILDFIXED
239
#else /* !
BUILDFIXED
*/
241
#endif /*
BUILDFIXED
*/
253
defines
BUILDFIXED
, so the tables are built on the fly. makefixed() writes
[
all
...]
/external/qemu/distrib/zlib-1.2.3/
inflate.c
89
# ifndef
BUILDFIXED
90
# define
BUILDFIXED
97
#ifdef
BUILDFIXED
198
If
BUILDFIXED
is defined, then instead this routine builds the tables the
201
exchange for a little execution time. However,
BUILDFIXED
should not be
208
#ifdef
BUILDFIXED
239
#else /* !
BUILDFIXED
*/
241
#endif /*
BUILDFIXED
*/
253
defines
BUILDFIXED
, so the tables are built on the fly. makefixed() writes
[
all
...]
/external/zlib/
inflate.c
89
# ifndef
BUILDFIXED
90
# define
BUILDFIXED
97
#ifdef
BUILDFIXED
233
If
BUILDFIXED
is defined, then instead this routine builds the tables the
236
exchange for a little execution time. However,
BUILDFIXED
should not be
243
#ifdef
BUILDFIXED
274
#else /* !
BUILDFIXED
*/
276
#endif /*
BUILDFIXED
*/
288
defines
BUILDFIXED
, so the tables are built on the fly. makefixed() writes
[
all
...]
Completed in 3924 milliseconds