Home
last modified time | relevance | path

Searched refs:SCNx64 (Results 1 – 13 of 13) sorted by relevance

/external/bison/lib/
Dinttypes.in.h709 # if !defined SCNx64 || @PRI_MACROS_BROKEN@
710 # undef SCNx64
711 # define SCNx64 _SCNu64_PREFIX "x" macro
796 # define SCNxLEAST64 SCNx64
851 # define SCNxFAST8 SCNx64
903 # define SCNxFAST16 SCNx64
945 # define SCNxFAST32 SCNx64
971 # define SCNxFAST64 SCNx64
1010 # define SCNxMAX SCNx64
/external/bison/darwin-lib/
Dinttypes.h1021 # if !defined SCNx64 || 0
1022 # undef SCNx64
1023 # define SCNx64 _SCNu64_PREFIX "x" macro
1108 # define SCNxLEAST64 SCNx64
1163 # define SCNxFAST8 SCNx64
1215 # define SCNxFAST16 SCNx64
1257 # define SCNxFAST32 SCNx64
1283 # define SCNxFAST64 SCNx64
1322 # define SCNxMAX SCNx64
/external/bison/linux-lib/
Dinttypes.h1021 # if !defined SCNx64 || 0
1022 # undef SCNx64
1023 # define SCNx64 _SCNu64_PREFIX "x" macro
1108 # define SCNxLEAST64 SCNx64
1163 # define SCNxFAST8 SCNx64
1215 # define SCNxFAST16 SCNx64
1257 # define SCNxFAST32 SCNx64
1283 # define SCNxFAST64 SCNx64
1322 # define SCNxMAX SCNx64
/external/libchrome/base/trace_event/
Dprocess_memory_maps_dump_provider.cc34 if (sscanf(header_line, "%" SCNx64 "-%" SCNx64 " %4c %*s %*s %*s%4095[^\n]\n", in ParseSmapsHeader()
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp587 #ifndef SCNx64
588 #error SCNx64 not defined
/external/opencv3/3rdparty/include/
Dmsc_inttypes.h234 #define SCNx64 "I64x" macro
/external/mesa3d/include/c99/
Dinttypes.h236 #define SCNx64 "I64x" macro
/external/libcxx/include/
Dcinttypes206 SCNx64
Dmodule.modulemap101 …SCNx8, SCNx16, SCNx32, SCNx64, SCNxFAST8, SCNxFAST16, SCNxFAST32, SCNxFAST64, SCNxLEAST8, SCNxLEAS…
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp831 #ifndef SCNx64
832 #error SCNx64 not defined
/external/v8/src/arm64/
Dsimulator-arm64.cc3263 return SScanF(desc + 2, "%" SCNx64, in GetValue()
/external/v8/src/mips/
Dsimulator-mips.cc229 return SScanF(desc + 2, "%" SCNx64, in GetValue()
/external/v8/src/mips64/
Dsimulator-mips64.cc219 return SScanF(desc + 2, "%" SCNx64, in GetValue()