taglinefilesource code
MIN843drivers/block/ide-cd.cint sectors_to_buffer = MIN (sectors_to_transfer,
MIN970drivers/block/ide-cd.cnskip = MIN ((int)(rq->current_nr_sectors -
MIN1004drivers/block/ide-cd.cthis_transfer = MIN (sectors_to_transfer,
MIN1134drivers/block/ide-cd.cnframes = MIN (nframes, 65535);
MIN117drivers/char/console.c#ifndef MIN
MIN399drivers/char/console.crlth = MIN(osr, sr);
MIN297drivers/char/cyclades.c#ifndef MIN
MIN1652drivers/char/cyclades.cc = MIN(count, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
MIN1662drivers/char/cyclades.cc = MIN(c, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
MIN1411drivers/char/istallion.ccount = MIN(len, count);
MIN1441drivers/char/istallion.clen = MIN(len, count);
MIN1446drivers/char/istallion.cstlen = MIN(len, stlen);
MIN1571drivers/char/istallion.clen = MIN(len, cooksize);
MIN1577drivers/char/istallion.cstlen = MIN(len, stlen);
MIN2302drivers/char/istallion.clen = MIN(len, (TTY_FLIPBUF_SIZE - tty->flip.count));
MIN2306drivers/char/istallion.cstlen = MIN(len, stlen);
MIN4140drivers/char/istallion.csize = MIN(count, (brdp->memsize - fp->f_pos));
MIN4147drivers/char/istallion.cn = MIN(size, (brdp->pagesize - (((unsigned long) fp->f_pos) % brdp->pagesize)));
MIN4191drivers/char/istallion.csize = MIN(count, (brdp->memsize - fp->f_pos));
MIN4198drivers/char/istallion.cn = MIN(size, (brdp->pagesize - (((unsigned long) fp->f_pos) % brdp->pagesize)));
MIN43drivers/char/n_tty.c#ifndef MIN
MIN546drivers/char/n_tty.ci = MIN(count, MIN(N_TTY_BUF_SIZE - tty->read_cnt,
MIN554drivers/char/n_tty.ci = MIN(count, MIN(N_TTY_BUF_SIZE - tty->read_cnt,
MIN741drivers/char/n_tty.cn = MIN(*nr, MIN(tty->read_cnt, N_TTY_BUF_SIZE - tty->read_tail));
MIN570drivers/char/pcxx.ccount = MIN(stlen, count);
MIN602drivers/char/pcxx.ccount = MIN(remain, count);
MIN606drivers/char/pcxx.cstlen = MIN(count, stlen);
MIN129drivers/char/pty.cn = MIN(count, PTY_BUF_SIZE);
MIN134drivers/char/pty.cn = MIN(n, r);
MIN141drivers/char/pty.cc = MIN(count, to->ldisc.receive_room(to));
MIN246drivers/char/random.c#ifndef MIN
MIN406drivers/char/random.cdelta = MIN(delta, delta2) >> 1;
MIN620drivers/char/random.ci = MIN(nbytes, 16);
MIN26drivers/char/selection.c#ifndef MIN
MIN295drivers/char/selection.cl = MIN(c, tty->ldisc.receive_room(tty));
MIN209drivers/char/serial.c#ifndef MIN
MIN1361drivers/char/serial.cc = MIN(count, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
MIN1368drivers/char/serial.cc = MIN(c, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
MIN365drivers/char/stallion.c#ifndef  MIN
MIN884drivers/char/stallion.ccount = MIN(len, count);
MIN905drivers/char/stallion.clen = MIN(len, count);
MIN908drivers/char/stallion.cstlen = MIN(len, stlen);
MIN1565drivers/char/stallion.clen = MIN(len, CD1400_TXFIFOSIZE);
MIN1567drivers/char/stallion.cstlen = MIN(len, ((portp->tx.buf + STL_TXBUFSIZE) - tail));
MIN1629drivers/char/stallion.clen = MIN(len, buflen);
MIN125drivers/char/tty_io.c#ifndef MIN
MIN882drivers/isdn/icn/icn.ccnt = MIN(256, left);
MIN977drivers/isdn/icn/icn.ccount = MIN(avail, len);
MIN607drivers/isdn/isdn_common.cleft = MIN(len, avail);
MIN767drivers/isdn/isdn_common.creadstat(buf, MIN(count, dev->drv[drvidx]->stavail), 1);
MIN369drivers/isdn/isdn_tty.cc = MIN(count, info->xmit_size - info->xmit_count - 1);
MIN382drivers/isdn/isdn_tty.cc = MIN(c, i);
MIN1912drivers/scsi/aic7xxx.caic7xxx_scsirate(p, &rate, transfer, MIN(offset, max_offset),
MIN237fs/fat/file.csize = MIN(SECTOR_SIZE-offset,left_in_file);
MIN239fs/fat/file.csize = MIN(size,end-buf);
MIN308fs/fat/file.csize = MIN(SECTOR_SIZE-offset,MAX(carry,count));
MIN141scripts/lxdialog/checklist.cmax_choice = MIN (list_height, item_no);
MIN127scripts/lxdialog/menubox.cmax_choice = MIN (menu_height, item_no);
MIN175scripts/lxdialog/menubox.citem_x = MAX (item_x, MIN(menu_width, strlen (items[i * 2 + 1]) + 2));
MIN261scripts/lxdialog/menubox.cchoice = MIN(choice+1, max_choice-1);
MIN455scripts/lxdialog/textbox.cline += MIN (strlen (line), hscroll);  /* Scroll horizontally */
MIN458scripts/lxdialog/textbox.cwaddnstr (win, line, MIN (strlen (line), width - 2));