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

/ast/src/cmd/codexlib/compress/
H A Dcompress.c156 #define hshift zs->u.w.zs_hshift macro
496 hshift = 0;
498 hshift++;
499 hshift = 8 - hshift; /* Set hash code range bound. */
684 i = ((c << hshift) ^ ent); /* Xor hashing. */
/ast/src/lib/libz/
H A Dsfdclzw.c149 #define hshift zs->u.w.zs_hshift macro
559 hshift = 0;
561 hshift++;
562 hshift = 8 - hshift; /* Set hash code range bound. */
571 i = ((c << hshift) ^ ent); /* Xor hashing. */

Completed in 19 milliseconds