Home
last modified time | relevance | path

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

/external/fastrpc/inc/
DAEEBufBound.h75 extern int BufBound_Left(BufBound* me);
81 return (BufBound_Left(me) <= 0); in BufBound_IsFull()
/external/fastrpc/src/
DBufBound.c188 int BufBound_Left(BufBound* me) in BufBound_Left() function
Dstd_strlprintf.c357 if (BufBound_Left(&OutBuf) >= 4) { in ConvertFloat()