Home
last modified time | relevance | path

Searched refs:PRIxLEAST32 (Results 1 – 8 of 8) sorted by relevance

/third_party/e2fsprogs/intl/
Dloadmsgcat.c259 #if !defined PRIxLEAST32 || PRI_MACROS_BROKEN
260 # undef PRIxLEAST32
261 # define PRIxLEAST32 "x" macro
625 return PRIxLEAST32; in get_sysdep_segment_value()
/third_party/uboot/u-boot-2020.01/include/
Dinttypes.h115 # define PRIxLEAST32 "x" macro
/third_party/musl/include/
Dinttypes.h100 #define PRIxLEAST32 "x" macro
/third_party/musl/porting/liteos_a/kernel/include/
Dinttypes.h100 #define PRIxLEAST32 "x" macro
/third_party/musl/porting/liteos_m/kernel/include/
Dinttypes.h104 #define PRIxLEAST32 "x" macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Dinttypes.h121 #define PRIxLEAST32 "x" macro
/third_party/gettext/gettext-runtime/intl/
Dloadmsgcat.c226 #if !defined PRIxLEAST32
227 # define PRIxLEAST32 "x" macro
557 return PRIxLEAST32; in get_sysdep_segment_value()
/third_party/musl/libc-test/src/api/
Dinttypes.c161 S(PRIxLEAST32) in f()