Searched defs:max (Results 1 – 7 of 7) sorted by relevance
/lib/ |
D | strnlen_user.c | 27 static inline long do_strnlen_user(const char __user *src, unsigned long count, unsigned long max) in do_strnlen_user() 105 unsigned long max = max_addr - src_addr; in strnlen_user() local 138 unsigned long max = max_addr - src_addr; in strlen_user() local
|
D | strncpy_from_user.c | 23 … inline long do_strncpy_from_user(char *dst, const char __user *src, long count, unsigned long max) in do_strncpy_from_user() 109 unsigned long max = max_addr - src_addr; in strncpy_from_user() local
|
D | idr.c | 453 int max = end > 0 ? end - 1 : INT_MAX; /* inclusive upper limit */ in idr_alloc() local 586 int n, id, max; in __idr_remove_all() local 690 int n, id, max, error = 0; in idr_for_each() local 742 int n, max; in idr_get_next() local 1083 unsigned int max; in ida_simple_get() local
|
D | rbtree_test.c | 48 u32 max = node->val, child_augmented; in augment_recompute() local
|
D | string.c | 188 size_t max = count; in strscpy() local
|
D | kfifo.c | 397 unsigned int max = (1 << (recsize << 3)) - 1; in __kfifo_max_r() local
|
/lib/zlib_inflate/ |
D | inftrees.c | 28 unsigned min, max; /* minimum and maximum code lengths */ in zlib_inflate_table() local
|