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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dmppc.c73 int old_offset, match_bits; local
327 match_bits = big ? 14 : 11; /* 11 or 14 bits of value at most */
340 if (--match_bits == 0)
346 match_len = (big ? 16 : 13) - match_bits;
360 match_bits = match_len;
362 ((walker >> (32 - match_bits)) & (~(-1 << match_bits))) | (1 <<
363 match_bits);
364 walker <<= match_bits; local
365 walker_len -= match_bits;
[all...]

Completed in 51 milliseconds