Searched refs:strToI (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | xmlconfig.c | 114 strToI(const XML_Char *string, const XML_Char **tail, int base) function in typeref:typename:int 169 * strToI. In that case the result is number * 10^exponent. After 212 exponent = strToI (string+1, &expTail, 10); 259 v->_int = strToI (string, &tail, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | xmlconfig.c | 88 strToI(const char *string, const char **tail, int base) function in typeref:typename:int 143 * strToI. In that case the result is number * 10^exponent. After 186 exponent = strToI(string+1, &expTail, 10); 233 v->_int = strToI(string, &tail, 0);
|
Completed in 5 milliseconds