Searched refs:digit1 (Results 1 – 1 of 1) sorted by relevance
1719 int digit1 = 0; in decodeFVteln() local1723 digit1 = simple_strtoul(s, &endp, 10); in decodeFVteln()1728 if (digit1 <= 0 || digit1 > 30) return -4; in decodeFVteln()1730 bmask |= (1 << digit1); in decodeFVteln()1731 digit1 = 0; in decodeFVteln()1745 if (digit1 > digit2) in decodeFVteln()1746 for (i = digit2; i <= digit1; i++) in decodeFVteln()1749 for (i = digit1; i <= digit2; i++) in decodeFVteln()1751 digit1 = digit2 = 0; in decodeFVteln()