Lines Matching defs:wend
172 int i, j, bits, ret = 0, wstart, wend, window, wvalue;
244 wend = 0; /* The bottom bit of the window */
265 wend = 0;
270 wvalue <<= (i - wend);
272 wend = i;
276 /* wend is the size of the current window */
277 j = wend + 1;
290 wstart -= wend + 1;
307 int i, j, bits, ret = 0, wstart, wend, window, wvalue;
389 wend = 0; /* The bottom bit of the window */
423 wend = 0;
428 wvalue <<= (i - wend);
430 wend = i;
434 /* wend is the size of the current window */
435 j = wend + 1;
448 wstart -= wend + 1;
1306 int i, j, bits, ret = 0, wstart, wend, window, wvalue;
1363 wend = 0; /* The bottom bit of the window */
1384 wend = 0;
1389 wvalue <<= (i - wend);
1391 wend = i;
1395 /* wend is the size of the current window */
1396 j = wend + 1;
1409 wstart -= wend + 1;