Home
last modified time | relevance | path

Searched refs:SCNu64 (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py182 SCNu64 = "lu" variable
183 SCNu64 = "llu" variable
/external/python/pycparser/utils/fake_libc_include/
D_fake_defines.h138 #define SCNu64 "u" macro
/external/llvm-project/libcxx/include/
Dcinttypes187 SCNu64
/external/libcxx/include/
Dcinttypes188 SCNu64
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp776 #ifndef SCNu64
777 #error SCNu64 not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp775 #ifndef SCNu64
776 #error SCNu64 not defined
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp776 #ifndef SCNu64
777 #error SCNu64 not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp775 #ifndef SCNu64
776 #error SCNu64 not defined
/external/gptfdisk/
Dsupport.cc84 num = sscanf(line, "%" SCNu64, &response); in GetNumber()
/external/libdrm/tests/modetest/
Dmodetest.c1985 if (sscanf(arg, "%d:%32[^:]:%" SCNu64, &p->obj_id, p->name, &p->value) != 3) in parse_property()