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

/ast/src/lib/libz/
H A Dsfdclzw.c142 #define in_count zs->zs_in_count macro
398 checkpoint = in_count + CHECK_GAP;
400 if (in_count > 0x007fffff) { /* Shift will overflow. */
405 rat = in_count / rat;
407 rat = (in_count << 8) / bytes_out; /* 8 fractional bits. */
551 in_count = 1;
569 in_count++;
597 } else if ((count_int)in_count >=
778 in_count = 1; /* Length of input. */
/ast/src/cmd/codexlib/compress/
H A Dcompress.c148 #define in_count zs->zs_in_count macro
405 checkpoint = in_count + CHECK_GAP;
409 if (in_count > 0x007fffff) { /* Shift will overflow. */
414 rat = in_count / rat;
416 rat = (in_count << 8) / bytes_out; /* 8 fractional bits. */
481 in_count = 1; /* Length of input. */
682 in_count++;
710 } else if ((count_int)in_count >=

Completed in 21 milliseconds