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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
osinttypes.h 12 #if !defined(PRIuS)
13 #define PRIuS "Iu"
24 #if !defined(PRIuS)
25 #define PRIuS "zu"
  /external/chromium/base/
format_macros.h 22 // printf("xyz: %" PRIuS, size);
46 #if !defined(PRIuS)
47 #define PRIuS "zu"
68 #if !defined(PRIuS)
69 #define PRIuS "Iu"
  /external/chromium_org/base/
format_macros.h 21 // printf("xyz: %" PRIuS, size);
45 #if !defined(PRIuS)
46 #define PRIuS "zu"
67 #if !defined(PRIuS)
68 #define PRIuS "Iu"
  /external/clang/test/SemaCXX/
cxx0x-compat.cpp 31 #define PRIuS "uS"
35 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/chromium_org/third_party/tcmalloc/chromium/src/
config_freebsd.h 236 #define PRIuS "u"
245 #define PRIuS "lu"
config_android.h 236 #define PRIuS "zu"
config_linux.h 236 #define PRIuS "zu"
config_win.h 265 #define PRIuS "Iu"
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
config.h 254 #define PRIuS "Iu"
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
config.h 254 #define PRIuS "Iu"

Completed in 184 milliseconds