OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inflate_fast
(Results
26 - 30
of
30
) sorted by null
1
2
/external/qemu/distrib/zlib-1.2.3/
infback.c
10
inflate_fast
() can be used with either inflate.c or infback.c.
118
/* Load returned state from
inflate_fast
() */
129
/* Set state from registers for
inflate_fast
() */
465
/* use
inflate_fast
() if we have enough input and output */
470
inflate_fast
(strm, state->wsize);
inflate.c
34
* - Remove distance extra == 0 check in
inflate_fast
()--only helps for lengths
35
* - Change post-increments to pre-increments in
inflate_fast
(), PPC biased?
37
* - Make MATCH copy in inflate() much faster for when
inflate_fast
() not used
39
* buffer and bit count in inflate()--for speed when
inflate_fast
() not used
44
* - Add comments in inffast.c to introduce the
inflate_fast
() routine
45
* - Rearrange window copies in
inflate_fast
() for speed and simplification
46
* - Unroll last copy for window match in
inflate_fast
()
47
* - Use local copies of window variables in
inflate_fast
() for speed
48
* - Pull out common write == 0 case for speed in
inflate_fast
()
49
* - Make op and len in
inflate_fast
() unsigned for consistenc
[
all
...]
/external/zlib/
infback.c
10
inflate_fast
() can be used with either inflate.c or infback.c.
118
/* Load returned state from
inflate_fast
() */
129
/* Set state from registers for
inflate_fast
() */
474
/* use
inflate_fast
() if we have enough input and output */
479
inflate_fast
(strm, state->wsize);
inflate.c
34
* - Remove distance extra == 0 check in
inflate_fast
()--only helps for lengths
35
* - Change post-increments to pre-increments in
inflate_fast
(), PPC biased?
37
* - Make MATCH copy in inflate() much faster for when
inflate_fast
() not used
39
* buffer and bit count in inflate()--for speed when
inflate_fast
() not used
44
* - Add comments in inffast.c to introduce the
inflate_fast
() routine
45
* - Rearrange window copies in
inflate_fast
() for speed and simplification
46
* - Unroll last copy for window match in
inflate_fast
()
47
* - Use local copies of window variables in
inflate_fast
() for speed
48
* - Pull out common wnext == 0 case for speed in
inflate_fast
()
49
* - Make op and len in
inflate_fast
() unsigned for consistenc
[
all
...]
/external/chromium/third_party/zlib/
inflate.c
34
* - Remove distance extra == 0 check in
inflate_fast
()--only helps for lengths
35
* - Change post-increments to pre-increments in
inflate_fast
(), PPC biased?
37
* - Make MATCH copy in inflate() much faster for when
inflate_fast
() not used
39
* buffer and bit count in inflate()--for speed when
inflate_fast
() not used
44
* - Add comments in inffast.c to introduce the
inflate_fast
() routine
45
* - Rearrange window copies in
inflate_fast
() for speed and simplification
46
* - Unroll last copy for window match in
inflate_fast
()
47
* - Use local copies of window variables in
inflate_fast
() for speed
48
* - Pull out common write == 0 case for speed in
inflate_fast
()
49
* - Make op and len in
inflate_fast
() unsigned for consistenc
[
all
...]
Completed in 90 milliseconds
1
2