Home | History | Annotate | Download | only in Driver

Lines Matching defs:Val

2279     int Val;
2280 if (!WhichHexagon.substr(sizeof("hexagonv") - 1).getAsInteger(10, Val))
2281 return Val;
2284 int Val;
2285 if (!WhichHexagon.substr(1).getAsInteger(10, Val))
2286 return Val;