Lines Matching defs:wend
502 int wend; /* The bottom bit of the window */
522 wend = 0;
528 wvalue <<= (i - wend);
530 wend = i;
534 /* wend is the size of the current window */
535 j = wend + 1;
551 wstart -= wend + 1;
672 int wend; /* The bottom bit of the window */
689 wend = 0;
695 wvalue <<= (i - wend);
697 wend = i;
701 /* wend is the size of the current window */
702 j = wend + 1;
718 wstart -= wend + 1;