/third_party/boost/doc/html/boost_asio/example/cpp11/handler_tracking/ |
D | custom_tracking.hpp | 102 "Starting operation %s.%s for native_handle = %" PRIuMAX in creation() 103 ", handler = %" PRIuMAX ", tree = %" PRIuMAX "\n", in creation() 130 std::printf("Entering handler %" PRIuMAX " in tree %" PRIuMAX "\n", in invocation_begin() 137 std::printf("Leaving handler %" PRIuMAX " in tree %" PRIuMAX "\n", in invocation_end() 164 std::printf("Adding to reactor native_handle = %" PRIuMAX in reactor_registration() 165 ", registration = %" PRIuMAX "\n", native_handle, registration); in reactor_registration() 172 std::printf("Removing from reactor native_handle = %" PRIuMAX in reactor_deregistration() 173 ", registration = %" PRIuMAX "\n", native_handle, registration); in reactor_deregistration() 181 "Reactor readiness for registration = %" PRIuMAX ", events =%s%s%s\n", in reactor_events() 193 "Performed operation %s.%s for native_handle = %" PRIuMAX in reactor_operation() [all …]
|
/third_party/boost/libs/asio/example/cpp11/handler_tracking/ |
D | custom_tracking.hpp | 102 "Starting operation %s.%s for native_handle = %" PRIuMAX in creation() 103 ", handler = %" PRIuMAX ", tree = %" PRIuMAX "\n", in creation() 130 std::printf("Entering handler %" PRIuMAX " in tree %" PRIuMAX "\n", in invocation_begin() 137 std::printf("Leaving handler %" PRIuMAX " in tree %" PRIuMAX "\n", in invocation_end() 164 std::printf("Adding to reactor native_handle = %" PRIuMAX in reactor_registration() 165 ", registration = %" PRIuMAX "\n", native_handle, registration); in reactor_registration() 172 std::printf("Removing from reactor native_handle = %" PRIuMAX in reactor_deregistration() 173 ", registration = %" PRIuMAX "\n", native_handle, registration); in reactor_deregistration() 181 "Reactor readiness for registration = %" PRIuMAX ", events =%s%s%s\n", in reactor_events() 193 "Performed operation %s.%s for native_handle = %" PRIuMAX in reactor_operation() [all …]
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | private.h | 194 # define PRIuMAX "llu" macro 197 # define PRIuMAX "lu" macro
|
D | zdump.c | 861 #ifdef PRIuMAX in tformat() 863 return "%"PRIuMAX; in tformat()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | private.h | 194 # define PRIuMAX "llu" macro 197 # define PRIuMAX "lu" macro
|
D | zdump.c | 861 #ifdef PRIuMAX in tformat() 863 return "%"PRIuMAX; in tformat()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | private.h | 194 # define PRIuMAX "llu" macro 197 # define PRIuMAX "lu" macro
|
D | zdump.c | 861 #ifdef PRIuMAX in tformat() 863 return "%"PRIuMAX; in tformat()
|
/third_party/tzdata/ |
D | private.h | 344 #ifndef PRIuMAX 346 # define PRIuMAX "llu" macro 348 # define PRIuMAX "lu" macro
|
D | strftime.c | 341 else sprintf(buf, "%"PRIuMAX, in _fmt()
|
D | zdump.c | 1058 #ifdef PRIuMAX in tformat() 1060 return "%"PRIuMAX; in tformat()
|
/third_party/e2fsprogs/intl/ |
D | loadmsgcat.c | 399 #if !defined PRIuMAX || PRI_MACROS_BROKEN 400 # undef PRIuMAX 401 # define PRIuMAX (sizeof (uintmax_t) == sizeof (long) ? "lu" : "llu") macro 725 return PRIuMAX; in get_sysdep_segment_value()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | inttypes.h | 143 # define PRIuMAX __PRI64_PREFIX "u" macro
|
/third_party/musl/include/ |
D | inttypes.h | 126 #define PRIuMAX __PRI64 "u" macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | inttypes.h | 126 #define PRIuMAX __PRI64 "u" macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | inttypes.h | 130 #define PRIuMAX __PRI64 "u" macro
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | inttypes.h | 113 #define PRIuMAX PRIu64 macro
|
/third_party/gettext/gettext-runtime/intl/ |
D | loadmsgcat.c | 331 #if !defined PRIuMAX 332 # define PRIuMAX (sizeof (uintmax_t) == sizeof (long) ? "lu" : "llu") macro 657 return PRIuMAX; in get_sysdep_segment_value()
|
/third_party/musl/libc-test/src/api/ |
D | inttypes.c | 153 S(PRIuMAX) in f()
|
/third_party/iowow/src/fs/ |
D | iwfsmfile.c | 1332 … iwlog_ecode_error(rc, "Free-space bitmap length is not 64bit aligned: %" PRIuMAX "", impl->bmlen); in _fsm_read_meta_lr()
|
/third_party/gettext/gettext-tools/doc/ |
D | gettext.texi | 7022 printf (ngettext ("The file has %"PRIuMAX" byte.", 7023 "The file has %"PRIuMAX" bytes.",
|