Home
last modified time | relevance | path

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

/lib/
Dhweight.c14 unsigned int res = w - ((w >> 1) & 0x55555555); in hweight32() local
24 unsigned int res = w - ((w >> 1) & 0x5555); in hweight16() local
33 unsigned int res = w - ((w >> 1) & 0x55); in hweight8() local
Ddevres.c5 void devm_ioremap_release(struct device *dev, void *res) in devm_ioremap_release()
10 static int devm_ioremap_match(struct device *dev, void *res, void *match_data) in devm_ioremap_match()
91 static void devm_ioport_map_release(struct device *dev, void *res) in devm_ioport_map_release()
96 static int devm_ioport_map_match(struct device *dev, void *res, in devm_ioport_map_match()
157 static void pcim_iomap_release(struct device *gendev, void *res) in pcim_iomap_release()
Dint_sqrt.c13 unsigned long op, res, one; in int_sqrt() local
Dprio_heap.c28 void *res; in heap_insert() local
Dcmdline.c90 int res, i = 1; in get_options() local
Ddiv64.c29 uint64_t res, d = 1; in __div64_32() local
Dvsprintf.c161 int strict_strtoul(const char *cp, unsigned int base, unsigned long *res) in strict_strtoul()
197 int strict_strtol(const char *cp, unsigned int base, long *res) in strict_strtol()
234 int strict_strtoull(const char *cp, unsigned int base, unsigned long long *res) in strict_strtoull()
270 int strict_strtoll(const char *cp, unsigned int base, long long *res) in strict_strtoll()
558 static char *resource_string(char *buf, char *end, struct resource *res, int field_width, int preci… in resource_string()
Dstring.c224 size_t res = dsize + len; in strlcat() local
608 int res = 0; in memcmp() local
Dprio_tree.c190 struct prio_tree_node *cur, *res = node; in prio_tree_insert() local
Dlmb.c500 int lmb_find(struct lmb_property *res) in lmb_find()
Dinflate.c1197 int res; in gunzip() local
Ddebugobjects.c744 int res = -EINVAL; in check_results() local
/lib/zlib_deflate/
Ddefutil.h294 register unsigned res = 0; in bi_reverse() local