HomeSort by relevance Sort by last modified time
    Searched refs:bbs_MAX_MEM_SEGS (Results 1 - 3 of 3) sorted by null

  /external/neven/Embedded/common/src/b_BasicEm/
MemTbl.h 33 #define bbs_MAX_MEM_SEGS 4
47 struct bbs_MemSeg esArrE[ bbs_MAX_MEM_SEGS ];
50 struct bbs_MemSeg* espArrE[ bbs_MAX_MEM_SEGS ];
56 struct bbs_MemSeg ssArrE[ bbs_MAX_MEM_SEGS ];
Context.c 288 if( sharedA && cpA->memTblE.ssSizeE == bbs_MAX_MEM_SEGS )
290 bbs_ERROR1( "%s:\nShared Memory Table is full! Increase bbs_MAX_MEM_SEGS", fNameL );
293 if( sharedA && cpA->memTblE.esSizeE == bbs_MAX_MEM_SEGS )
295 bbs_ERROR1( "%s:\nExclusive Memory Table is full! Increase bbs_MAX_MEM_SEGS", fNameL );
342 if( sharedA && cpA->memTblE.ssSizeE == bbs_MAX_MEM_SEGS )
344 bbs_ERROR1( "%s:\nShared Memory Table is full! Increase bbs_MAX_MEM_SEGS", fNameL );
347 if( sharedA && cpA->memTblE.esSizeE == bbs_MAX_MEM_SEGS )
349 bbs_ERROR1( "%s:\nExclusive Memory Table is full! Increase bbs_MAX_MEM_SEGS", fNameL );
MemTbl.c 57 for( iL = 0; iL < bbs_MAX_MEM_SEGS; iL++ )
73 for( iL = 0; iL < bbs_MAX_MEM_SEGS; iL++ )
190 if( ptrA->esSizeE == bbs_MAX_MEM_SEGS )
193 "Table is full! Increase constant bbs_MAX_MEM_SEGS" );
210 if( ptrA->ssSizeE == bbs_MAX_MEM_SEGS )
213 "Table is full! Increase constant bbs_MAX_MEM_SEGS" );

Completed in 106 milliseconds