HelenOS sources

max               113 kernel/generic/include/macros.h #define max(a, b)  ((a) > (b) ? (a) : (b))
max                41 uspace/lib/bithenge/src/linux/common.h #define max(aleph, bet) ((aleph) > (bet) ? (aleph) : (bet))
max                39 uspace/lib/c/include/macros.h #define max(a, b)  ((a) > (b) ? (a) : (b))
max              1097 uspace/lib/cpp/include/__bits/algorithm.hpp     constexpr const T& max(const T& lhs, const T& rhs)
max               186 uspace/lib/cpp/include/__bits/chrono.hpp             static constexpr duration max()
max               262 uspace/lib/cpp/include/__bits/chrono.hpp             static constexpr time_point max()
max               318 uspace/lib/cpp/include/__bits/chrono.hpp         static constexpr Rep max()
max                79 uspace/lib/cpp/include/__bits/limits.hpp                 static constexpr T max() noexcept
max               183 uspace/lib/cpp/include/__bits/limits.hpp             static constexpr float max() noexcept
max               269 uspace/lib/cpp/include/__bits/limits.hpp             static constexpr bool max() noexcept
max               355 uspace/lib/cpp/include/__bits/limits.hpp             static constexpr char max()
max               379 uspace/lib/cpp/include/__bits/limits.hpp             static constexpr signed char max()
max               403 uspace/lib/cpp/include/__bits/limits.hpp             static constexpr short max()
max               427 uspace/lib/cpp/include/__bits/limits.hpp             static constexpr int max()
max               451 uspace/lib/cpp/include/__bits/limits.hpp             static constexpr long max()
max               475 uspace/lib/cpp/include/__bits/limits.hpp             static constexpr long long max()
max               499 uspace/lib/cpp/include/__bits/limits.hpp             static constexpr unsigned char max()
max               523 uspace/lib/cpp/include/__bits/limits.hpp             static constexpr unsigned short max()
max               547 uspace/lib/cpp/include/__bits/limits.hpp             static constexpr unsigned int max()
max               571 uspace/lib/cpp/include/__bits/limits.hpp             static constexpr unsigned long max()
max               595 uspace/lib/cpp/include/__bits/limits.hpp             static constexpr unsigned long long max()
max                97 uspace/lib/cpp/include/__bits/random.hpp             static constexpr result_type max()
max               267 uspace/lib/cpp/include/__bits/random.hpp             static constexpr result_type max()
max               449 uspace/lib/cpp/include/__bits/random.hpp             static constexpr result_type max()
max               644 uspace/lib/cpp/include/__bits/random.hpp             static constexpr result_type max()
max               773 uspace/lib/cpp/include/__bits/random.hpp             static constexpr result_type max()
max               884 uspace/lib/cpp/include/__bits/random.hpp             static constexpr result_type max()
max              1014 uspace/lib/cpp/include/__bits/random.hpp         static constexpr result_type max()
max              1230 uspace/lib/cpp/include/__bits/random.hpp             result_type max() const
max              1344 uspace/lib/cpp/include/__bits/random.hpp             result_type max() const
max              1447 uspace/lib/cpp/include/__bits/random.hpp             result_type max() const
max                39 uspace/lib/posix/include/libc/macros.h #define max(a, b)  ((a) > (b) ? (a) : (b))
HelenOS homepage, sources at GitHub