Home
last modified time | relevance | path

Searched refs:SCNx32 (Results 1 – 11 of 11) sorted by relevance

/external/iproute2/tc/
Dem_canid.c63 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/
Dinttypes.h62 #undef SCNx32
97 #define SCNx32 "x" macro
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp583 #ifndef SCNx32
584 #error SCNx32 not defined
/external/opencv3/3rdparty/include/
Dmsc_inttypes.h221 #define SCNx32 "lx" macro
/external/mesa3d/include/c99/
Dinttypes.h223 #define SCNx32 "lx" macro
/external/bison/lib/
Dinttypes.in.h670 #if !defined SCNx32 || @PRI_MACROS_BROKEN@
671 # undef SCNx32
673 # define SCNx32 "x" macro
/external/bison/darwin-lib/
Dinttypes.h982 #if !defined SCNx32 || 0
983 # undef SCNx32
985 # define SCNx32 "x" macro
/external/bison/linux-lib/
Dinttypes.h982 #if !defined SCNx32 || 0
983 # undef SCNx32
985 # define SCNx32 "x" macro
/external/libcxx/include/
Dcinttypes205 SCNx32
Dmodule.modulemap101 …SCNx8, SCNx16, SCNx32, SCNx64, SCNxFAST8, SCNxFAST16, SCNxFAST32, SCNxFAST64, SCNxLEAST8, SCNxLEAS…
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp827 #ifndef SCNx32
828 #error SCNx32 not defined