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

/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dmkext.c104 int match_position, match_length; member in struct:encode_state
179 * via the global variables match_position and match_length.
217 sp->match_position = p;
310 * The global variables match_length and match_position are set.
323 code_buf[code_buf_ptr++] = (u_int8_t) sp->match_position;
325 ( ((sp->match_position >> 4) & 0xF0)

Completed in 24 milliseconds