/lib/ |
D | kstrtox.c | 49 unsigned long long res; in _parse_integer() local 86 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() 123 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() 147 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() 172 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() 188 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol() 219 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() 250 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint() 265 int kstrtou16(const char *s, unsigned int base, u16 *res) in kstrtou16() 280 int kstrtos16(const char *s, unsigned int base, s16 *res) in kstrtos16() [all …]
|
D | hweight.c | 31 unsigned int res = w - ((w >> 1) & 0x5555); in __sw_hweight16() local 40 unsigned int res = w - ((w >> 1) & 0x55); in __sw_hweight8() local
|
D | devres.c | 7 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() 159 struct resource *res) in devm_request_and_ioremap() 175 static void devm_ioport_map_release(struct device *dev, void *res) in devm_ioport_map_release() 180 static int devm_ioport_map_match(struct device *dev, void *res, in devm_ioport_map_match() 242 static void pcim_iomap_release(struct device *gendev, void *res) in pcim_iomap_release()
|
D | prio_heap.c | 28 void *res; in heap_insert() local
|
D | cmdline.c | 90 int res, i = 1; in get_options() local
|
D | strncpy_from_user.c | 25 long res = 0; in do_strncpy_from_user() local
|
D | strnlen_user.c | 30 long align, res = 0; in do_strnlen_user() local
|
D | div64.c | 30 uint64_t res, d = 1; in __div64_32() local
|
D | string.c | 223 size_t res = dsize + len; in strlcat() local 549 int strtobool(const char *s, bool *res) in strtobool() 654 int res = 0; in memcmp() local
|
D | digsig.c | 81 MPI in = NULL, res = NULL, pkey[2]; in digsig_verify_rsa() local
|
D | dynamic_debug.c | 540 int res; in __dynamic_pr_debug() local 566 int res; in __dynamic_dev_dbg() local 600 int res; in __dynamic_netdev_dbg() local
|
D | genalloc.c | 486 static void devm_gen_pool_release(struct device *dev, void *res) in devm_gen_pool_release()
|
D | inflate.c | 1200 int res; in gunzip() local
|
D | debugobjects.c | 875 int res = -EINVAL; in check_results() local
|
D | dma-debug.c | 839 int res; in dma_debug_entries_cmdline() local
|
D | vsprintf.c | 567 char *resource_string(char *buf, char *end, struct resource *res, in resource_string()
|
/lib/mpi/ |
D | mpi-pow.c | 36 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod) in mpi_powm()
|
/lib/zlib_deflate/ |
D | defutil.h | 303 register unsigned res = 0; in bi_reverse() local
|