Home
last modified time | relevance | path

Searched refs:PRIuMAX (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/doc/html/boost_asio/example/cpp11/handler_tracking/
Dcustom_tracking.hpp102 "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/
Dcustom_tracking.hpp102 "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/
Dprivate.h194 # define PRIuMAX "llu" macro
197 # define PRIuMAX "lu" macro
Dzdump.c861 #ifdef PRIuMAX in tformat()
863 return "%"PRIuMAX; in tformat()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h194 # define PRIuMAX "llu" macro
197 # define PRIuMAX "lu" macro
Dzdump.c861 #ifdef PRIuMAX in tformat()
863 return "%"PRIuMAX; in tformat()
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h194 # define PRIuMAX "llu" macro
197 # define PRIuMAX "lu" macro
Dzdump.c861 #ifdef PRIuMAX in tformat()
863 return "%"PRIuMAX; in tformat()
/third_party/tzdata/
Dprivate.h344 #ifndef PRIuMAX
346 # define PRIuMAX "llu" macro
348 # define PRIuMAX "lu" macro
Dstrftime.c341 else sprintf(buf, "%"PRIuMAX, in _fmt()
Dzdump.c1058 #ifdef PRIuMAX in tformat()
1060 return "%"PRIuMAX; in tformat()
/third_party/e2fsprogs/intl/
Dloadmsgcat.c399 #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/
Dinttypes.h143 # define PRIuMAX __PRI64_PREFIX "u" macro
/third_party/musl/include/
Dinttypes.h126 #define PRIuMAX __PRI64 "u" macro
/third_party/musl/porting/liteos_a/kernel/include/
Dinttypes.h126 #define PRIuMAX __PRI64 "u" macro
/third_party/musl/porting/liteos_m/kernel/include/
Dinttypes.h130 #define PRIuMAX __PRI64 "u" macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Dinttypes.h113 #define PRIuMAX PRIu64 macro
/third_party/gettext/gettext-runtime/intl/
Dloadmsgcat.c331 #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/
Dinttypes.c153 S(PRIuMAX) in f()
/third_party/iowow/src/fs/
Diwfsmfile.c1332 … 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/
Dgettext.texi7022 printf (ngettext ("The file has %"PRIuMAX" byte.",
7023 "The file has %"PRIuMAX" bytes.",