Searched refs:SCNx32 (Results 1 – 12 of 12) 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 | 66 #undef SCNx32 101 #define SCNx32 "x" macro
|
/external/llvm-project/clang/lib/Headers/ |
D | inttypes.h | 57 #undef SCNx32 92 #define SCNx32 "x" macro
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_defines.h | 134 #define SCNx32 "x" macro
|
/external/llvm-project/libcxx/include/ |
D | cinttypes | 204 SCNx32
|
/external/libcxx/include/ |
D | cinttypes | 205 SCNx32
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 185 SCNx32 = "x" variable
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 828 #ifndef SCNx32 829 #error SCNx32 not defined
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 827 #ifndef SCNx32 828 #error SCNx32 not defined
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 828 #ifndef SCNx32 829 #error SCNx32 not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 827 #ifndef SCNx32 828 #error SCNx32 not defined
|
/external/tpm2-tss/src/tss2-fapi/ |
D | ifapi_helpers.c | 84 sscanf(&flag[2], "%"SCNx32 "%n", &handle, &pos); in ifapi_set_key_flags() 178 sscanf(&flag[2], "%"SCNx32 "%n", &handle, &pos); in ifapi_set_nv_flags()
|