OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inffast
(Results
1 - 10
of
10
) sorted by null
/external/zlib/contrib/delphi/
zlibd32.mak
22
OBJ2 =
inffast
.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj
24
OBJP2 = +
inffast
.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj
44
inffast
.h inffixed.h
46
inffast
.obj:
inffast
.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
47
inffast
.h
50
inffast
.h inffixed.h
ZLib.pas
205
{$L
inffast
.obj}
/external/zlib/contrib/pascal/
zlibd32.mak
22
OBJ2 =
inffast
.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj
24
OBJP2 = +
inffast
.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj
44
inffast
.h inffixed.h
46
inffast
.obj:
inffast
.c zutil.h zlib.h zconf.h inftrees.h inflate.h \
47
inffast
.h
50
inffast
.h inffixed.h
zlibpas.pas
150
{$L
inffast
.obj}
/external/zlib/
Android.mk
20
inffast
.c
51
inffast
.c
make_vms.com
80
infback.c zutil.h inftrees.h inflate.h
inffast
.h inffixed.h
81
$ CALL MAKE
inffast
.OBJ "CC ''CCOPT'
inffast
" -
82
inffast
.c zutil.h zlib.h zconf.h
inffast
.h
281
inftrees.obj,
inffast
.obj
312
inffast
.obj :
inffast
.c zutil.h zlib.h zconf.h inftrees.h
inffast
.h
319
infback.obj : infback.c zutil.h inftrees.h inflate.h
inffast
.h inffixed.
[
all
...]
/external/zlib/contrib/masmx86/
inffas32.asm
1
;/* inffas32.asm is a hand tuned assembler version of
inffast
.c -- fast decoding
11
; * Mar-13-2003 -- Most of this is derived from
inffast
.S which is derived from
12
; * the gcc -S output of zlib-1.2.0/
inffast
.c. Zlib-1.2.0 is in beta release at
14
; * gcc3.2, icc5.0, msvc6.0. It is very close to the speed of
inffast
.S
15
; * compiled with gcc -DNO_MMX, but
inffast
.S is still faster on the P3 with MMX
17
; * versions of this and
inffast
.S can be found at
55
; 75 "
inffast
.S"
56
;FILE "
inffast
.S"
154
; 205 "
inffast
.S"
162
; 226 "
inffast
.S"
[
all
...]
/external/libpng/contrib/pngminim/decoder/
makefile
19
infback$(O)
inffast
$(O) inflate$(O) inftrees$(O) \
/external/libpng/contrib/pngminim/preader/
makefile
35
infback$(O)
inffast
$(O) inflate$(O) inftrees$(O) \
/external/zlib/contrib/masmx64/
inffasx64.asm
1
; inffasx64.asm is a hand tuned assembler version of
inffast
.c - fast decoding
Completed in 332 milliseconds