/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 | 33 unsigned int res = w - ((w >> 1) & 0x5555); in __sw_hweight16() local 42 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() 135 const struct resource *res) in devm_ioremap_resource() 171 static void devm_ioport_map_release(struct device *dev, void *res) in devm_ioport_map_release() 176 static int devm_ioport_map_match(struct device *dev, void *res, in devm_ioport_map_match() 238 static void pcim_iomap_release(struct device *gendev, void *res) in pcim_iomap_release()
|
D | strncpy_from_user.c | 28 unsigned long res = 0; in do_strncpy_from_user() local
|
D | strnlen_user.c | 30 unsigned long align, res = 0; in do_strnlen_user() local
|
D | cmdline.c | 91 int res, i = 1; in get_options() 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 | string.c | 181 long res = 0; in strscpy() local 355 size_t res = dsize + len; in strlcat() local 862 int res = 0; in memcmp() local
|
D | seq_buf.c | 272 int res = -1; local
|
D | genalloc.c | 572 static void devm_gen_pool_release(struct device *dev, void *res) in devm_gen_pool_release() 577 static int devm_gen_pool_match(struct device *dev, void *res, void *data) in devm_gen_pool_match()
|
D | test-string_helpers.c | 341 char *res, in test_string_get_size_check()
|
D | random32.c | 378 u32 res = siprand_u32(state); in prandom_u32() local
|
D | inflate.c | 1200 int res; in gunzip() local
|
D | debugobjects.c | 887 int res = -EINVAL; in check_results() local
|
D | iov_iter.c | 537 unsigned long res = 0; in iov_iter_alignment() local
|
D | dma-debug.c | 1059 int res; in dma_debug_entries_cmdline() local
|
D | vsprintf.c | 648 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()
|