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

/external/srec/portable/include/
H A DLCHAR.h84 PORTABLE_API ESR_ReturnCode lstrtoui(const LCHAR* text, unsigned int* result, int base);
/external/srec/portable/src/
H A DLCHAR.c93 ESR_ReturnCode lstrtoui(const LCHAR* text, unsigned int* result, int base) function
151 CHK(rc, lstrtoui(text, &temp, 10));
/external/srec/shared/src/
H A DSessionTypeImpl.c760 CHKLOG(rc, lstrtoui(value, (unsigned int *)newValue, 10));
1100 CHKLOG(rc, lstrtoui(value, (unsigned int *)&size_tValue, 10));
1108 CHKLOG(rc, lstrtoui(value, (unsigned int *)&size_tValue, 10));
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c1929 CHKLOG(rc, lstrtoui(eosBuf, eoss, 10));
1934 CHKLOG(rc, lstrtoui(bosBuf, boss, 10));
3900 rc = p ? lstrtoui(p, &bos_frame, 10) : ESR_INVALID_ARGUMENT;
3911 rc = p ? lstrtoui(p, &eos_frame, 10) : ESR_INVALID_ARGUMENT;

Completed in 185 milliseconds