Home
last modified time | relevance | path

Searched refs:bbs_Error (Results 1 – 3 of 3) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
DContext.h67 struct bbs_Error struct
91 struct bbs_Error errStackE[ bbs_CONTEXT_MAX_ERRORS ]; argument
140 struct bbs_Error bbs_Error_create( uint32 errorA, uint32 lineA, const char* fileA, const char* text…
149 flag bbs_Context_pushError( struct bbs_Context* cpA, struct bbs_Error errorA );
152 struct bbs_Error bbs_Context_popError( struct bbs_Context* cpA );
155 struct bbs_Error bbs_Context_peekError( struct bbs_Context* cpA );
DContext.c134 struct bbs_Error bbs_Error_create( uint32 errorA, in bbs_Error_create()
140 struct bbs_Error errorL; in bbs_Error_create()
188 flag bbs_Context_pushError( struct bbs_Context* cpA, struct bbs_Error errorA ) in bbs_Context_pushError()
207 struct bbs_Error bbs_Context_popError( struct bbs_Context* cpA ) in bbs_Context_popError()
221 struct bbs_Error bbs_Context_peekError( struct bbs_Context* cpA ) in bbs_Context_peekError()
/external/neven/FaceRecEm/common/src/b_FDSDK/
DSDK.c213 struct bbs_Error errL = bbs_Context_popError( &hsdkA->contextE ); in btk_SDK_getError()