Home
last modified time | relevance | path

Searched defs:nptr (Results 1 – 2 of 2) sorted by relevance

/qemu/util/
H A Dcutils.c223 static int do_strtosz(const char *nptr, const char **end, in do_strtosz()
368 int qemu_strtosz(const char *nptr, const char **end, uint64_t *result) in qemu_strtosz()
373 int qemu_strtosz_MiB(const char *nptr, const char **end, uint64_t *result) in qemu_strtosz_MiB()
378 int qemu_strtosz_metric(const char *nptr, const char **end, uint64_t *result) in qemu_strtosz_metric()
386 static int check_strtox_error(const char *nptr, char *ep, in check_strtox_error()
448 int qemu_strtoi(const char *nptr, const char **endptr, int base, in qemu_strtoi()
504 int qemu_strtoui(const char *nptr, const char **endptr, int base, in qemu_strtoui()
573 int qemu_strtol(const char *nptr, const char **endptr, int base, in qemu_strtol()
618 int qemu_strtoul(const char *nptr, const char **endptr, int base, in qemu_strtoul()
647 int qemu_strtoi64(const char *nptr, const char **endptr, int base, in qemu_strtoi64()
[all …]
/qemu/target/arm/tcg/
H A Dtranslate-sve.c1813 TCGv_ptr dptr, nptr; in do_sat_addsub_vec() local