/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
int_fmtio.h | 192 #define SCNu64 "lu" /* uint64_t */
|
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/ |
int_fmtio.h | 192 #define SCNu64 "lu" /* uint64_t */
|
/bootable/recovery/otautil/ |
sysutil.cpp | 55 if (sscanf(lines[1].c_str(), "%" SCNu64 "%" SCNu32, &file_size, &blksize) != 2) { 84 if (sscanf(line.c_str(), "%" SCNu64 "%" SCNu64, &start, &end) != 2) {
|
/external/libusb/msvc/ |
inttypes.h | 223 #define SCNu64 "I64u"
|
/external/python/cpython2/Lib/plat-sunos5/ |
TYPES.py | 182 SCNu64 = "lu" 183 SCNu64 = "llu"
|
/bionic/libc/include/ |
inttypes.h | 219 #define SCNu64 __PRI_64_prefix"u" /* uint64_t */
|
/external/u-boot/include/ |
inttypes.h | 206 # define SCNu64 __PRI64_PREFIX "u"
|
/external/libcxx/test/std/depr/depr.c.headers/ |
inttypes_h.pass.cpp | 775 #ifndef SCNu64 776 #error SCNu64 not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
cinttypes.pass.cpp | 775 #ifndef SCNu64 776 #error SCNu64 not defined
|
/device/google/marlin/power/ |
power-helper.c | 598 sscanf(offset, ":%" SCNu64, &value);
|
/external/libdrm/tests/modetest/ |
modetest.c | [all...] |
/external/v8/src/arm64/ |
simulator-arm64.cc | [all...] |
/external/v8/src/mips/ |
simulator-mips.cc | 177 return SScanF(desc, "%" SCNu64, reinterpret_cast<uint64_t*>(value)) == 1; [all...] |
/external/v8/src/mips64/ |
simulator-mips64.cc | 159 return SScanF(desc, "%" SCNu64, reinterpret_cast<uint64_t*>(value)) == 1; [all...] |