Searched refs:digit1 (Results 1 – 1 of 1) sorted by relevance
1718 int digit1 = 0; in decodeFVteln() local1722 digit1 = simple_strtoul(s, &endp, 10); in decodeFVteln()1727 if (digit1 <= 0 || digit1 > 30) return -4; in decodeFVteln()1729 bmask |= (1 << digit1); in decodeFVteln()1730 digit1 = 0; in decodeFVteln()1744 if (digit1 > digit2) in decodeFVteln()1745 for (i = digit2; i <= digit1; i++) in decodeFVteln()1748 for (i = digit1; i <= digit2; i++) in decodeFVteln()1750 digit1 = digit2 = 0; in decodeFVteln()