Searched defs:cl_hash (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/codexlib/compress/
H A Dcompress.c369 cl_hash(State_t* zs, register count_int cl_hsize) /* Reset code table. */ function
421 cl_hash(zs, (count_int) hsize);
501 cl_hash(zs, (count_int)hsize_reg); /* Clear hash table. */
/ast/src/lib/libz/
H A Dsfdclzw.c362 cl_hash(LZW_t* zs, register count_int cl_hsize) /* Reset code table. */ function
412 cl_hash(zs, (count_int) hsize);
565 cl_hash(zs, (count_int)hsize_reg); /* Clear hash table. */

Completed in 703 milliseconds