Home
last modified time | relevance | path

Searched refs:i2 (Results 1 – 1 of 1) sorted by relevance

/board/siemens/common/
A Dfactoryset.c28 static int fact_match(unsigned char *eeprom_buf, uchar *s1, int i2) in fact_match() argument
33 while (*s1 == fact_get_char(i2++)) in fact_match()
35 return i2; in fact_match()
37 if (*s1 == '\0' && fact_get_char(i2-1) == '=') in fact_match()
38 return i2; in fact_match()

Completed in 10 milliseconds