Home
last modified time | relevance | path

Searched refs:abEntries (Results 1 – 3 of 3) 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()
164 RedBitSet( pImap->abEntries, ulImapEntry ); in RedImapEBlockSet()
168 RedBitClear( pImap->abEntries, ulImapEntry ); in RedImapEBlockSet()
221 if( RedBitGet( gpRedMR->abEntries, ulImapNode ) ) in ImapNodeBranch()
223 RedBitClear( gpRedMR->abEntries, ulImapNode ); in ImapNodeBranch()
227 RedBitSet( 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()
119 RedBitSet( gpRedMR->abEntries, ulOffset ); in RedImapIBlockSet()
124 RedBitClear( gpRedMR->abEntries, ulOffset ); in RedImapIBlockSet()
/FreeRTOS-Plus/Source/Reliance-Edge/core/include/
A Drednodes.h106 uint8_t abEntries[ METAROOT_ENTRY_BYTES ]; member
124 uint8_t abEntries[ IMAPNODE_ENTRY_BYTES ]; member

Completed in 9 milliseconds