Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/common/
Dxmlconfig.c178 static GLint strToI (const XML_Char *string, const XML_Char **tail, int base) { in strToI() function
273 exponent = strToI (string+1, &expTail, 10); in strToF()
319 v->_int = strToI (string, &tail, 0); in parseValue()