Lines Matching refs:sym
37 unsigned sym; /* index of code symbols */ in inflate_table() local
105 for (sym = 0; sym < codes; sym++) in inflate_table()
106 count[lens[sym]]++; in inflate_table()
142 for (sym = 0; sym < codes; sym++) in inflate_table()
143 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; in inflate_table()
198 sym = 0; /* starting code symbol */ in inflate_table()
215 if ((int)(work[sym]) < end) { in inflate_table()
217 this.val = work[sym]; in inflate_table()
219 else if ((int)(work[sym]) > end) { in inflate_table()
220 this.op = (unsigned char)(extra[work[sym]]); in inflate_table()
221 this.val = base[work[sym]]; in inflate_table()
249 sym++; in inflate_table()
252 len = lens[work[sym]]; in inflate_table()