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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dmppc.c71 int next_offset, match_off; local
193 match_off = ((uint32) walker) >> ((uint32) 26);
207 match_off = (((uint32) walker) >> ((uint32) 24)) + 64;
222 match_off = (((uint32) walker) >> ((uint32) 21)) + 320;
236 match_off = (((uint32) walker) >> ((uint32) 16)) + 2368;
260 match_off = ((uint32) walker) >> ((uint32) 26);
274 match_off = (((uint32) walker) >> ((uint32) 24)) + 64;
287 match_off = (walker >> 18) + 320;
372 k = (next_offset - match_off) & (big ? 65535 : 8191);

Completed in 31 milliseconds