OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:huft
(Results
1 - 1
of
1
) sorted by null
/external/grub/stage2/
gunzip.c
343
struct
huft
struct
350
struct
huft
*t; /* pointer to next level of table */
504
static struct
huft
*tl; /* literal/length code table */
505
static struct
huft
*td; /* distance code table */
512
struct
huft
**, int *);
528
struct
huft
**t, /* result: starting table */
541
register struct
huft
*q; /* points to current table */
542
struct
huft
r; /* table entry for structure assignment */
543
struct
huft
*u[BMAX]; /* table stack */
563
*t = (struct
huft
*) NULL
[
all
...]
Completed in 29 milliseconds