Searched refs:SCNu64 (Results 1 – 13 of 13) sorted by relevance
/external/bison/lib/ |
D | inttypes.in.h | 705 # if !defined SCNu64 || @PRI_MACROS_BROKEN@ 706 # undef SCNu64 707 # define SCNu64 _SCNu64_PREFIX "u" macro 792 # define SCNuLEAST64 SCNu64 839 # define SCNuFAST8 SCNu64 893 # define SCNuFAST16 SCNu64 937 # define SCNuFAST32 SCNu64 967 # define SCNuFAST64 SCNu64 1002 # define SCNuMAX SCNu64
|
/external/bison/linux-lib/ |
D | inttypes.h | 1017 # if !defined SCNu64 || 0 1018 # undef SCNu64 1019 # define SCNu64 _SCNu64_PREFIX "u" macro 1104 # define SCNuLEAST64 SCNu64 1151 # define SCNuFAST8 SCNu64 1205 # define SCNuFAST16 SCNu64 1249 # define SCNuFAST32 SCNu64 1279 # define SCNuFAST64 SCNu64 1314 # define SCNuMAX SCNu64
|
/external/bison/darwin-lib/ |
D | inttypes.h | 1017 # if !defined SCNu64 || 0 1018 # undef SCNu64 1019 # define SCNu64 _SCNu64_PREFIX "u" macro 1104 # define SCNuLEAST64 SCNu64 1151 # define SCNuFAST8 SCNu64 1205 # define SCNuFAST16 SCNu64 1249 # define SCNuFAST32 SCNu64 1279 # define SCNuFAST64 SCNu64 1314 # define SCNuMAX SCNu64
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 182 SCNu64 = "lu" variable 183 SCNu64 = "llu" variable
|
/external/libusb/msvc/ |
D | inttypes.h | 223 #define SCNu64 "I64u" macro
|
/external/syslinux/com32/include/ |
D | inttypes.h | 191 #define SCNu64 __PRI64_RANK "u" macro
|
/external/libcxx/include/ |
D | cinttypes | 188 SCNu64
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 775 #ifndef SCNu64 776 #error SCNu64 not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 775 #ifndef SCNu64 776 #error SCNu64 not defined
|
/external/libdrm/tests/modetest/ |
D | modetest.c | 1430 if (sscanf(arg, "%d:%32[^:]:%" SCNu64, &p->obj_id, p->name, &p->value) != 3) in parse_property()
|
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 3305 return SScanF(desc, "%" SCNu64, in GetValue()
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 177 return SScanF(desc, "%" SCNu64, reinterpret_cast<uint64_t*>(value)) == 1; in GetValue()
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 160 return SScanF(desc, "%" SCNu64, reinterpret_cast<uint64_t*>(value)) == 1; in GetValue()
|