/lib/ |
D | strnlen_user.c | 23 static inline long do_strnlen_user(const char __user *src, unsigned long count, unsigned long max) in do_strnlen_user() 102 unsigned long max = max_addr - src_addr; in strnlen_user() local
|
D | strncpy_from_user.c | 28 unsigned long count, unsigned long max) in do_strncpy_from_user() 107 unsigned long max = max_addr - src_addr; in strncpy_from_user() local
|
D | xarray.c | 411 unsigned long max = xas->xa_index; in xas_max() local 560 unsigned long max = xas_max(xas); in xas_expand() local 773 unsigned int offset, max; in xas_store() local 1079 void *xas_find(struct xa_state *xas, unsigned long max) in xas_find() 1148 void *xas_find_marked(struct xa_state *xas, unsigned long max, xa_mark_t mark) in xas_find_marked() 1812 unsigned long max, xa_mark_t filter) in xa_find() 1861 unsigned long max, xa_mark_t filter) in xa_find_after() 1892 unsigned long max, unsigned int n) in xas_extract_present() 1911 unsigned long max, unsigned int n, xa_mark_t mark) in xas_extract_marked() 1958 unsigned long max, unsigned int n, xa_mark_t filter) in xa_extract()
|
D | idr.c | 34 unsigned long max, gfp_t gfp) in idr_alloc_u32() 120 int err, max = end > 0 ? end - 1 : INT_MAX; in idr_alloc_cyclic() local 379 int ida_alloc_range(struct ida *ida, unsigned int min, unsigned int max, in ida_alloc_range()
|
D | test_xarray.c | 329 unsigned long max = (1UL << order) - 1; in check_xa_shrink() local 508 unsigned long max = min + (1UL << order); in check_multi_store_1() local 875 unsigned int max = (2 << i) - 1; in check_store_iter() local
|
D | rbtree_test.c | 225 u32 subtree, max = node->val; in check_augmented() local
|
D | radix-tree.c | 615 unsigned long max = index; in __radix_tree_create() local 1487 unsigned long max) in idr_get_free()
|
D | kfifo.c | 384 unsigned int max = (1 << (recsize << 3)) - 1; in __kfifo_max_r() local
|
D | string.c | 183 size_t max = count; in strscpy() local
|
D | objagg.c | 225 unsigned int min, max; in objagg_obj_root_id_alloc() local
|
D | test_kmod.c | 915 unsigned int max) in test_dev_config_update_uint_range()
|
/lib/zlib_inflate/ |
D | inftrees.c | 28 unsigned min, max; /* minimum and maximum code lengths */ in zlib_inflate_table() local
|
/lib/zstd/ |
D | entropy_common.c | 118 int const max = (2 * threshold - 1) - remaining; in FSE_readNCount() local
|
D | fse_compress.c | 263 int const max = (2 * threshold - 1) - remaining; in FSE_writeNCount_generic() local 329 unsigned max = 0; in FSE_count_simple() local 363 unsigned max = 0; in FSE_count_parallel_wksp() local
|
D | compress.c | 150 #define CLAMPCHECK(val, min, max) \ in ZSTD_checkCParams() argument 652 U32 max = MaxLL; in ZSTD_compressSequences_internal() local 684 U32 max = MaxOff; in ZSTD_compressSequences_internal() local 716 U32 max = MaxML; in ZSTD_compressSequences_internal() local
|
D | decompress.c | 752 …e *DTableSpace, const FSE_DTable **DTablePtr, symbolEncodingType_e type, U32 max, U32 maxLog, cons… in ZSTD_buildSeqTable()
|
/lib/math/ |
D | prime_numbers.c | 264 static int selftest(unsigned long max) in selftest()
|