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

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dmkext.c273 int i, c, len, r, s, last_match_length, code_buf_ptr; local
289 code_buf_ptr = mask = 1;
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)
330 for (i = 0; i < code_buf_ptr; i++)
336 code_buf_ptr = mask = 1;
370 if (code_buf_ptr > 1) { /* Send remaining code. */
371 for (i = 0; i < code_buf_ptr; i++)

Completed in 17 milliseconds