Home
last modified time | relevance | path

Searched refs:RedBitGet (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dimapextern.c105 *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 Dimapinline.c71 …*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 Dbitmap.c43 bool RedBitGet( const uint8_t * pbBitmap, in RedBitGet() function
/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredutils.h74 bool RedBitGet( const uint8_t * pbBitmap,

Completed in 12 milliseconds