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

  /external/chromium_org/base/
compiler_specific.h 165 #define PRINTF_FORMAT(format_param, dots_param) \
168 #define PRINTF_FORMAT(format_param, dots_param)
  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstatscommand.h 45 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
48 #define PRINTF_FORMAT(a,b)
gscancommand.h 23 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
26 #define PRINTF_FORMAT(a,b)
  /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 57 milliseconds