Searched refs:MIN (Results 251 - 275 of 429) sorted by relevance

<<1112131415161718

/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dpppd.h1261 #ifndef MIN
1262 #define MIN(a, b) ((a) < (b)? (a): (b)) macro
/macosx-10.10/rsync-45/rsync/
H A Dio.c762 len = MIN(len, remaining);
1221 int n = MIN((int)len, IO_BUFFER_SIZE - iobuf_out_cnt);
H A Dlog.c265 strlcpy(msg, buf, MIN((int)sizeof msg, len + 1));
H A Dreceiver.c119 maxname = MIN(MAXPATHLEN - 7 - length, NAME_MAX - 8);
/macosx-10.10/vim-55/runtime/syntax/
H A Dfgl.vim62 syn keyword fglKeyword MESSAGE_LENGTH MESSAGE_TEXT MIN MINUTE MOD MODE MODIFY MODULE
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dkern_stackshot.c745 size_t cur_size = (uint32_t) MIN(src_rem, dst_rem);
746 cur_size = MIN(cur_size, rem);
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeStyle.c271 int add = (max < 0) ? each : MIN(each, max - layout->useWidth);
405 int add = (max < 0) ? each : MIN(each, max - layout->useHeight);
703 int sub = MIN(each, layout->useWidth - min);
849 MIN(each * layout->temp, spaceRemaining));
974 w = MIN(w, layout2->x + layout2->ePadX[PAD_TOP_LEFT]);
1170 int sub = MIN(each, layout->useHeight - min);
1311 MIN(each * layout->temp, spaceRemaining));
1397 n = MIN(n, layout2->y + layout2->ePadY[PAD_TOP_LEFT]);
1555 N = MIN(N, n);
1559 W = MIN(
[all...]
H A DtkTreeColumn.c4787 height = MIN(height, Tree_BorderBottom(tree) - Tree_BorderTop(tree));
4824 height = MIN(height, Tree_BorderBottom(tree) - Tree_BorderTop(tree));
4936 height = MIN(tree->headerHeight, Tree_BorderBottom(tree) - Tree_BorderTop(tree));
5388 width = MIN(width, TreeColumn_MaxWidth(column));
5431 width = MIN(width, column->maxWidth);
5463 int sub = MIN(each, column->useWidth - min);
5492 int eachW = MIN(each * weight, spaceRemaining);
5493 int add = (max == -1) ? eachW : MIN(eachW, max - column->useWidth);
5505 int add = (max == -1) ? each : MIN(each, max - column->useWidth);
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c2075 newExtents[*extentCount].extentByteCount = MIN(gap, size);
2079 prevExtent->extentByteCount += MIN(gap, size); // this does not stick if it is the dummy extent (which is ok if we call this last)
2082 size -= MIN(gap, size);
2133 UInt64 bytesAvailable = MIN(bytesNeeded, gapSize);
2897 snapSize = MIN(snapSize, lvSize);
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DSnackOgg.c2231 COMMENT, MAX, MIN, NOMINAL, QUALITY enumerator in enum:subOptions
2265 case MIN:
2449 COMMENT, VENDOR, MAX, MIN, NOMINAL, QUALITY enumerator in enum:options
2504 case MIN:
2558 case MIN:
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c600 iosize = bufsize = MIN(datasize, NS_IOBUFSIZE);
616 iosize = MIN(datasize - offset, iosize);
943 iosize = bufsize = MIN(datasize, NS_IOBUFSIZE);
960 iosize = MIN(datasize - offset, iosize);
2735 iosize = MIN(ATTR_MAX_HDR_SIZE, ainfop->filesize);
/macosx-10.10/OpenSSH-189/openssh/
H A Dkey.c535 x = MIN(x, FLDSIZE_X - 1);
536 y = MIN(y, FLDSIZE_Y - 1);
563 *p++ = augmentation_string[MIN(field[x][y], len)];
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcnassoc.c891 timespec.tv_sec = MIN (RPC_RANDOM_GET (0, wait_interval),
977 MIN ((binding_r->common.timeout * 6), RPC_C_ASSOC_MAX_RESOURCE_WAIT))
982 wait_interval = MIN ((wait_interval * 2), RPC_C_ASSOC_MAX_WAIT_INTERVAL);
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSUtils.c1590 #ifndef MIN
1591 #define MIN(a, b) \ macro
1608 unsigned char *tend = MIN(end, cp + WIDTH);
/macosx-10.10/libmalloc-53.1.1/src/
H A Dstack_logging_disk.c1436 number_slots = (size_t)MIN(delta_indecies - read_this_update, number_slots);
1696 remote_task_fd_count = MIN(remote_task_fd_count + 1, STACK_LOGGING_MAX_SIMUL_REMOTE_TASKS_INSPECTED);
1854 number_slots = (size_t)MIN(number_slots, total_slots);
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Dfasttrap_isa.c268 size_t first = MIN(len, PAGE_SIZE - (pc & PAGE_MASK));
776 int i, x, cap = MIN(argc, probe->ftp_nargs);
799 int i, x, cap = MIN(argc, probe->ftp_nargs);
/macosx-10.10/objc4-646/runtime/
H A Dobjc-os.h359 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ducurr.cpp855 #ifndef MIN
856 #define MIN(a,b) (((a)<(b)) ? (a) : (b)) macro
869 i < MIN(currName_1->currencyNameLen, currName_2->currencyNameLen);
1531 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start);
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dopenbsd_usb.c263 len = MIN(len, UGETW(ucd->wTotalLength));
/macosx-10.10/disklabel-6/
H A Dutil.c46 #define MIN(a, b) \ macro
/macosx-10.10/file_cmds-242/pax/
H A Dfile_subs.c991 wcnt = MIN(cnt, *rem);
/macosx-10.10/hfs-285/CopyHFSMeta/
H A Dutil.c520 bufSize = MIN(len - nread, 1024 * 1024); // Read 1mbyte max
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-darwin.c365 MIN(sizeof(entry.filter_param_if_name), len));
/macosx-10.10/network_cmds-457/mtest.tproj/
H A Dmtest.c700 nsrc = MIN(nreqsrc, nsrc);
/macosx-10.10/system_cmds-643.1.1/pwd_mkdb.tproj/
H A Dpwd_mkdb.c197 openinfo.cachesize = MIN(st.st_size * 20, (off_t)12*1024*1024);

Completed in 376 milliseconds

<<1112131415161718