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

/darwin-on-arm/xnu/libkern/
H A Dmkext.c110 u_int8_t text_buf[N + F - 1]; member in struct:encode_state
124 u_int8_t text_buf[N + F - 1]; local
134 text_buf[i] = ' ';
148 text_buf[r++] = c;
156 c = text_buf[(i + k) & (N - 1)];
161 text_buf[r++] = c;
188 sp->text_buf[i] = ' ';
196 * Inserts string of length F, text_buf[r..r+F-1], into one of the trees
197 * (text_buf[r]'th tree) and returns the longest-match position and length
209 key = &sp->text_buf[
[all...]
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c2278 uint8_t text_buf[N + F - 1]; local
2285 text_buf[i] = ' ';
2298 text_buf[r++] = c;
2306 c = text_buf[(i + k) & (N - 1)];
2310 text_buf[r++] = c;

Completed in 68 milliseconds