Searched refs:MIN (Results 426 - 450 of 739) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/cam/nvme/
H A Dnvme_da.c741 MIN(sizeof(softc->disk->d_descr), sizeof(cd->mn)));
743 MIN(sizeof(softc->disk->d_ident), sizeof(cd->sn)));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dpacked_data.c785 apr_size_t end = MIN(SVN__PACKED_DATA_BUFFER_SIZE,
819 memset(local_buffer + private_data->packed->len, 0, MIN(trail, end));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dreps.c537 MIN(offset, current - processed));
541 MIN(builder->text->len - offset - MATCH_BLOCKSIZE,
H A Dpack.c254 int max_revs = MIN(ffd->max_files_per_dir, max_items);
422 apr_size_t to_copy = (apr_size_t)(MIN(size, ffd->block_size));
455 apr_size_t to_write = MIN(size, BUFFER_SIZE);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dblame.c531 if (revnum >= MIN(frb->start_rev, frb->end_rev))
539 || (revnum >= MIN(frb->start_rev, frb->end_rev)))
H A Dmerge.c3621 MAX(r1->start, r2->start) : MIN(r1->start, r2->start);
3623 MIN(r1->end, r2->end) : MAX(r1->end, r2->end);
4396 MIN(revision1, revision2),
4461 MIN(revision1, revision2),
4931 svn_revnum_t old_rev = MIN(source->loc1->rev, source->loc2->rev);
4990 *gap_start = MIN(source->loc1->rev, source->loc2->rev);
5005 svn_rangelist__initialize(MIN(source->loc1->rev, source->loc2->rev),
5030 SVN_ERR_ASSERT(*gap_start == MIN(source->loc1->rev, source->loc2->rev)
5100 MIN(source->loc1->rev,
5204 MIN(sourc
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Den.h98 MIN(65535, 7 * MLX5E_MAX_RX_BYTES)
117 #define MLX5E_MTU_MAX MIN(ETHERMTU_JUMBO, MJUM16BYTES) /* Max MTU of Ethernet
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1209 #ifndef MIN
1210 # define MIN(a,b) (((a)<(b))?(a):(b)) macro
/freebsd-11-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmsatcb.c2411 allocationLen = MIN(allocationLen, scsiCmnd->expDataLength);
2495 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen));
2525 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen));
2576 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen));
2640 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen));
2699 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen));
2743 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen));
2791 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen));
2823 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGTH, allocationLen));
2860 sm_memcpy(pDataBuffer, pSense, MIN(SENSE_DATA_LENGT
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_e82545.c231 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
1004 now = MIN(len, iov->iov_len - off);
1298 now = MIN(left, iov->iov_len);
1364 now = MIN(left, mss);
1373 nnow = MIN(nleft, iov[pv].iov_len - pvoff);
/freebsd-11-stable/contrib/gcc/
H A Dexpmed.c252 n = MIN (MAX_BITS_PER_WORD, GET_MODE_BITSIZE (mode));
583 store_bit_field (op0, MIN (BITS_PER_WORD,
972 unit = MIN (MEM_ALIGN (op0), BITS_PER_WORD);
1003 thissize = MIN (bitsize - bitsdone, BITS_PER_WORD);
1004 thissize = MIN (thissize, unit - thispos);
1321 = extract_bit_field (op0, MIN (BITS_PER_WORD,
2065 unit = MIN (MEM_ALIGN (op0), BITS_PER_WORD);
2088 thissize = MIN (bitsize - bitsdone, BITS_PER_WORD);
2089 thissize = MIN (thissize, unit - thispos);
2475 int maxm = MIN (BITS_PER_WOR
[all...]
H A Dbuiltins.c243 align = MIN (align, max_align);
257 align = MIN (inner, max_align);
289 inner = MIN (inner, (unsigned) (bitpos & -bitpos));
300 inner = MIN (inner, (offset_bits & -offset_bits));
313 inner = MIN (inner, (offset_factor & -offset_factor));
316 inner = MIN (inner, BITS_PER_UNIT);
319 align = MIN (inner, DECL_ALIGN (exp));
322 align = MIN (inner, (unsigned)CONSTANT_ALIGNMENT (exp, align));
326 align = MIN (TYPE_ALIGN (TREE_TYPE (exp)), inner);
328 align = MIN (alig
[all...]
H A Dlibgcc2.c1669 #undef MIN
1691 #undef MIN
1713 #undef MIN
1643 #undef MIN macro
1665 #undef MIN macro
1687 #undef MIN macro
H A Dregclass.c1815 pp->mem_cost = MIN (pp->mem_cost,
1819 pp->cost[class] = MIN (pp->cost[class],
2249 size_t max = MIN (max_index, num_regs);
H A Dc-lex.c585 itk = MIN (itk_u, itk_s);
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c229 out->f_iosize = MIN(in->f_iosize, INT32_MAX);
233 out->f_files = MIN(in->f_files, INT32_MAX);
234 out->f_ffree = MIN(in->f_ffree, INT32_MAX);
239 out->f_syncwrites = MIN(in->f_syncwrites, INT32_MAX);
240 out->f_asyncwrites = MIN(in->f_asyncwrites, INT32_MAX);
245 out->f_syncreads = MIN(in->f_syncreads, INT32_MAX);
246 out->f_asyncreads = MIN(in->f_asyncreads, INT32_MAX);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dtarget.c753 #undef MIN macro
754 #define MIN(A, B) (((A) <= (B)) ? (A) : (B)) macro
782 tlen = MIN (len, 4 - (memaddr & 3));
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_html.c43 #ifndef MIN
44 #define MIN(a,b) ((/*CONSTCOND*/(a)<(b))?(a):(b)) macro
1225 sz = MIN((int)(ep - sp), BUFSIZ - 1);
/freebsd-11-stable/sys/kern/
H A Duipc_syscalls.c1103 len = MIN(len, fromsa->sa_len);
1592 len = MIN(*alen, (*sa)->sa_len);
1695 len = MIN(*alen, (*sa)->sa_len);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dpack.c262 int max_revs = MIN(ffd->max_files_per_dir, max_items);
457 apr_size_t to_copy = (apr_size_t)(MIN(size, ffd->block_size));
489 apr_size_t to_write = MIN(size, BUFFER_SIZE);
/freebsd-11-stable/sys/geom/part/
H A Dg_part_gpt.c312 MIN(pp->mediasize / pp->sectorsize - 1, UINT32_MAX));
640 codesz = MIN(codesz, gpp->gpp_codesize);
1077 MIN(pp->mediasize / pp->sectorsize - 1, UINT32_MAX));
/freebsd-11-stable/contrib/dialog/
H A Dinputstr.c699 x_last = MIN(x_last + x_base, getmaxx(win)) - x_base;
/freebsd-11-stable/contrib/ipfilter/l4check/
H A Dl4check.c333 tv.tv_sec = MIN(rtimeout, ctimeout);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtrim_map.c448 txgsafe = MIN(spa_last_synced_txg(spa), spa_freeze_txg(spa));
/freebsd-11-stable/sys/arm/xilinx/
H A Dzy7_devcfg.c578 segsz = MIN(PAGE_SIZE, uio->uio_resid);

Completed in 336 milliseconds

<<11121314151617181920>>