Searched defs:MAX (Results 1 - 25 of 76) sorted by last modified time

1234

/freebsd-11-stable/tests/sys/netgraph/
H A Dbasic.c157 const int MAX = 1000; local
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c14370 # define MAX(A,B) ((A)>(B)?(A):(B)) macro
169729 # define MAX macro
191593 # define MAX macro
211815 #define MAX macro
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h446 # define MAX(a,b) (((a) > (b)) ? (a) : (b)) macro
/freebsd-11-stable/sys/sys/
H A Dparam.h304 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
/freebsd-11-stable/contrib/file/src/
H A Dfile.h143 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) macro
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp69 MAX, member in class:SortField
H A Dxray-graph.h39 enum class StatType { NONE, COUNT, MIN, MED, PCT90, PCT99, MAX, SUM }; member in class:llvm::xray::GraphRenderer::StatType
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dint128_builtins.cpp25 const __int128_t MAX = ~MIN; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp45 enum { MAX = 360360 }; // LCD of 1/2, 1/3, 1/4,... 1/15. enumerator in enum:__anon2686::HexagonBid::__anon2687
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dmulvti3.c24 const ti_int MAX = ~MIN; local
H A Dmulvsi3.c22 const si_int MAX = ~MIN; local
H A Dmulvdi3.c22 const di_int MAX = ~MIN; local
H A Dmuloti4.c24 const ti_int MAX = ~MIN; local
H A Dmulosi4.c22 const si_int MAX = ~MIN; local
H A Dmulodi4.c22 const di_int MAX = ~MIN; local
/freebsd-11-stable/contrib/bmake/
H A Dmake.h533 #define MAX(a, b) ((a > b) ? a : b) macro
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c4345 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
H A Doptimize.c358 #define MAX(a,b) ((a)>(b)?(a):(b)) macro
/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbdc.c68 #define MAX(x, y) ((x) > (y) ? (x) : (y)) macro
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_defines.h47 #define MAX(a,b) ((a) > (b) ? (a) : (b)) macro
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c67 #define MAX(x,y) ((x)>(y)?(x):(y)) macro
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwmm.c27 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_e82545.c232 #define MAX(a,b) (((a)>(b))?(a):(b)) macro
/freebsd-11-stable/usr.bin/seq/
H A Dseq.c50 #define MAX(a, b) (((a) < (b))? (b) : (a)) macro
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-xlate.c34 #undef MAX macro

Completed in 788 milliseconds

1234