Searched defs:max (Results 76 - 100 of 554) sorted by relevance

1234567891011>>

/freebsd-12-stable/libexec/talkd/
H A Dannounce.c82 #define max(a,b) ( (a) > (b) ? (a) : (b) ) macro
/freebsd-12-stable/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c285 char **p, *max; local
/freebsd-12-stable/crypto/openssh/
H A Dkexgexs.c76 u_int min = 0, max = 0, nbits = 0; local
[all...]
/freebsd-12-stable/usr.bin/banner/
H A Dbanner.c1026 static int debug, i, j, linen, max, nchars, pc, term, trace, x, y; variable
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp52 size_t ValueObjectChild::CalculateNumChildren(uint32_t max) { argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp167 size_t ScriptedSyntheticChildren::FrontEnd::CalculateNumChildren(uint32_t max) { argument
/freebsd-12-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-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_ldlib_asm.S268 #define max R13:12 define
325 max = #0 define
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp212 const unsigned max = (1u << B) - 1; local
/freebsd-12-stable/contrib/xz/src/xz/
H A Doptions.c30 uint64_t max; member in struct:__anon7634
/freebsd-12-stable/contrib/ofed/libibumad/
H A Dsysfs.c164 int cnt, max; local
/freebsd-12-stable/contrib/opie/
H A Dopieauto.c39 #define max(x, y) (((x) > (y)) ? (x) : (y)) macro
/freebsd-12-stable/contrib/pf/libevent/
H A Dkqueue.c152 kq_recalc(struct event_base *base, void *arg, int max) argument
H A Dpoll.c111 poll_recalc(struct event_base *base, void *arg, int max) argument
H A Dselect.c144 select_recalc(struct event_base *base, void *arg, int max) argument
/freebsd-12-stable/contrib/gcc/
H A Dpointer-set.c56 hash1 (const void *p, unsigned long max, unsigned long logmax) argument
H A Dweb.c253 int max = max_reg_num (); local
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dvalarray_after.h315 _Expr<_Clos, _Tp>::max() const function in class:_Expr
/freebsd-12-stable/contrib/binutils/binutils/
H A Ddwarf.h66 max enumerator in enum:dwarf_section_display_enum
/freebsd-12-stable/contrib/ldns/
H A Dwire2host.c56 ldns_wire2dname(ldns_rdf **dname, const uint8_t *wire, size_t max, size_t *pos) argument
158 ldns_wire2rdf(ldns_rr *rr, const uint8_t *wire, size_t max, size_t *pos) argument
319 ldns_wire2rr(ldns_rr **rr_p, const uint8_t *wire, size_t max, size_t *pos, ldns_pkt_section section) argument
367 ldns_wire2pkt_hdr(ldns_pkt *packet, const uint8_t *wire, size_t max, size_t *pos) argument
404 ldns_wire2pkt(ldns_pkt **packet_p, const uint8_t *wire, size_t max) argument
[all...]
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_cryptor.c502 unsigned max = (unsigned)((in_len < *out_len)? in_len: *out_len); local
/freebsd-12-stable/contrib/flex/
H A Dtables.c432 flex_int32_t max = 0; local
/freebsd-12-stable/bin/ed/
H A Ded.h85 # define max(a,b) ((a) > (b) ? (a) : (b)) macro
/freebsd-12-stable/sys/contrib/zlib/
H A Dgzread.c31 unsigned get, max = ((unsigned)-1 >> 2) + 1; local
H A Dgzwrite.c81 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; local

Completed in 241 milliseconds

1234567891011>>