Home
last modified time | relevance | path

Searched refs:p_code (Results 1 – 2 of 2) sorted by relevance

/isa-l/igzip/
H A Dhuffman.h96 compute_dist_code(struct isal_hufftables *hufftables, uint16_t dist, uint64_t *p_code, in compute_dist_code() argument
118 *p_code = code | (extra_bits << len); in compute_dist_code()
H A Dhuff_codes.c1535 struct huff_code orig[21], *p_code; in expand_hufftables_icf() local
1542 p_code = &lit_len_codes[265]; in expand_hufftables_icf()
1550 p_code->code_and_extra = code | (j << len); in expand_hufftables_icf()
1551 p_code->length = len + eb; in expand_hufftables_icf()
1552 p_code++; in expand_hufftables_icf()
1557 p_code[-1] = orig[i]; in expand_hufftables_icf()