| tag | line | file | source code |
| max | 743 | drivers/block/cm206.c | int max=74*60*75-150, min=0; |
| max | 774 | drivers/block/cm206.c | if (ct < track) min = lba; else max = lba; |
| max | 775 | drivers/block/cm206.c | lba = (min+max)/2; |
| max | 780 | drivers/block/cm206.c | max = lba; min = lba - skip; |
| max | 781 | drivers/block/cm206.c | lba = (min+max)/2; |
| max | 678 | drivers/block/xd.c | u_short min[] = { 0,0,0 },max[] = { 16,1024,64 },test[] = { 0,0,0 }; |
| max | 682 | drivers/block/xd.c | while (min[i] != max[i] - 1) { |
| max | 683 | drivers/block/xd.c | test[i] = (min[i] + max[i]) / 2; |
| max | 688 | drivers/block/xd.c | max[i] = test[i]; |
| max | 251 | drivers/pci/pci.c | max = sizeof(dev_info)/sizeof(dev_info[0]) - 1; |
| max | 255 | drivers/pci/pci.c | int i = (min + max) >> 1; |
| max | 265 | drivers/pci/pci.c | if ( min > max ) |
| max | 272 | drivers/pci/pci.c | max = i - 1; |
| max | 273 | drivers/pci/pci.c | if ( min > max ) |
| max | 678 | drivers/pci/pci.c | unsigned int devfn, l, max; |
| max | 688 | drivers/pci/pci.c | max = bus->secondary; |
| max | 781 | drivers/pci/pci.c | child->number = child->secondary = ++max; |
| max | 808 | drivers/pci/pci.c | max = scan_bus(child, mem_startp); |
| max | 813 | drivers/pci/pci.c | child->subordinate = max; |
| max | 829 | drivers/pci/pci.c | return max; |
| max | 660 | drivers/scsi/ultrastor.c | int i, max; |
| max | 663 | drivers/scsi/ultrastor.c | max = SCpnt->use_sg; |
| max | 664 | drivers/scsi/ultrastor.c | for (i = 0; i < max; i++) { |
| max | 669 | drivers/scsi/ultrastor.c | mscp->number_of_sg_list = max; |
| max | 545 | drivers/sound/dmabuf.c | int len, max, tmp; |
| max | 556 | drivers/sound/dmabuf.c | max = dmap->max_fragments; |
| max | 569 | drivers/sound/dmabuf.c | if (len >= max) |
| max | 93 | fs/select.c | int max = -1; |
| max | 109 | fs/select.c | max = i; |
| max | 113 | fs/select.c | n = max + 1; |
| max | 52 | mm/swap.c | unsigned long max; |
| max | 128 | mm/swap.c | if (offset >= p->max) { |
| max | 256 | mm/swap.c | if (offset >= p->max) { |
| max | 284 | mm/swap.c | if (offset >= p->max) { |
| max | 1105 | mm/swap.c | p->max = 1; |
| max | 1165 | mm/swap.c | p->max = i+1; |
| max | 1174 | mm/swap.c | p->swap_map = (unsigned char *) vmalloc(p->max); |
| max | 1179 | mm/swap.c | for (i = 1 ; i < p->max ; i++) { |
| max | 1230 | mm/swap.c | for (j = 0; j < swap_info[i].max; ++j) |