Home | History | Annotate | Download | only in bn

Lines Matching refs: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;
986 int i,j,bits,ret=0,wstart,wend,window,wvalue;
1039 wend=0; /* The bottom bit of the window */
1060 wend=0;
1066 wvalue<<=(i-wend);
1068 wend=i;
1072 /* wend is the size of the current window */
1073 j=wend+1;
1087 wstart-=wend+1;