Searched refs:max (Results 1 - 25 of 424) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php96 // max number of cpus for the VM, no more than 8
321 $cpucount = max(min($cpucount, QEMU_MAX_CPUS), 1);
/haiku/headers/cpp/
H A Dalgobase.h48 using __STD::max;
H A Ddefalloc.h81 return max(size_type(1), size_type(4096/sizeof(T)));
84 return max(size_type(1), size_type(UINT_MAX/sizeof(T)));
H A Dropeimpl.h853 size_t __right_start = max(__left_len, __begin);
H A Dstl_algobase.h83 // min and max
88 #undef max macro
96 inline const _Tp& max(const _Tp& __a, const _Tp& __b) { function
108 inline const _Tp& max(const _Tp& __a, const _Tp& __b, _Compare __comp) { function
H A Dstl_bvector.h481 size_type __len = size() + max(size(), __n);
730 size_type __len = size() + max(size(), __n);
751 size_type __len = size() + max(size(), __n);
771 size_type __len = size() + max(size(), __n);
H A Dstl_deque.h435 _M_map_size = max((size_t) _S_initial_map_size, __num_nodes + 2);
1636 _M_map_size + max(_M_map_size, __nodes_to_add) + 2;
H A Dstl_rope.h597 _S_concat, max(__l->_M_depth, __r->_M_depth) + 1, false,
H A Dstl_vector.h688 const size_type __len = __old_size + max(__old_size, __n);
754 const size_type __len = __old_size + max(__old_size, __n);
804 const size_type __len = __old_size + max(__old_size, __n);
/haiku/headers/cpp/std/
H A Dstd_valarray.h215 _Tp max() const;
547 valarray<_Tp>::max() const function in class:valarray
H A Dvalarray_meta.h738 max (const _Expr<_Dom,_Tp>& __e) function
/haiku/headers/libs/alm/
H A DArea.h116 void _UpdateMaxSizeConstraint(BSize max);
/haiku/headers/libs/linprog/
H A DVariable.h32 void SetMax(double max);
33 void SetRange(double min, double max);
/haiku/headers/libs/print/libprint/
H A DJSDSlider.h21 BMessage* msg, int32 min, int32 max);
/haiku/headers/os/interface/
H A DCardLayout.h29 float* max, float* preferred);
H A DLayoutItem.h47 float* max, float* preferred);
H A DLayoutUtils.h31 static void FixSizeConstraints(float& min, float& max,
33 static void FixSizeConstraints(BSize& min, BSize& max,
H A DStatusBar.h60 virtual void SetMaxValue(float max);
H A DTwoDimensionalLayout.h37 float* max, float* preferred);
49 float max; member in struct:BTwoDimensionalLayout::ColumnRowConstraints
/haiku/headers/os/media/
H A DParameterWeb.h149 float min, float max, float step);
331 float min, float max, float step);
/haiku/headers/private/binary_compatibility/
H A DInterface.h36 float max; member in struct:perform_data_get_height_for_width
/haiku/headers/private/debugger/types/
H A DTargetAddressRange.h75 target_addr_t end = std::max(End(), other.End());
/haiku/headers/private/graphics/
H A Dvideo_overlay.h82 uint16 max; member in struct:__anon8
87 float max; member in struct:__anon9
95 overlay_uint16_minmax width; /* min and max sizes in each axis */
/haiku/headers/private/interface/
H A DDecimalSpinner.h46 virtual void SetMaxValue(double max);
48 void Range(double* min, double* max);
49 virtual void SetRange(double min, double max);
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceUtils.h35 // max
39 max(const T &a, const T &b) function in namespace:BPrivate::DiskDevice

Completed in 146 milliseconds

1234567891011>>