Searched defs:min (Results 76 - 100 of 337) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/xz/src/xz/
H A Doptions.c29 uint64_t min; member in struct:__anon53
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_ldlib_asm.S266 #define min R13:12 define
276 min = #0 define
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/fuzzer/
H A DFuzzedDataProvider.h79 template <typename T> T ConsumeIntegralInRange(T min, T max) { argument
218 ConsumeFloatingPointInRange(T min, T max) argument
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_cmds.c57 #undef min macro
58 #define min(a, b) ((a) < (b))? (a) : (b) macro
/freebsd-11-stable/lib/libgssapi/
H A Dgss_display_status.c231 _gss_mg_error(struct _gss_mech_switch *m, OM_uint32 maj, OM_uint32 min) argument
342 _gss_mg_collect_error(gss_OID mech, OM_uint32 maj, OM_uint32 min) argument
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_color.c394 int min, max, t; local
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_machine.h129 #undef min macro
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Darc4random.c525 ARC4RANDOM_UINT32 r, min; local
/freebsd-11-stable/contrib/gcc/
H A Det-forest.c51 int min; /* The minimum value of the depth in the subtree member in struct:et_occ
[all...]
H A Dcfgbuild.c252 make_edges(basic_block min, basic_block max, int update_p) argument
753 basic_block bb, min, max; local
/freebsd-11-stable/contrib/apr-util/misc/
H A Dapr_reslist.c47 int min; /* desired minimum number of available resources */ member in struct:apr_reslist_t
[all...]
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_algobase.h182 min(const _Tp& __a, const _Tp& __b) function
226 min(const _Tp& __a, const _Tp& __b, _Compare __comp) function
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_limits.h291 static _Tp min() throw() { return static_cast<_Tp>(0); } function in struct:numeric_limits
321 static bool min() throw() function in struct:numeric_limits
375 static char min() throw() function in struct:numeric_limits
426 static signed char min() throw() function in struct:numeric_limits
477 static unsigned char min() throw() function in struct:numeric_limits
528 static wchar_t min() throw() function in struct:numeric_limits
579 static short min() throw() function in struct:numeric_limits
630 static unsigned short min() throw() function in struct:numeric_limits
681 static int min() throw() function in struct:numeric_limits
732 static unsigned int min() thro function in struct:numeric_limits
783 static long min() throw() function in struct:numeric_limits
834 static unsigned long min() throw() function in struct:numeric_limits
885 static long long min() throw() function in struct:numeric_limits
936 static unsigned long long min() throw() function in struct:numeric_limits
987 static float min() throw() function in struct:numeric_limits
1044 static double min() throw() function in struct:numeric_limits
1101 static long double min() throw() function in struct:numeric_limits
[all...]
H A Dstd_valarray.h882 valarray<_Tp>::min() const function in class:valarray
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-ibld.c39 #undef min macro
40 #define min(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dcgen-asm.c329 cgen_validate_signed_integer(long value, long min, long max) argument
349 cgen_validate_unsigned_integer(unsigned long value, unsigned long min, unsigned long max) argument
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c261 int min = list_count(hash->h_buckets[0]); local
/freebsd-11-stable/contrib/binutils/gas/
H A Dmessages.c446 as_internal_value_out_of_range(char * prefix, offsetT val, offsetT min, offsetT max, char * file, unsigned line, int bad) argument
518 as_warn_value_out_of_range(char * prefix, offsetT value, offsetT min, offsetT max, char * file, unsigned line) argument
529 as_bad_value_out_of_range(char * prefix, offsetT value, offsetT min, offsetT max, char * file, unsigned line) argument
[all...]
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_timer.c403 int delta, max, max2, min, n; local
/freebsd-11-stable/sys/contrib/ncsw/etc/
H A Dmm.c818 uint64_t MM_GetForceMin(t_Handle h_MM, uint64_t size, uint64_t alignment, uint64_t min, char* name) argument
/freebsd-11-stable/sys/arm/arm/
H A Dunwind.c151 unsigned int min, mid, max; local
/freebsd-11-stable/lib/libvgl/
H A Dbitmap.c37 #define min(x, y) (((x) < (y)) ? (x) : (y)) macro
H A Dsimple.c42 #define min(x, y) (((x) < (y)) ? (x) : (y)) macro
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dlog.c40 int min; member in struct:facility
254 open_file(krb5_context context, krb5_log_facility *fac, int min, int max, argument
277 int min = 0, max = -1, n; local
141 krb5_addlog_func(krb5_context context, krb5_log_facility *fac, int min, int max, krb5_log_log_func_t log_func, krb5_log_close_func_t close_func, void *data) argument
186 open_syslog(krb5_context context, krb5_log_facility *facility, int min, int max, const char *sev, const char *fac) argument
[all...]
/freebsd-11-stable/contrib/nvi/common/
H A Dutil.c45 binc( SCR *sp, void *bp, size_t *bsizep, size_t min) argument

Completed in 210 milliseconds

1234567891011>>