Home
last modified time | relevance | path

Searched defs:res (Results 1 – 17 of 17) sorted by relevance

/lib/
Dkstrtox.c49 unsigned long long res; in _parse_integer() local
86 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull()
122 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull()
146 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll()
171 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul()
187 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol()
218 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint()
249 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint()
264 int kstrtou16(const char *s, unsigned int base, u16 *res) in kstrtou16()
279 int kstrtos16(const char *s, unsigned int base, s16 *res) in kstrtos16()
[all …]
Dhweight.c31 unsigned int res = w - ((w >> 1) & 0x5555); in __sw_hweight16() local
40 unsigned int res = w - ((w >> 1) & 0x55); in __sw_hweight8() local
Ddevres.c7 void devm_ioremap_release(struct device *dev, void *res) in devm_ioremap_release()
12 static int devm_ioremap_match(struct device *dev, void *res, void *match_data) in devm_ioremap_match()
107 void __iomem *devm_ioremap_resource(struct device *dev, struct resource *res) in devm_ioremap_resource()
147 static void devm_ioport_map_release(struct device *dev, void *res) in devm_ioport_map_release()
152 static int devm_ioport_map_match(struct device *dev, void *res, in devm_ioport_map_match()
214 static void pcim_iomap_release(struct device *gendev, void *res) in pcim_iomap_release()
Dstrncpy_from_user.c26 long res = 0; in do_strncpy_from_user() local
Dstrnlen_user.c30 long align, res = 0; in do_strnlen_user() local
Dcmdline.c91 int res, i = 1; in get_options() local
Dstring.c189 long res = 0; in strscpy() local
306 size_t res = dsize + len; in strlcat() local
650 int strtobool(const char *s, bool *res) in strtobool()
771 int res = 0; in memcmp() local
Ddiv64.c30 uint64_t res, d = 1; in __div64_32() local
Ddigsig.c81 MPI in = NULL, res = NULL, pkey[2]; in digsig_verify_rsa() local
Drandom32.c81 u32 res; in prandom_u32() local
Dgenalloc.c569 static void devm_gen_pool_release(struct device *dev, void *res) in devm_gen_pool_release()
Dinflate.c1200 int res; in gunzip() local
Ddebugobjects.c884 int res = -EINVAL; in check_results() local
Ddma-debug.c1042 int res; in dma_debug_entries_cmdline() local
Dvsprintf.c644 char *resource_string(char *buf, char *end, struct resource *res, in resource_string()
/lib/mpi/
Dmpi-pow.c37 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod) in mpi_powm()
/lib/zlib_deflate/
Ddefutil.h303 register unsigned res = 0; in bi_reverse() local