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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
compiler.h 323 #define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a)))
325 #define PRINTFLIKE(f, a)
  /external/mesa3d/src/mesa/main/
compiler.h 323 #define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a)))
325 #define PRINTFLIKE(f, a)

Completed in 116 milliseconds