Home | History | Annotate | Download | only in mips64

Lines Matching refs:SScanF

60 // This macro provides a platform independent use of sscanf. The reason for
61 // SScanF not being implemented in a platform independent was through
64 #define SScanF sscanf // NOLINT
219 return SScanF(desc + 2, "%" SCNx64,
222 return SScanF(desc, "%" SCNu64, reinterpret_cast<uint64_t*>(value)) == 1;
401 // Use sscanf to parse the individual parts of the command line. At the
403 int argc = SScanF(line,