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

  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 139 #define bbs_ERR0( errorA, formatA ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
140 #define bbs_ERR1( errorA, formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
141 #define bbs_ERR2( errorA, formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
142 #define bbs_ERR3( errorA, formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
143 #define bbs_ERR4( errorA, formatA, arg1A, arg2A, arg3A, arg4A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL )
    [all...]
Context.h 140 struct bbs_Error bbs_Error_create( uint32 errorA, uint32 lineA, const char* fileA, const char* textA, ... );
149 flag bbs_Context_pushError( struct bbs_Context* cpA, struct bbs_Error errorA );
Context.c 134 struct bbs_Error bbs_Error_create( uint32 errorA,
141 errorL.errorE = errorA;
188 flag bbs_Context_pushError( struct bbs_Context* cpA, struct bbs_Error errorA )
193 cpA->errStackE[ cpA->errIndexE++ ] = errorA;
  /external/valgrind/main/memcheck/
mc_main.c     [all...]

Completed in 68 milliseconds