Home
last modified time | relevance | path

Searched refs:SCNx32 (Results 1 – 12 of 12) 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.h66 #undef SCNx32
101 #define SCNx32 "x" macro
/external/llvm-project/clang/lib/Headers/
Dinttypes.h57 #undef SCNx32
92 #define SCNx32 "x" macro
/external/python/pycparser/utils/fake_libc_include/
D_fake_defines.h134 #define SCNx32 "x" macro
/external/llvm-project/libcxx/include/
Dcinttypes204 SCNx32
/external/libcxx/include/
Dcinttypes205 SCNx32
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py185 SCNx32 = "x" variable
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp828 #ifndef SCNx32
829 #error SCNx32 not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp827 #ifndef SCNx32
828 #error SCNx32 not defined
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp828 #ifndef SCNx32
829 #error SCNx32 not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp827 #ifndef SCNx32
828 #error SCNx32 not defined
/external/tpm2-tss/src/tss2-fapi/
Difapi_helpers.c84 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()