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

/macosx-10.10.1/kext_tools-384.1.4/
H A Dcompression.c79 u_int8_t text_buf[N + F - 1]; member in struct:encode_state
98 u_int8_t text_buf[N + F - 1]; local
107 text_buf[i] = ' ';
118 text_buf[r++] = c;
126 c = text_buf[(i + k) & (N - 1)];
128 text_buf[r++] = c;
153 sp->text_buf[i] = ' ';
161 * Inserts string of length F, text_buf[r..r+F-1], into one of the trees
162 * (text_buf[r]'th tree) and returns the longest-match position and length
174 key = &sp->text_buf[
[all...]
H A Dmkext.c85 u_int8_t text_buf[N + F - 1]; member in struct:encode_state
99 u_int8_t text_buf[N + F - 1]; local
108 text_buf[i] = ' ';
119 text_buf[r++] = c;
127 c = text_buf[(i + k) & (N - 1)];
129 text_buf[r++] = c;
156 sp->text_buf[i] = ' ';
164 * Inserts string of length F, text_buf[r..r+F-1], into one of the trees
165 * (text_buf[r]'th tree) and returns the longest-match position and length
177 key = &sp->text_buf[
[all...]
/macosx-10.10.1/xnu-2782.1.97/libkern/
H A Dmkext.c94 u_int8_t text_buf[N + F - 1]; member in struct:encode_state
108 u_int8_t text_buf[N + F - 1]; local
118 text_buf[i] = ' ';
132 text_buf[r++] = c;
140 c = text_buf[(i + k) & (N - 1)];
145 text_buf[r++] = c;
172 sp->text_buf[i] = ' ';
180 * Inserts string of length F, text_buf[r..r+F-1], into one of the trees
181 * (text_buf[r]'th tree) and returns the longest-match position and length
193 key = &sp->text_buf[
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/dnssec/
H A Ddnssec-dsfromkey.c218 char text_buf[DST_KEY_MAXTEXTSIZE]; local
226 isc_buffer_init(&textb, text_buf, sizeof(text_buf));
/macosx-10.10.1/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c2305 uint8_t text_buf[N + F - 1]; local
2312 text_buf[i] = ' ';
2325 text_buf[r++] = c;
2333 c = text_buf[(i + k) & (N - 1)];
2337 text_buf[r++] = c;

Completed in 95 milliseconds