OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dext
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/zlib-1.2.3/
inftrees.c
70
static const unsigned short
dext
[32] = { /* Distance codes 0..29 extra */
local
196
extra =
dext
;
/external/zlib/contrib/infback9/
inftree9.c
72
static const unsigned short
dext
[32] = { /* Distance codes 0..31 extra */
local
189
extra =
dext
;
/external/zlib/
inftrees.c
70
static const unsigned short
dext
[32] = { /* Distance codes 0..29 extra */
local
195
extra =
dext
;
/external/zlib/contrib/puff/
puff.c
402
* and
dext
[].
439
static const short
dext
[30] = { /* Extra bits for distance codes 0..29 */
local
465
dist = dists[symbol] + bits(s,
dext
[symbol]);
[
all
...]
Completed in 39 milliseconds