Searched defs:MAX_LEN (Results 1 – 10 of 10) sorted by relevance
7 #define MAX_LEN 4096 macro
228 pub const MAX_LEN: usize = i32::MAX as usize; constant
9 #define MAX_LEN 8192 macro
77 #define MAX_LEN 16 macro
11 enum string_properties {MIN_LEN = 6, MAX_LEN}; enumerator
9 #define MAX_LEN 256 macro
38 #define MAX_LEN 10 /* Maximum number of consecutive macro
25 #define MAX_LEN 2048 macro
918 const MAX_LEN: usize; in maximum_trailing_slice_len() constant925 const MAX_LEN: usize = match T::LAYOUT.size_info { in maximum_trailing_slice_len() constant
3080 #define MAX_LEN (1UL << MAX_PAGE_ORDER << PAGE_SHIFT) macro