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

/ast/src/cmd/codexlib/compress/
H A Dcompress.c176 #define codetabof(i) codetab[i] macro
178 #define tab_prefixof(i) codetabof(i)
687 ent = codetabof(i);
698 ent = codetabof(i);
708 codetabof(i) = free_ent++; /* code -> hashtable */
/ast/src/lib/libz/
H A Dsfdclzw.c169 #define codetabof(i) codetab[i] macro
171 #define tab_prefixof(i) codetabof(i)
574 ent = codetabof(i);
585 ent = codetabof(i);
595 codetabof(i) = free_ent++; /* code -> hashtable */

Completed in 14 milliseconds