Lines Matching refs:dict_rightson
49 short dict_rightson; member
158 lsx_readsw(ft, &(p->dictionary[i].dict_rightson)); in startread()
161 p->dictionary[i].dict_rightson); in startread()
163 p->dictionary[i].dict_rightson)) { in startread()
222 p->dictionary[p->dictentry].dict_rightson; in read_samples()
231 datum = p->dictionary[p->dictentry].dict_rightson; in read_samples()
314 codes[newdict[e].dict_rightson] = c; in makecodes()
315 codesize[newdict[e].dict_rightson] = s; in makecodes()
318 makecodes(newdict[e].dict_rightson, c + b, s + 1, b << 1, newdict, codes, codesize); in makecodes()
376 p->de->dict_rightson = i; in compress()
389 k = newdict[i].dict_rightson; in compress()
390 newdict[i].dict_rightson = newdict[j].dict_rightson; in compress()
391 newdict[j].dict_rightson = k; in compress()
399 p->de->dict_rightson = newdict[j - 1].dict_rightson; in compress()
406 newdict[i].dict_rightson = p->de - newdict; in compress()
422 put16_be(&ddf, newdict[i].dict_rightson); in compress()