Lines Matching full:do_mask
6835 int i,j, k, do_mask;6837 do_mask = 0;6838 if (strstr(name, "lvebx") != NULL) do_mask = 1;6839 if (strstr(name, "lvehx") != NULL) do_mask = 2;6840 if (strstr(name, "lvewx") != NULL) do_mask = 4;6883 if (do_mask == 1) {6889 if (do_mask == 2) {6895 if (do_mask == 4) {