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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dcompression.c85 int match_position, match_length; member in struct:encode_state
163 * via the global variables match_position and match_length.
201 sp->match_position = p;
302 * The global variables match_length and match_position are set.
315 code_buf[code_buf_ptr++] = (u_int8_t) sp->match_position;
317 ( ((sp->match_position >> 4) & 0xF0)
H A Dmkext.c91 int match_position, match_length; member in struct:encode_state
166 * via the global variables match_position and match_length.
204 sp->match_position = p;
297 * The global variables match_length and match_position are set.
310 code_buf[code_buf_ptr++] = (u_int8_t) sp->match_position;
312 ( ((sp->match_position >> 4) & 0xF0)
/macosx-10.9.5/xnu-2422.115.4/libkern/
H A Dmkext.c100 int match_position, match_length; member in struct:encode_state
182 * via the global variables match_position and match_length.
220 sp->match_position = p;

Completed in 116 milliseconds