Searched defs:max_size (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-current/contrib/llvm-project/libcxx/src/include/
H A Dsso_allocator.h72 _LIBCPP_HIDE_FROM_ABI size_type max_size() const throw() { return size_type(~0) / sizeof(_Tp); } function in class:__sso_allocator
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dtest_crypto_wrapping.c38 test_wrapping(krb5_context context, size_t min_size, size_t max_size, size_t step, krb5_enctype etype) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, argument
/freebsd-current/libexec/talkd/
H A Dannounce.c96 int i, j, max_size; local
[all...]
/freebsd-current/contrib/ofed/opensm/complib/
H A Dcl_pool.c67 cl_qcpool_init(IN cl_qcpool_t * const p_pool, IN const size_t min_size, IN const size_t max_size, IN const size_t grow_size, IN const size_t * const component_sizes, IN const uint32_t num_components, IN cl_pfn_qcpool_init_t pfn_initializer OPTIONAL, IN cl_pfn_qcpool_dtor_t pfn_destructor OPTIONAL, IN const void *const context) argument
423 cl_qpool_init(IN cl_qpool_t * const p_pool, IN const size_t min_size, IN const size_t max_size, IN const size_t grow_size, IN const size_t object_size, IN cl_pfn_qpool_init_t pfn_initializer OPTIONAL, IN cl_pfn_qpool_dtor_t pfn_destructor OPTIONAL, IN const void *const context) argument
520 cl_cpool_init(IN cl_cpool_t * const p_pool, IN const size_t min_size, IN const size_t max_size, IN const size_t grow_size, IN size_t * const component_sizes, IN const uint32_t num_components, IN cl_pfn_cpool_init_t pfn_initializer OPTIONAL, IN cl_pfn_cpool_dtor_t pfn_destructor OPTIONAL, IN const void *const context) argument
626 cl_pool_init(IN cl_pool_t * const p_pool, IN const size_t min_size, IN const size_t max_size, IN const size_t grow_size, IN const size_t object_size, IN cl_pfn_pool_init_t pfn_initializer OPTIONAL, IN cl_pfn_pool_dtor_t pfn_destructor OPTIONAL, IN const void *const context) argument
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_debug.c91 zfs_dbgmsg_purge(uint_t max_size) argument
/freebsd-current/crypto/openssl/crypto/async/
H A Dasync_local.h73 size_t max_size; member in struct:async_pool_st
H A Dasync.c352 int ASYNC_init_thread(size_t max_size, size_t init_size) argument
/freebsd-current/contrib/arm-optimized-routines/string/bench/
H A Dmemset.c114 init_memset (size_t max_size) argument
H A Dmemcpy.c145 init_copies (size_t max_size) argument
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_debug.c71 zfs_dbgmsg_purge(uint_t max_size) argument
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dthread.cpp120 size_t max_size() const { return size_t(~0) / sizeof(T); } function in class:__hidden_allocator
/freebsd-current/contrib/ofed/opensm/include/opensm/
H A Dosm_log.h131 unsigned long max_size; member in struct:osm_log
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_log.c466 osm_log_init_v2(IN osm_log_t * p_log, IN boolean_t flush, IN uint8_t log_flags, IN const char *log_file, IN unsigned long max_size, IN boolean_t accum_log_file) argument
[all...]
/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_rx.c273 u32 max_size = SDP_MAX_PACKET; local
/freebsd-current/crypto/openssh/
H A Dsshbuf.c47 size_t max_size; /* Maximum size of buffer */ member in struct:sshbuf
243 sshbuf_set_max_size(struct sshbuf *buf, size_t max_size) argument
[all...]
/freebsd-current/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_sdk.c133 size_t max_size = MLX5_FPGA_ACCESS_REG_SIZE_MAX; local
165 size_t max_size = MLX5_FPGA_ACCESS_REG_SIZE_MAX; local
/freebsd-current/sys/fs/ext2fs/
H A Dext2_extattr.c911 size_t size = 0, max_size; local
/freebsd-current/sys/dev/e1000/
H A De1000_vf.c463 void e1000_rlpml_set_vf(struct e1000_hw *hw, u16 max_size) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxPTraceDefines_arm64sve.h148 uint32_t max_size; /* maxmium possible size for this thread */ member in struct:lldb_private::sve::user_sve_header
/freebsd-current/sys/dev/ixgbe/
H A Dixgbe_vf.c704 s32 ixgbevf_rlpml_set_vf(struct ixgbe_hw *hw, u16 max_size) argument
/freebsd-current/sys/dev/liquidio/base/
H A Dlio_request_manager.c63 bus_size_t max_size; local
/freebsd-current/sys/dev/sfxge/common/
H A Defx_bootcfg.c87 size_t max_size; local
/freebsd-current/sys/dev/bnxt/
H A Dbnxt_ioctl.h117 size_t max_size; member in struct:bnxt_ioctl_hwrm_nvm_get_dir_entries
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c251 u32 offset, output_len, input_len, max_size; local

Completed in 213 milliseconds

123