HomeSort by relevance Sort by last modified time
    Searched defs:PRINTF_FORMAT (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
compiler_specific.h 110 #define PRINTF_FORMAT(format_param, dots_param) \
113 #define PRINTF_FORMAT(format_param, dots_param)
  /external/chromium_org/base/
compiler_specific.h 156 #define PRINTF_FORMAT(format_param, dots_param) \
159 #define PRINTF_FORMAT(format_param, dots_param)
  /external/wpa_supplicant_8/src/utils/
common.h 356 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
359 #define PRINTF_FORMAT(a,b)

Completed in 1024 milliseconds