Searched refs:eprintf (Results 1 – 8 of 8) sorted by relevance
/external/linux-tools-perf/src/tools/perf/util/include/linux/ |
D | kernel.h | 103 int eprintf(int level, 111 eprintf(0, pr_fmt(fmt), ##__VA_ARGS__) 113 eprintf(0, pr_fmt(fmt), ##__VA_ARGS__) 115 eprintf(0, pr_fmt(fmt), ##__VA_ARGS__) 117 eprintf(1, pr_fmt(fmt), ##__VA_ARGS__) 119 eprintf(n, pr_fmt(fmt), ##__VA_ARGS__)
|
/external/compiler-rt/make/platform/ |
D | clang_darwin.mk | 76 Configs += eprintf 77 UniversalArchs.eprintf := $(call CheckArches,i386,eprintf,$(OSX_SDK)) 175 CFLAGS.eprintf := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS) 258 FUNCTIONS.eprintf := eprintf 259 FUNCTIONS.10.4 := eprintf floatundidf floatundisf floatundixf 321 eprintf \
|
D | darwin_bni.mk | 50 udivmoddi4 umoddi3 apple_versioning eprintf atomic
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | debug.c | 19 int eprintf(int level, const char *fmt, ...) in eprintf() function
|
D | python.c | 17 int eprintf(int level, const char *fmt, ...) in eprintf() function
|
/external/clang/runtime/compiler-rt/ |
D | Makefile | 79 eprintf.a 10.4.a osx.a cc_kext.a \
|
/external/compiler-rt/lib/builtins/ |
D | CMakeLists.txt | 45 eprintf.c
|
/external/compiler-rt/ |
D | Android.mk | 62 lib/builtins/eprintf.c \
|