Searched refs:SCNx32 (Results 1 – 11 of 11) sorted by relevance
/external/iproute2/tc/ |
D | em_canid.c | 63 if (sscanf(a->data, "%"SCNx32 ":" "%"SCNx32, &can_id, &can_mask) != 2) { in canid_parse_rule() 64 if (sscanf(a->data, "%"SCNx32, &can_id) != 1) { in canid_parse_rule()
|
/external/clang/lib/Headers/ |
D | inttypes.h | 62 #undef SCNx32 97 #define SCNx32 "x" macro
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 583 #ifndef SCNx32 584 #error SCNx32 not defined
|
/external/opencv3/3rdparty/include/ |
D | msc_inttypes.h | 221 #define SCNx32 "lx" macro
|
/external/mesa3d/include/c99/ |
D | inttypes.h | 223 #define SCNx32 "lx" macro
|
/external/bison/lib/ |
D | inttypes.in.h | 670 #if !defined SCNx32 || @PRI_MACROS_BROKEN@ 671 # undef SCNx32 673 # define SCNx32 "x" macro
|
/external/bison/darwin-lib/ |
D | inttypes.h | 982 #if !defined SCNx32 || 0 983 # undef SCNx32 985 # define SCNx32 "x" macro
|
/external/bison/linux-lib/ |
D | inttypes.h | 982 #if !defined SCNx32 || 0 983 # undef SCNx32 985 # define SCNx32 "x" macro
|
/external/libcxx/include/ |
D | cinttypes | 205 SCNx32
|
D | module.modulemap | 101 …SCNx8, SCNx16, SCNx32, SCNx64, SCNxFAST8, SCNxFAST16, SCNxFAST32, SCNxFAST64, SCNxLEAST8, SCNxLEAS…
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 827 #ifndef SCNx32 828 #error SCNx32 not defined
|