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

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dmkext.c98 u_int8_t text_buf[N + F - 1]; member in struct:encode_state
112 u_int8_t text_buf[N + F - 1]; local
121 text_buf[i] = ' ';
132 text_buf[r++] = c;
140 c = text_buf[(i + k) & (N - 1)];
142 text_buf[r++] = c;
169 sp->text_buf[i] = ' ';
177 * Inserts string of length F, text_buf[r..r+F-1], into one of the trees
178 * (text_buf[r]'th tree) and returns the longest-match position and length
190 key = &sp->text_buf[
[all...]

Completed in 19 milliseconds