Searched defs:max (Results 1 - 25 of 638) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dcrash12.C4 inline float max(float x, float y) { return (x>y)?x:y; } function
H A Dtemplate19.C2 template <class T> T max (const T a, const T b) { return a>b?a:b; } function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb11.C5 enum { max = (N1 > N2) ? N1 : N2 }; enumerator in enum:meta_max::__anon6778
H A Deb12.C7 enum { max = (N1 > N2) ? N1 : N2 }; enumerator in enum:meta_max::__anon6783
H A Deb20.C6 enum { max = (N1 > N2) ? N1 : N2 }; enumerator in enum:meta_max::__anon6786
H A Deb79.C7 T max(T a, T b) function
/openbsd-current/sys/lib/libkern/
H A Dmax.c39 max(unsigned int a, unsigned int b) function
/openbsd-current/games/trek/
H A Dranf.c38 ranf(int max) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dcrash2.C16 enum E { max = 5 }; enumerator in enum:N::E
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Darm5.C10 int & max( int & a, int & b) { function
H A Dmissed-error2.C11 inline int max(int a, int b) {return a > b ? a : b;}; // ERROR - candidate function
12 inline double max(double a, double b) {return a > b ? a : b;}; // ERROR - candidate function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990404-1.c10 int i, mi, max; local
/openbsd-current/usr.sbin/ldomctl/
H A Dldom_util.h31 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
/openbsd-current/games/backgammon/common_source/
H A Done.c38 int max; local
/openbsd-current/usr.bin/m4/
H A Dstdd.h42 #define max(a,b) ((a) > (b)? (a): (b)) macro
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DRandomNumberGenerator.h47 static constexpr result_type max() { return generator_type::max(); } function in class:llvm::RandomNumberGenerator
/openbsd-current/usr.bin/vis/
H A Dfoldit.c38 foldit(char *chunk, int col, int max) argument
/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dmax.h31 max(const _Tp& __a, const _Tp& __b, _Compare __comp) function
40 max(const _Tp& __a, const _Tp& __b) function
51 max(initializer_list<_Tp> __t, _Compare __comp) function
60 max(initializer_list<_Tp> __t) function
H A Duniform_random_bit_generator_adaptor.h47 static constexpr auto max() { return __remove_cvref_t<_Gen>::max(); } function in class:_ClassicGenAdaptor
H A Dmin_max_result.h33 _LIBCPP_NO_UNIQUE_ADDRESS _T1 max; member in struct:ranges::min_max_result
/openbsd-current/usr.bin/mklocale/
H A Dldef.h43 rune_t max; member in struct:rune_list
/openbsd-current/gnu/llvm/libcxx/include/__random/
H A Drandom_device.h57 static _LIBCPP_CONSTEXPR result_type max() { return _Max;} function in class:random_device
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dios_base_storage.cc54 int max = std::numeric_limits<int>::max() - 1; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Denviron.c22 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
/openbsd-current/games/boggle/boggle/
H A Dprtable.c129 int i, len, max; local

Completed in 434 milliseconds

1234567891011>>