Searched refs:min (Results 151 - 175 of 1437) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/mips/mips/
H A Dmem.c104 cnt = min(cnt, PAGE_SIZE - off);
105 cnt = min(cnt, iov->iov_len);
/freebsd-11-stable/stand/ofw/libofw/
H A Dofw_copy.c145 chunk = min(READIN_BUF, len);
159 get = min(chunk, resid);
/freebsd-11-stable/sys/cam/nvme/
H A Dnvme_all.c45 #ifndef min
46 #define min(a,b) (((a)<(b))?(a):(b)) macro
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c55 int min, max; member in struct:__anon6357
119 .dot = { .min = 25000, .max = 350000 },
120 .vco = { .min = 930000, .max = 1400000 },
121 .n = { .min = 3, .max = 16 },
122 .m = { .min = 96, .max = 140 },
123 .m1 = { .min = 18, .max = 26 },
124 .m2 = { .min = 6, .max = 16 },
125 .p = { .min = 4, .max = 128 },
126 .p1 = { .min = 2, .max = 33 },
133 .dot = { .min
[all...]
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dgen_decode.c190 if (r->min == r->max + 2 || r->min < r->max)
196 if (r->min - 1 == r->max || r->min < r->max)
201 name, length, r->min, forwstr);
202 if (r->max == r->min)
207 name, length, r->min, forwstr);
255 } else if (t->range->min == INT_MIN && t->range->max == INT_MAX) {
257 } else if (t->range->min == 0 && t->range->max == UINT_MAX) {
259 } else if (t->range->min
[all...]
H A Dgen_length.c83 } else if (t->range->min == INT_MIN && t->range->max == INT_MAX) {
85 } else if (t->range->min == 0 && t->range->max == UINT_MAX) {
87 } else if (t->range->min == 0 && t->range->max == INT_MAX) {
91 name, t->range->min, t->range->max);
H A Dsymbol.h112 int min; member in struct:range
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h197 if (int Res = compareMemory(Data, RHS.Data, std::min(Length, RHS.Length)))
307 size_t FindBegin = std::min(From, Length);
367 From = std::min(From, Length);
601 Start = std::min(Start, Length);
602 return StringRef(Data + Start, std::min(N, Length - Start));
702 Start = std::min(Start, Length);
703 End = std::min(std::max(Start, End), Length);
812 return drop_front(std::min(Length, find_first_not_of(Char)));
819 return drop_front(std::min(Length, find_first_not_of(Chars)));
826 return drop_back(Length - std::min(Lengt
[all...]
/freebsd-11-stable/crypto/openssl/
H A Dconfig536 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
555 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
570 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
604 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
621 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
638 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
686 # (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
715 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
727 (trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
735 (trap "stty `stty -g`" 2 0; stty -icanon min
[all...]
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_reslist.h70 * @param min Allowed minimum number of available resources. Zero
86 * automatically set to 1 and values of min and smax will be forced to
90 int min, int smax, int hmax,
/freebsd-11-stable/sys/contrib/ncsw/inc/etc/
H A Dmm_ext.h179 @Param[in] min - The minimum base address of the block.
187 uint64_t min,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dutf_width.c78 apr_uint32_t min = 0; local
83 while (max >= min) {
84 mid = (min + max) / 2;
86 min = mid + 1;
/freebsd-11-stable/lib/libc/locale/
H A Drune.c132 int len = frr[x].max - frr[x].min + 1;
196 rr[x].__min = frr[x].min;
214 rr[x].__min = frr[x].min;
222 rr[x].__min = frr[x].min;
/freebsd-11-stable/sys/teken/
H A Dteken_wcwidth.h20 int min = 0; local
25 while (max >= min) {
26 mid = (min + max) / 2;
28 min = mid + 1;
/freebsd-11-stable/share/examples/scsi_target/
H A Dscsi_target.h115 static __inline u_int min(u_int a, u_int b) { return (a < b ? a : b); } function
/freebsd-11-stable/contrib/netbsd-tests/include/sys/
H A Dt_cdefs.c44 intmax_t min; member in struct:__anon3588
56 uintmax_t min; member in struct:__anon3589
69 atf_tc_set_md_var(tc, "descr", "Checks signed type min/max macros");
75 #define CHECK(a, b) ATF_REQUIRE(__type_min(a) == s[b].min); \
89 atf_tc_set_md_var(tc, "descr", "Checks unsigned type min/max macros");
94 #define CHECK(a, b) ATF_REQUIRE(__type_min(a) == u[b].min); \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp93 ArgValues.slice(0, std::min(ArgValues.size(), ArgCount));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp42 size_t Length = std::min(Desc.size() - Pos, MAX_LINE_LEN - PSLen);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySetP2AlignOperands.cpp71 P2Align = std::min(P2Align,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_ldlib_asm.S181 expd = min(expd, c63)
266 #define min R13:12 define
276 min = #0 define
301 p2 = cmp.eq(mantb, min)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCrossOver.cpp36 size_t MaxExtraSize = std::min(OutSizeLeft, InSizeLeft);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp72 Min = (Min.hasValue()) ? std::min(*Min, *ThisMin) : *ThisMin;
277 if (Value >= std::numeric_limits<int8_t>::min()) {
282 } else if (Value >= std::numeric_limits<int16_t>::min()) {
287 } else if (Value >= std::numeric_limits<int32_t>::min()) {
326 if (Value >= std::numeric_limits<int8_t>::min()) {
331 } else if (Value >= std::numeric_limits<int16_t>::min()) {
336 } else if (Value >= std::numeric_limits<int32_t>::min()) {
/freebsd-11-stable/contrib/libstdc++/src/
H A Distream.cc59 streamsize __size = std::min(streamsize(__sb->egptr()
135 streamsize __size = std::min(streamsize(__sb->egptr()
159 _M_gcount = numeric_limits<streamsize>::min();
220 streamsize __size = std::min(streamsize(__sb->egptr()
296 streamsize __size = std::min(streamsize(__sb->egptr()
369 streamsize __size = std::min(streamsize(__sb->egptr()
439 streamsize __size = std::min(streamsize(__sb->egptr()
515 streamsize __size = std::min(streamsize(__sb->egptr()
539 _M_gcount = numeric_limits<streamsize>::min();
598 streamsize __size = std::min(streamsiz
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Darc4random.c525 ARC4RANDOM_UINT32 r, min; local
531 min = 0x100000000UL % upper_bound;
535 min = 1 + ~upper_bound; /* 2**32 - upper_bound */
538 min = ((0xffffffff - (upper_bound * 2)) + 1) % upper_bound;
550 if (r >= min)
/freebsd-11-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_prot.c342 OM_uint32 min; local
348 gss_display_status(&min, maj_stat, GSS_C_GSS_CODE, GSS_C_NULL_OID,
351 gss_release_buffer(&min, &msg);
353 gss_display_status(&min, min_stat, GSS_C_MECH_CODE, mech,
356 gss_release_buffer(&min, &msg);

Completed in 217 milliseconds

1234567891011>>