HomeSort by relevance Sort by last modified time
    Searched refs:XF_TRACE (Results 1 - 5 of 5) sorted by null

  /device/linaro/hikey/hifi/xaf/hifi-dpf/include/
xf-trace.h 38 #if XF_TRACE
64 #endif /* XF_TRACE */
xf-debug.h 102 #if XF_TRACE
105 extern int xf_trace(const char *format, ...) __attribute__((format (printf, 1, 2)));
161 #endif /* XF_TRACE */
  /device/linaro/hikey/hifi/xaf/host-apf/proxy/
xf-trace.c 26 #if XF_TRACE
57 xf_trace(banner);
61 int xf_trace(const char *format, ...) function
90 #endif /* XF_TRACE */
  /device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/
Makefile 26 XF_TRACE = 1
81 ifeq ($(XF_TRACE),1)
  /device/linaro/hikey/hifi/xaf/host-apf/include/
xf-debug.h 81 #if XF_TRACE
84 extern int xf_trace(const char *format, ...);
107 ({ __attribute__((unused)) const char *__xf_tag = #tag; xf_trace(fmt, ## __VA_ARGS__); })
138 #endif /* XF_TRACE */

Completed in 785 milliseconds