Searched refs:fRet (Results 1 – 5 of 5) sorted by relevance
46 bool fRet; in RedBitGet() local51 fRet = false; in RedBitGet()55 fRet = ( pbBitmap[ ulBit >> 3U ] & ( 0x80U >> ( ulBit & 7U ) ) ) != 0U; in RedBitGet()58 return fRet; in RedBitGet()
374 bool fRet; in IsRootDir() local379 fRet = false; in IsRootDir()395 fRet = ( ulIdx > 0U ) && ( pszLocalPath[ ulIdx ] == '\0' ); in IsRootDir()398 return fRet; in IsRootDir()423 bool fRet; in PathHasMoreNames() local428 fRet = false; in PathHasMoreNames()439 fRet = pszPathIdx[ ulIdx ] != '\0'; in PathHasMoreNames()442 return fRet; in PathHasMoreNames()
2812 bool fRet = true; in DirStreamIsValid() local2816 fRet = false; in DirStreamIsValid()2844 fRet = false; in DirStreamIsValid()2852 fRet = false; in DirStreamIsValid()2856 return fRet; in DirStreamIsValid()
291 bool fRet = false; in MetarootIsValid() local328 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()
739 bool fRet = false; in BufferToIdx() local766 fRet = true; in BufferToIdx()770 return fRet; in BufferToIdx()
Completed in 18 milliseconds