/device/google/bonito/json-c/ |
json_inttypes.h | 17 #define SCNd64 "I64d"
|
json_util.c | 163 (void)sscanf(" -01234567890123456789012345", "%" SCNd64, &num64); 167 (void)sscanf(" 01234567890123456789012345", "%" SCNd64, &num64); 197 if (sscanf(buf, "%" SCNd64, &num64) != 1)
|
/device/google/crosshatch/json-c/ |
json_inttypes.h | 17 #define SCNd64 "I64d"
|
json_util.c | 163 (void)sscanf(" -01234567890123456789012345", "%" SCNd64, &num64); 167 (void)sscanf(" 01234567890123456789012345", "%" SCNd64, &num64); 197 if (sscanf(buf, "%" SCNd64, &num64) != 1)
|
/bionic/benchmarks/ |
bionic_benchmarks.cpp | 241 ret = sscanf(arg.c_str(), "AT_ONEBUF_MANUAL_ALIGN_%" SCNd64 "_SIZE_%" SCNd64, 244 ret = sscanf(arg.c_str(), "AT_ONEBUF_MANUAL_ALIGN_%" SCNd64 "_SIZE_" 285 ret = sscanf(arg.c_str(), "AT_TWOBUF_MANUAL_ALIGN1_%" SCNd64 "_ALIGN2_%" SCNd64 "_SIZE_%" SCNd64, 288 ret = sscanf(arg.c_str(), "AT_TWOBUF_MANUAL_ALIGN1_%" SCNd64 "_ALIGN2_%" SCNd64 "_SIZE_"
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
int_fmtio.h | 145 #define SCNd64 "ld" /* int64_t */
|
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/ |
int_fmtio.h | 145 #define SCNd64 "ld" /* int64_t */
|
/external/libusb/msvc/ |
inttypes.h | 165 #define SCNd64 "I64d"
|
/external/python/cpython2/Lib/plat-sunos5/ |
TYPES.py | 170 SCNd64 = "ld" 171 SCNd64 = "lld"
|
/bionic/libc/include/ |
inttypes.h | 164 #define SCNd64 __PRI_64_prefix"d" /* int64_t */
|
/external/u-boot/include/ |
inttypes.h | 174 # define SCNd64 __PRI64_PREFIX "d"
|
/external/libcxx/test/std/depr/depr.c.headers/ |
inttypes_h.pass.cpp | 607 #ifndef SCNd64 608 #error SCNd64 not defined
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
cinttypes.pass.cpp | 607 #ifndef SCNd64 608 #error SCNd64 not defined
|
/device/google/cuttlefish_common/guest/hals/camera/ |
Exif.cpp | 231 if (sscanf(value, "%" SCNd64 "%c", outValue, &dummy) == 1) {
|
/external/tensorflow/tensorflow/core/util/ |
command_line_flags.cc | 75 if (sscanf(arg.data(), "%" SCNd64 "%c", &parsed_int64, &extra) != 1) {
|
/device/generic/goldfish/camera/ |
Exif.cpp | 240 if (sscanf(value, "%" SCNd64 "%c", outValue, &dummy) == 1) {
|
/external/skia/tools/skqp/src/ |
skqp.cpp | 110 if (1 != sscanf(number.c_str(), "%" SCNd64 , &value)) {
|
/external/skqp/tools/skqp/src/ |
skqp.cpp | 110 if (1 != sscanf(number.c_str(), "%" SCNd64 , &value)) {
|
/external/f2fs-tools/tools/sg_write_buffer/ |
sg_lib.c | [all...] |