Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_BasicEm/
DString.c268 uint16 iL = 0, lenL = bbs_strlen( strA ); in bbs_atoi() local
270 while( iL < lenL && strA[ iL ] == ' ' ) iL++; in bbs_atoi()
276 while( iL < lenL && strA[ iL ] == ' ' ) iL++; in bbs_atoi()
277 while( iL < lenL && strA[ iL ] >= '0' && strA[ iL ] <= '9' ) in bbs_atoi()
DContext.c146 uint32 lenL = bbs_strlen( fileA ); in bbs_Error_create() local
147 uint32 ofsL = ( lenL + 1 > bbs_ERROR_MAX_FILE_CHARS ) ? lenL + 1 - bbs_ERROR_MAX_FILE_CHARS : 0; in bbs_Error_create()