Searched defs:max (Results 201 - 225 of 554) sorted by relevance

1234567891011>>

/freebsd-12-stable/usr.sbin/nscd/
H A Dparser.c315 get_number(const char *str, int low, int max) argument
/freebsd-12-stable/usr.sbin/ofwdump/
H A Dofwdump.c162 int len, i, j, max, vlen; local
/freebsd-12-stable/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.c79 #define max(A,B) ((A) > (B) ? (A) : (B)) macro
/freebsd-12-stable/usr.sbin/ppp/
H A Dcbcp.c263 int len, max; local
H A Ddatalink.h80 int max; /* initially try again this number of times */ member in struct:datalink::__anon17555::__anon17558
87 int max; /* initially try again this number of times */ member in struct:datalink::__anon17555::__anon17559
H A Dmp.h104 int max; /* Highest percent of bundle->bandwidth out */ member in struct:mp::__anon17586::__anon17587
/freebsd-12-stable/usr.sbin/repquota/
H A Drepquota.c82 #define max(a,b) ((a) >= (b) ? (a) : (b)) macro
/freebsd-12-stable/usr.sbin/timed/timed/
H A Dglobals.h169 # define max(a,b) (a<b ? b : a) macro
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h43 virtual size_t CalculateNumChildren(uint32_t max) { argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp340 const uint64_t max = local
354 const int64_t max = (static_cast<int64_t>(1) local
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h679 int max = -1; local
/freebsd-12-stable/contrib/unbound/compat/
H A Dsnprintf.c106 print_dec(char* buf, int max, unsigned int value) argument
123 print_dec_l(char* buf, int max, unsigned long value) argument
140 print_dec_ll(char* buf, int max, unsigned long long value) argument
157 print_hex(char* buf, int max, unsigne argument
175 print_hex_l(char* buf, int max, unsigned long value) argument
193 print_hex_ll(char* buf, int max, unsigned long long value) argument
460 print_remainder(char* buf, int max, double r, int prec) argument
491 print_float(char* buf, int max, double value, int prec) argument
526 print_float_g(char* buf, int max, double value, int prec) argument
573 my_strnlen(const char* s, int max) argument
[all...]
/freebsd-12-stable/contrib/gdb/gdb/tui/
H A Dtui-io.c397 tui_rl_display_match_list (char **matches, int len, int max) argument
/freebsd-12-stable/contrib/gcc/
H A Dtree-vect-generic.c150 unsigned HOST_WIDE_INT max; local
182 HOST_WIDE_INT max; local
[all...]
/freebsd-12-stable/contrib/apr/tables/
H A Dapr_hash.c79 unsigned int count, max, seed; member in struct:apr_hash_t
91 static apr_hash_entry_t **alloc_array(apr_hash_t *ht, unsigned int max) argument
[all...]
/freebsd-12-stable/contrib/ldns/compat/
H A Dsnprintf.c105 print_dec(char* buf, int max, unsigned int value) argument
122 print_dec_l(char* buf, int max, unsigned long value) argument
139 print_dec_ll(char* buf, int max, unsigned long long value) argument
156 print_hex(char* buf, int max, unsigne argument
174 print_hex_l(char* buf, int max, unsigned long value) argument
192 print_hex_ll(char* buf, int max, unsigned long long value) argument
459 print_remainder(char* buf, int max, double r, int prec) argument
490 print_float(char* buf, int max, double value, int prec) argument
525 print_float_g(char* buf, int max, double value, int prec) argument
572 my_strnlen(const char* s, int max) argument
[all...]
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_acl.c44 #undef max macro
45 #define max(a, b) ((a)>(b)?(a):(b)) macro
H A Darchive_write_set_format_cpio.c440 int64_t max; local
H A Darchive_write_set_format_cpio_newc.c398 int64_t max; local
/freebsd-12-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c147 ctf_id_t id, max = fp->ctf_typemax; local
/freebsd-12-stable/contrib/amd/hlfsd/
H A Dhomedir.c329 int max, min, mid, cmp; local
698 int max, min, mid; local
[all...]
/freebsd-12-stable/contrib/byacc/
H A Dlalr.c117 int max; local
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A Dsymbol.h113 int max; member in struct:range
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dverify_krb5_conf.c289 int min = 0, max = -1, n; local
/freebsd-12-stable/sys/dev/acpica/
H A Dacpi_pcib_acpi.c190 UINT64 length, min, max; local
[all...]

Completed in 314 milliseconds

1234567891011>>