Searched defs:errorA (Results 1 - 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
H A DContext.c134 struct bbs_Error bbs_Error_create( uint32 errorA, argument
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/memcheck/
H A Dmc_main.c3833 /*OUT*/Bool* errorA, /* is there an addressability err? */
3844 tl_assert(!(*errorV || *errorA));
3868 *errorA = True;
5850 Bool errorA = False; local
5854 &errorV, &bad_addrV, &otagV, &errorA, &bad_addrA
5860 if (errorA) {
5866 if (errorV && !errorA) {
5869 if (!errorV && errorA) {
5872 if (errorV && errorA) {
3828 is_mem_defined_comprehensive( Addr a, SizeT len, Bool* errorV, Addr* bad_addrV, UInt* otagV, Bool* errorA, Addr* bad_addrA ) argument

Completed in 401 milliseconds