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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dcompression.c264 u_int8_t code_buf[17], mask; local
275 * code_buf[1..16] saves eight units of code, and code_buf[0] works
280 code_buf[0] = 0;
311 code_buf[0] |= mask; /* 'send one byte' flag */
312 code_buf[code_buf_ptr++] = sp->text_buf[r]; /* Send uncoded. */
315 code_buf[code_buf_ptr++] = (u_int8_t) sp->match_position;
316 code_buf[code_buf_ptr++] = (u_int8_t)
324 *dst++ = code_buf[i];
327 code_buf[
[all...]
H A Dmkext.c261 u_int8_t code_buf[17], mask; local
270 * code_buf[1..16] saves eight units of code, and code_buf[0] works
275 code_buf[0] = 0;
306 code_buf[0] |= mask; /* 'send one byte' flag */
307 code_buf[code_buf_ptr++] = sp->text_buf[r]; /* Send uncoded. */
310 code_buf[code_buf_ptr++] = (u_int8_t) sp->match_position;
311 code_buf[code_buf_ptr++] = (u_int8_t)
319 *dst++ = code_buf[i];
322 code_buf[
[all...]

Completed in 161 milliseconds