OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbs_ERR2
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_BasicEm/
Basic.h
141
#define
bbs_ERR2
( errorA, formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
159
#define
bbs_ERR2
( errorA, formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, formatA, arg1A, arg2A ) )
MemSeg.c
256
bbs_ERR2
( bbs_ERR_MEMORY_OVERFLOW,
276
bbs_ERR2
( bbs_ERR_MEMORY_OVERFLOW,
Completed in 120 milliseconds