/lib/ |
D | kstrtox.c | 50 unsigned long long res; in _parse_integer() local 85 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() 121 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() 145 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() 170 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() 186 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol() 217 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() 248 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint() 263 int kstrtou16(const char *s, unsigned int base, u16 *res) in kstrtou16() 278 int kstrtos16(const char *s, unsigned int base, s16 *res) in kstrtos16() [all …]
|
D | test_bitfield.c | 12 #define CHECK_ENC_GET_U(tp, v, field, res) do { \ argument 27 #define CHECK_ENC_GET_LE(tp, v, field, res) do { \ argument 43 #define CHECK_ENC_GET_BE(tp, v, field, res) do { \ argument 59 #define CHECK_ENC_GET(tp, v, field, res) do { \ argument
|
D | hweight.c | 32 unsigned int res = w - ((w >> 1) & 0x5555); in __sw_hweight16() local 41 unsigned int res = w - ((w >> 1) & 0x55); in __sw_hweight8() local
|
D | devres.c | 15 void devm_ioremap_release(struct device *dev, void *res) in devm_ioremap_release() 20 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() 190 struct resource res; in devm_of_iomap() local 204 static void devm_ioport_map_release(struct device *dev, void *res) in devm_ioport_map_release() 209 static int devm_ioport_map_match(struct device *dev, void *res, in devm_ioport_map_match() 271 static void pcim_iomap_release(struct device *gendev, void *res) in pcim_iomap_release()
|
D | usercopy.c | 10 unsigned long res = n; in _copy_from_user() local
|
D | strnlen_user.c | 26 unsigned long align, res = 0; in do_strnlen_user() local
|
D | strncpy_from_user.c | 31 unsigned long res = 0; in do_strncpy_from_user() local
|
D | cmdline.c | 89 int res, i = 1; in get_options() local
|
D | string.c | 184 long res = 0; in strscpy() local 335 size_t res = dsize + len; in strlcat() local 882 int res = 0; in memcmp() local
|
D | digsig.c | 78 MPI in = NULL, res = NULL, pkey[2]; in digsig_verify_rsa() local
|
D | seq_buf.c | 269 int res = -1; local
|
D | random32.c | 82 u32 res; in prandom_u32() local
|
D | test-string_helpers.c | 341 char *res, in test_string_get_size_check()
|
D | genalloc.c | 772 static void devm_gen_pool_release(struct device *dev, void *res) in devm_gen_pool_release() 777 static int devm_gen_pool_match(struct device *dev, void *res, void *data) in devm_gen_pool_match()
|
D | string_helpers.c | 600 int i, res; in kstrdup_quotable_cmdline() local
|
D | inflate.c | 1201 int res; in gunzip() local
|
D | iov_iter.c | 1192 unsigned long res = 0; in iov_iter_alignment() local 1211 unsigned long res = 0; in iov_iter_gap_alignment() local
|
D | debugobjects.c | 1153 int res = -EINVAL; in check_results() local
|
D | vsprintf.c | 981 char *resource_string(char *buf, char *end, struct resource *res, in resource_string()
|
/lib/vdso/ |
D | gettimeofday.c | 121 __cvdso_clock_gettime32(clockid_t clock, struct old_timespec32 *res) in __cvdso_clock_gettime32() 181 int __cvdso_clock_getres_common(clockid_t clock, struct __kernel_timespec *res) in __cvdso_clock_getres_common() 224 int __cvdso_clock_getres(clockid_t clock, struct __kernel_timespec *res) in __cvdso_clock_getres() 234 __cvdso_clock_getres_time32(clockid_t clock, struct old_timespec32 *res) in __cvdso_clock_getres_time32()
|
/lib/fonts/ |
D | fonts.c | 109 int i, c, cc, res; in get_default_font() local
|
/lib/math/ |
D | div64.c | 33 uint64_t res, d = 1; in __div64_32() local
|
/lib/mpi/ |
D | mpi-pow.c | 24 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod) in mpi_powm()
|
/lib/zstd/ |
D | decompress.c | 1691 const size_t res = ZSTD_decompressFrame(dctx, dst, dstCapacity, &src, &srcSize); in ZSTD_decompressMultiFrame() local
|