HomeSort by relevance Sort by last modified time
    Searched defs:PRIuS (Results 1 - 8 of 8) 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/v8/src/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/libxcam/xcore/base/
xcam_defs.h 117 #define PRIuS "zu"
119 #define PRIuS "u"
  /external/pdfium/core/fxcrt/
fx_system.h 235 // printf("xyz: %" PRIuS, size);
250 #if !defined(PRIuS)
251 #define PRIuS "zu"
256 #if !defined(PRIuS)
257 #define PRIuS "Iu"
  /external/v8/src/heap/
heap.cc 329 PrintIsolate(isolate_, "Memory allocator, used: %6" PRIuS
331 " available: %6" PRIuS " KB\n",
334 PrintIsolate(isolate_, "New space, used: %6" PRIuS
336 ", available: %6" PRIuS
338 ", committed: %6" PRIuS " KB\n",
341 PrintIsolate(isolate_, "Old space, used: %6" PRIuS
343 ", available: %6" PRIuS
345 ", committed: %6" PRIuS " KB\n",
348 PrintIsolate(isolate_, "Code space, used: %6" PRIuS
350 ", available: %6" PRIuS
    [all...]
mark-compact.cc 720 "fragmentation_limit_kb=%" PRIuS
    [all...]

Completed in 199 milliseconds