Lines Matching full:do_mask
6728 int i,j, k, do_mask;6730 do_mask = 0;6731 if (strstr(name, "lvebx") != NULL) do_mask = 1;6732 if (strstr(name, "lvehx") != NULL) do_mask = 2;6733 if (strstr(name, "lvewx") != NULL) do_mask = 4;6776 if (do_mask == 1) {6782 if (do_mask == 2) {6788 if (do_mask == 4) {