Home | History | Annotate | Download | only in arm

Lines Matching full:sscanf

46 // This macro provides a platform independent use of sscanf. The reason for
47 // SScanF not being implemented in a platform independent way through
50 #define SScanF sscanf // NOLINT
184 return SScanF(desc + 2, "%x", reinterpret_cast<uint32_t*>(value)) == 1;
186 return SScanF(desc, "%u", reinterpret_cast<uint32_t*>(value)) == 1;
301 // Use sscanf to parse the individual parts of the command line. At the
303 int argc = SScanF(line,