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

  /external/libchrome/base/
format_macros.h 21 // printf("xyz: %" PRIuS, size);
49 #if !defined(PRIuS)
50 #define PRIuS "zu"
91 #if !defined(PRIuS)
92 #define PRIuS "Iu"
  /external/webrtc/webrtc/base/
format_macros.h 24 // printf("xyz: %" PRIuS, size);
42 #if !defined(PRIuS)
43 #define PRIuS "zu"
90 #if !defined(PRIuS)
91 #define PRIuS "Iu"
  /external/clang/test/SemaCXX/
cxx0x-compat.cpp 34 #define PRIuS "uS"
38 printf("foo is %"PRIuS", bar is %"PRIuS, foo, bar); // expected-warning 2{{identifier after literal will be treated as a reserved user-defined literal suffix in C++11}}
  /external/pdfium/core/include/fxcrt/
fx_system.h 284 // printf("xyz: %" PRIuS, size);
300 #if !defined(PRIuS)
301 #define PRIuS "zu"
306 #if !defined(PRIuS)
307 #define PRIuS "Iu"

Completed in 152 milliseconds