Home
last modified time | relevance | path

Searched defs:get_max (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c767 static unsigned int get_max(unsigned int num) in get_max() function
/freebsd/lib/libiconv_modules/ISO2022/
H A Dcitrus_iso2022.c303 get_max(_ISO2022EncodingInfo * __restrict ei, in get_max() function
/freebsd/crypto/openssl/apps/
H A Dspeed.c1870 static int get_max(const uint8_t doit[], size_t algs_len) { in get_max() function
/freebsd/sys/dev/arcmsr/
H A Darcmsr.h192 #define get_max(x,y) ((x) < (y) ? (y) : (x)) macro