Home
last modified time | relevance | path

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

/lib/
Dkstrtox.c50 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 …]
Dtest_bitfield.c12 #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
Dhweight.c32 unsigned int res = w - ((w >> 1) & 0x5555); in __sw_hweight16() local
41 unsigned int res = w - ((w >> 1) & 0x55); in __sw_hweight8() local
Ddevres.c15 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()
Dusercopy.c10 unsigned long res = n; in _copy_from_user() local
Dstrnlen_user.c26 unsigned long align, res = 0; in do_strnlen_user() local
Dstrncpy_from_user.c31 unsigned long res = 0; in do_strncpy_from_user() local
Dcmdline.c89 int res, i = 1; in get_options() local
Dstring.c184 long res = 0; in strscpy() local
335 size_t res = dsize + len; in strlcat() local
882 int res = 0; in memcmp() local
Ddigsig.c78 MPI in = NULL, res = NULL, pkey[2]; in digsig_verify_rsa() local
Dseq_buf.c269 int res = -1; local
Drandom32.c82 u32 res; in prandom_u32() local
Dtest-string_helpers.c341 char *res, in test_string_get_size_check()
Dgenalloc.c772 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()
Dstring_helpers.c600 int i, res; in kstrdup_quotable_cmdline() local
Dinflate.c1201 int res; in gunzip() local
Diov_iter.c1192 unsigned long res = 0; in iov_iter_alignment() local
1211 unsigned long res = 0; in iov_iter_gap_alignment() local
Ddebugobjects.c1153 int res = -EINVAL; in check_results() local
Dvsprintf.c981 char *resource_string(char *buf, char *end, struct resource *res, in resource_string()
/lib/vdso/
Dgettimeofday.c121 __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/
Dfonts.c109 int i, c, cc, res; in get_default_font() local
/lib/math/
Ddiv64.c33 uint64_t res, d = 1; in __div64_32() local
/lib/mpi/
Dmpi-pow.c24 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod) in mpi_powm()
/lib/zstd/
Ddecompress.c1691 const size_t res = ZSTD_decompressFrame(dctx, dst, dstCapacity, &src, &srcSize); in ZSTD_decompressMultiFrame() local