Home
last modified time | relevance | path

Searched refs:strToI (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/util/
H A Dxmlconfig.c88 strToI(const char *string, const char **tail, int base) in strToI() function
143 * strToI. In that case the result is number * 10^exponent. After
186 exponent = strToI(string+1, &expTail, 10); in strToF()
233 v->_int = strToI(string, &tail, 0); in parseValue()

Completed in 2 milliseconds