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

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dmkext.c274 u_int8_t code_buf[17], mask; local
283 * code_buf[1..16] saves eight units of code, and code_buf[0] works
288 code_buf[0] = 0;
319 code_buf[0] |= mask; /* 'send one byte' flag */
320 code_buf[code_buf_ptr++] = sp->text_buf[r]; /* Send uncoded. */
323 code_buf[code_buf_ptr++] = (u_int8_t) sp->match_position;
324 code_buf[code_buf_ptr++] = (u_int8_t)
332 *dst++ = code_buf[i];
335 code_buf[
[all...]

Completed in 22 milliseconds