Home | History | Annotate | Download | only in bn

Lines Matching refs:wend

242 	int i,j,bits,ret=0,wstart,wend,window,wvalue;
310 wend=0; /* The bottom bit of the window */
331 wend=0;
337 wvalue<<=(i-wend);
339 wend=i;
343 /* wend is the size of the current window */
344 j=wend+1;
358 wstart-=wend+1;
375 int i,j,bits,ret=0,wstart,wend,window,wvalue;
456 wend=0; /* The bottom bit of the window */
478 wend=0;
484 wvalue<<=(i-wend);
486 wend=i;
490 /* wend is the size of the current window */
491 j=wend+1;
505 wstart-=wend+1;
879 int i,j,bits,ret=0,wstart,wend,window,wvalue;
932 wend=0; /* The bottom bit of the window */
953 wend=0;
959 wvalue<<=(i-wend);
961 wend=i;
965 /* wend is the size of the current window */
966 j=wend+1;
980 wstart-=wend+1;