/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() 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 …]
|
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() 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()
|
D | strncpy_from_user.c | 26 long res = 0; in do_strncpy_from_user() local
|
D | strnlen_user.c | 30 long align, res = 0; in do_strnlen_user() local
|
D | cmdline.c | 91 int res, i = 1; in get_options() local
|
D | string.c | 189 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
|
D | div64.c | 30 uint64_t res, d = 1; in __div64_32() local
|
D | digsig.c | 81 MPI in = NULL, res = NULL, pkey[2]; in digsig_verify_rsa() local
|
D | random32.c | 81 u32 res; in prandom_u32() local
|
D | genalloc.c | 569 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 | 884 int res = -EINVAL; in check_results() local
|
D | dma-debug.c | 1042 int res; in dma_debug_entries_cmdline() local
|
D | vsprintf.c | 644 char *resource_string(char *buf, char *end, struct resource *res, in resource_string()
|
/lib/mpi/ |
D | mpi-pow.c | 37 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
|