Searched defs:max (Results 1 – 17 of 17) sorted by relevance
| /lib/zlib/ |
| A D | uncompr.c | 36 const uInt max = (uInt)-1; local
|
| A D | inftrees.c | 38 unsigned min, max; /* minimum and maximum code lengths */ in inflate_table() local
|
| /lib/mbedtls/external/mbedtls/programs/psa/ |
| A D | psa_constant_names.c | 195 int process_signed(signed_value_type type, long min, long max, char **argp) in process_signed() 234 int process_unsigned(unsigned_value_type type, unsigned long max, char **argp) in process_unsigned()
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | ssl_cache.c | 381 void mbedtls_ssl_cache_set_max_entries(mbedtls_ssl_cache_context *cache, int max) in mbedtls_ssl_cache_set_max_entries()
|
| A D | x509.c | 53 #define CHECK_RANGE(min, max, val) \ argument
|
| A D | ssl_tls.c | 1658 uint32_t min, uint32_t max) in mbedtls_ssl_conf_handshake_timeout()
|
| /lib/ |
| A D | membuf.c | 326 int membuf_extend_by(struct membuf *mb, int by, int max) in membuf_extend_by()
|
| A D | smbios.c | 64 int max; member
|
| A D | fdtdec.c | 568 int max = -1; in fdtdec_get_alias_highest_id() local
|
| /lib/zstd/common/ |
| A D | entropy_common.c | 146 int const max = (2*threshold-1) - remaining; in FSE_readNCount_body() local
|
| A D | zstd_internal.h | 49 #define BOUNDED(min,val,max) (MAX(min,MIN(val,max))) argument
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | stats.h | 105 mem_size_t max; member 112 STAT_COUNTER max; member
|
| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | snmp_core.h | 265 u32_t max; member
|
| /lib/zstd/decompress/ |
| A D | zstd_decompress_block.c | 599 symbolEncodingType_e type, unsigned max, U32 maxLog, in ZSTD_buildSeqTable() 1945 U32 const max = 1 << tableLog; local
|
| A D | zstd_decompress.c | 1592 size_t const max = (size_t)1 << bounds.upperBound; in ZSTD_DCtx_setMaxWindowSize() local
|
| /lib/lwip/lwip/src/core/ipv4/ |
| A D | dhcp.c | 116 #define SET_TIMEOUT_FROM_OFFERED(result, offered, min, max) do { \ argument
|
| /lib/efi_loader/ |
| A D | efi_boottime.c | 182 const int max = strlen(indent); in indent_string() local
|
Completed in 66 milliseconds