Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c146 #define codetabof(i) codetab[i] macro
159 #define tab_prefixof(i) codetabof(i)
1035 ent = codetabof(i); in compress()
1060 ent = codetabof(i); in compress()
1074 codetabof(i) = free_ent++; in compress()
1498 sorttab[codetabof(i)] = i; in dump_tab()