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

  /external/neven/Embedded/common/src/b_BasicEm/
Context.c 52 cpA->errIndexE = 0;
80 cpA->errIndexE = 0;
191 if( cpA->errIndexE < bbs_CONTEXT_MAX_ERRORS )
193 cpA->errStackE[ cpA->errIndexE++ ] = errorA;
209 if( cpA->errIndexE > 0 )
211 return cpA->errStackE[ --( cpA->errIndexE ) ];
223 if( cpA->errIndexE > 0 )
225 return cpA->errStackE[ cpA->errIndexE - 1 ];
237 return cpA->errIndexE > 0;
Context.h 94 uint32 errIndexE;

Completed in 36 milliseconds