Lines Matching defs:wh
654 int wh;
682 wh = (width >> 6);
683 if (wh > 0) {
684 int step8 = step - wh * 8;
687 wh--; /* for dbra */
691 " move.w %[wh],%[w] ;\n"
706 [wh] "r" (wh),
712 wh--; /* to match to asm side */
716 for (w = wh; w >= 0; w--) {
831 int wh;
859 wh = width >> 6;
860 if (wh > 0) {
861 int step8 = step - wh * 8;
864 wh--; /* for dbra */
868 " move.w %[wh],%[w] ;\n"
918 [wh] "r" (wh),
925 wh--; /* to match to asm side */
927 for (w = wh; w >= 0; w--) {