Searched defs:res (Results 1 – 13 of 13) sorted by relevance
/lib/ |
D | hweight.c | 14 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
|
D | devres.c | 5 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()
|
D | int_sqrt.c | 13 unsigned long op, res, one; in int_sqrt() local
|
D | prio_heap.c | 28 void *res; in heap_insert() local
|
D | cmdline.c | 90 int res, i = 1; in get_options() local
|
D | div64.c | 29 uint64_t res, d = 1; in __div64_32() local
|
D | vsprintf.c | 161 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()
|
D | string.c | 224 size_t res = dsize + len; in strlcat() local 608 int res = 0; in memcmp() local
|
D | prio_tree.c | 190 struct prio_tree_node *cur, *res = node; in prio_tree_insert() local
|
D | lmb.c | 500 int lmb_find(struct lmb_property *res) in lmb_find()
|
D | inflate.c | 1197 int res; in gunzip() local
|
D | debugobjects.c | 744 int res = -EINVAL; in check_results() local
|
/lib/zlib_deflate/ |
D | defutil.h | 294 register unsigned res = 0; in bi_reverse() local
|