Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/util/
A Dbitmap.c46 bool fRet; in RedBitGet() local
51 fRet = false; in RedBitGet()
55 fRet = ( pbBitmap[ ulBit >> 3U ] & ( 0x80U >> ( ulBit & 7U ) ) ) != 0U; in RedBitGet()
58 return fRet; in RedBitGet()
/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dpath.c374 bool fRet; in IsRootDir() local
379 fRet = false; in IsRootDir()
395 fRet = ( ulIdx > 0U ) && ( pszLocalPath[ ulIdx ] == '\0' ); in IsRootDir()
398 return fRet; in IsRootDir()
423 bool fRet; in PathHasMoreNames() local
428 fRet = false; in PathHasMoreNames()
439 fRet = pszPathIdx[ ulIdx ] != '\0'; in PathHasMoreNames()
442 return fRet; in PathHasMoreNames()
A Dposix.c2812 bool fRet = true; in DirStreamIsValid() local
2816 fRet = false; in DirStreamIsValid()
2844 fRet = false; in DirStreamIsValid()
2852 fRet = false; in DirStreamIsValid()
2856 return fRet; in DirStreamIsValid()
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dvolume.c291 bool fRet = false; in MetarootIsValid() local
328 fRet = ulCRC == ulSectorCRC; in MetarootIsValid()
329 *pfSectorCRCIsValid = fRet; in MetarootIsValid()
331 if( fRet ) in MetarootIsValid()
342 fRet = ulCRC == pMR->hdr.ulCRC; in MetarootIsValid()
346 return fRet; in MetarootIsValid()
A Dbuffer.c739 bool fRet = false; in BufferToIdx() local
766 fRet = true; in BufferToIdx()
770 return fRet; in BufferToIdx()

Completed in 18 milliseconds