OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EPRINT
(Results
1 - 2
of
2
) sorted by null
/system/extras/fatblock/
utils.h
24
#define
EPRINT
(...) fprintf(stderr, __VA_ARGS__)
25
#define DIE(...) do {
EPRINT
(__VA_ARGS__); exit(EXIT_FAILURE); } while (0)
26
#define WARN(...)
EPRINT
(__VA_ARGS__)
27
#define INFO(...)
EPRINT
(__VA_ARGS__)
28
#define DEBUG(...)
EPRINT
(__VA_ARGS__)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.h
120
#define
EPRINT
(msg) fprintf(stderr,"ERROR: %s\n",msg)
122
#define
EPRINT
(msg)
Completed in 46 milliseconds