Lines Matching defs:wend
254 int i,j,bits,ret=0,wstart,wend,window,wvalue;
322 wend=0; /* The bottom bit of the window */
343 wend=0;
349 wvalue<<=(i-wend);
351 wend=i;
355 /* wend is the size of the current window */
356 j=wend+1;
370 wstart-=wend+1;
387 int i,j,bits,ret=0,wstart,wend,window,wvalue;
468 wend=0; /* The bottom bit of the window */
490 wend=0;
496 wvalue<<=(i-wend);
498 wend=i;
502 /* wend is the size of the current window */
503 j=wend+1;
517 wstart-=wend+1;
993 int i,j,bits,ret=0,wstart,wend,window,wvalue;
1046 wend=0; /* The bottom bit of the window */
1067 wend=0;
1073 wvalue<<=(i-wend);
1075 wend=i;
1079 /* wend is the size of the current window */
1080 j=wend+1;
1094 wstart-=wend+1;