Searched defs:max (Results 276 - 300 of 554) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/contrib/gcc/
H A Dcfglayout.c424 int max = VEC_length (int, block_locators_locs); local
464 int max = VEC_length (int, line_locators_locs); local
498 int max = VEC_length (int, file_locators_locs); local
[all...]
H A Dcgraphunit.c1365 int max; local
H A Dtree-pretty-print.c239 tree max = TYPE_MAX_VALUE (domain); local
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dexpr.c389 cpp_num_part max; local
/freebsd-12-stable/contrib/gcclibs/libmudflap/
H A Dmf-impl.h59 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-dos.h77 #define max(a,b) _max(a,b) macro
85 #define max(a,b) ((a) < (b) ? (b) : (a)) macro
/freebsd-12-stable/contrib/libucl/lua/
H A Dlua_ucl.c332 size_t max = 0, nelts = 0; local
[all...]
/freebsd-12-stable/contrib/ldns/
H A Dradix.c1215 radix_strlen_t i, max = (len1<len2)?len1:len2; local
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c643 dt_idhash_create(const char *name, const dt_ident_t *tmpl, uint_t min, uint_t max) argument
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c116 iiburst_new(tdata_t *td, int max) argument
/freebsd-12-stable/contrib/binutils/opcodes/
H A Dmep-asm.c43 #undef max macro
44 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_fm.c423 size_t max = eip->zei_range_count; local
/freebsd-12-stable/lib/libc/db/hash/
H A Dhash_page.c551 int i, max; local
587 int i, max; local
[all...]
/freebsd-12-stable/lib/libc/gen/
H A Dfts-compat.c1133 size_t len, max; local
H A Dfts-compat11.c1110 size_t len, max; local
H A Dfts.c1105 size_t len, max; local
/freebsd-12-stable/sys/dev/bktr/
H A Dbktr_card.c463 int max; local
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c63 uint64_t max = priv->params_ethtool.tx_queue_size / local
H A Dmlx5_en_rl.c289 uint64_t max = rl->param.tx_queue_size / local
/freebsd-12-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c55 careful_write(char *buf, int offset, int max, const char *fmt, ...) argument
/freebsd-12-stable/sys/dev/usb/input/
H A Duhid_snes.c430 int actual, max; local
H A Dwmt.c185 int32_t max; member in struct:wmt_absinfo
/freebsd-12-stable/sys/dev/usb/video/
H A Dudl.c276 const uint32_t max = udl_get_fb_size(sc); local
491 const uint32_t max = udl_get_fb_size(sc); local
553 const uint32_t max = udl_get_fb_size(sc); local
1007 const uint32_t max = udl_get_fb_size(sc); local
[all...]
/freebsd-12-stable/sys/dev/sound/isa/
H A Dsb16.c336 rel2abs_volume(int x, int max) argument
353 int max; local
[all...]
H A Dsb8.c335 int reg, max; local
428 int reg, max; local
506 int speed, tmp, thresh, max; local
[all...]

Completed in 370 milliseconds

<<11121314151617181920>>