Searched refs:RedBitGet (Results 1 – 4 of 4) sorted by relevance
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/ |
A D | imapextern.c | 105 *pfAllocated = RedBitGet( pImap->abEntries, ulOffset % IMAPNODE_ENTRIES ); in RedImapEBlockGet() 152 if( RedBitGet( pImap->abEntries, ulImapEntry ) == fAllocated ) in RedImapEBlockSet() 221 if( RedBitGet( gpRedMR->abEntries, ulImapNode ) ) in ImapNodeBranch() 263 … bool fNodeBitSetInMetaroot0 = RedBitGet( gpRedCoreVol->aMR[ 0U ].abEntries, ulImapNode ); in ImapNodeIsBranched() 264 … bool fNodeBitSetInMetaroot1 = RedBitGet( gpRedCoreVol->aMR[ 1U ].abEntries, ulImapNode ); in ImapNodeIsBranched() 300 else if( RedBitGet( gpRedCoreVol->aMR[ bMR ].abEntries, ulImapNode ) ) in RedImapNodeBlock()
|
A D | imapinline.c | 71 …*pfAllocated = RedBitGet( gpRedCoreVol->aMR[ bMR ].abEntries, ulBlock - gpRedCoreVol->ulInodeTable… in RedImapIBlockGet() 108 if( RedBitGet( gpRedMR->abEntries, ulOffset ) == fAllocated ) in RedImapIBlockSet()
|
/FreeRTOS-Plus/Source/Reliance-Edge/util/ |
A D | bitmap.c | 43 bool RedBitGet( const uint8_t * pbBitmap, in RedBitGet() function
|
/FreeRTOS-Plus/Source/Reliance-Edge/include/ |
A D | redutils.h | 74 bool RedBitGet( const uint8_t * pbBitmap,
|
Completed in 12 milliseconds