taglinefilesource code
l103arch/alpha/boot/main.cunsigned long *L1, *l;
l145arch/alpha/boot/main.cfor (l = (unsigned long *) &hwrpb; l < (unsigned long *) &hwrpb.chksum; ++l)
l146arch/alpha/boot/main.csum += *l;
l448arch/alpha/kernel/apecs.cunsigned long *l, sum;
l451arch/alpha/kernel/apecs.cfor (l = (unsigned long *) hwrpb; l < (unsigned long *) &hwrpb->chksum; ++l)
l452arch/alpha/kernel/apecs.csum += *l;
l273arch/alpha/kernel/bios32.cunsigned int l, tio, bio, tmem, bmem;
l329arch/alpha/kernel/bios32.c0x1c, &l);
l330arch/alpha/kernel/bios32.cl = (l & 0xffff0000) | (bio >> 8) | ((tio - 1) & 0xf000);
l332arch/alpha/kernel/bios32.c0x1c, l);
l337arch/alpha/kernel/bios32.cl = ((bmem & 0xfff00000) >> 16) | ((tmem - 1) & 0xfff00000);
l339arch/alpha/kernel/bios32.c0x20, l);
l442arch/alpha/kernel/lca.cel.l->pt[0], el.l->exc_addr, el.l->dc_stat);
l443arch/alpha/kernel/lca.cprintk("    car: %lx\n", el.l->car);
l444arch/alpha/kernel/lca.cif (el.l->esr & ESR_EAV) {
l445arch/alpha/kernel/lca.cmem_error(el.l->esr, el.l->ear);
l447arch/alpha/kernel/lca.cif (el.l->ioc_stat0 & IOC_ERR) {
l448arch/alpha/kernel/lca.cioc_error(el.l->ioc_stat0, el.l->ioc_stat1);
l318arch/alpha/kernel/ptrace.clong l = get_long(tsk, vma, addr);
l320arch/alpha/kernel/ptrace.cDBG(DBG_MEM_ALL, ("value is 0x%lx\n", l));
l321arch/alpha/kernel/ptrace.c*result = l;
l367arch/alpha/kernel/ptrace.cunsigned long l, align;
l373arch/alpha/kernel/ptrace.cres = read_long(tsk, addr, &l);
l378arch/alpha/kernel/ptrace.c*data = l;
l380arch/alpha/kernel/ptrace.c*data = l >> 32;
l394arch/alpha/kernel/ptrace.cunsigned long l, align;
l400arch/alpha/kernel/ptrace.cres = read_long(tsk, addr, &l);
l405arch/alpha/kernel/ptrace.cl = (l & 0xffffffff00000000UL) | ((unsigned long) data <<  0);
l407arch/alpha/kernel/ptrace.cl = (l & 0x00000000ffffffffUL) | ((unsigned long) data << 32);
l409arch/alpha/kernel/ptrace.creturn write_long(tsk, addr, l);
l65arch/i386/boot/compressed/xtract.cint l, n;
l67arch/i386/boot/compressed/xtract.cl = sz;
l68arch/i386/boot/compressed/xtract.cif (l > sizeof(buf)) l = sizeof(buf);
l70arch/i386/boot/compressed/xtract.cif ((n=read(id, buf, l)) !=l)
l80arch/i386/boot/compressed/xtract.cwrite(1, buf, l);
l81arch/i386/boot/compressed/xtract.csz -= l;
l59arch/i386/boot/tools/build.clong l;
l64arch/i386/boot/tools/build.clong intel_long(long l)
l68arch/i386/boot/tools/build.ct.b[0] = l & 0xff; l >>= 8;
l69arch/i386/boot/tools/build.ct.b[1] = l & 0xff; l >>= 8;
l70arch/i386/boot/tools/build.ct.b[2] = l & 0xff; l >>= 8;
l71arch/i386/boot/tools/build.ct.b[3] = l & 0xff; l >>= 8;
l72arch/i386/boot/tools/build.creturn t.l;
l75arch/i386/boot/tools/build.cshort intel_short(short l)
l79arch/i386/boot/tools/build.ct.b[0] = l & 0xff; l >>= 8;
l80arch/i386/boot/tools/build.ct.b[1] = l & 0xff; l >>= 8;
l243arch/i386/boot/tools/build.cint l, n;
l245arch/i386/boot/tools/build.cl = sz;
l246arch/i386/boot/tools/build.cif (l > sizeof(buf))
l247arch/i386/boot/tools/build.cl = sizeof(buf);
l248arch/i386/boot/tools/build.cif ((n=read(id, buf, l)) != l) {
l255arch/i386/boot/tools/build.cif (write(1, buf, l) != l)
l257arch/i386/boot/tools/build.csz -= l;
l538arch/i386/kernel/smp.cunsigned long l;
l544arch/i386/kernel/smp.cl=apic_read(APIC_SPIV);
l545arch/i386/kernel/smp.cl|=(1<<8);    /* Enable */
l546arch/i386/kernel/smp.capic_write(APIC_SPIV,l);
l159arch/i386/math-emu/fpu_emu.hasmlinkage unsigned  shrx(void *l, unsigned x);
l383arch/i386/math-emu/reg_ld_str.clong long l=0;
l390arch/i386/math-emu/reg_ld_str.cl *= 10;
l394arch/i386/math-emu/reg_ld_str.cl += bcd >> 4;
l395arch/i386/math-emu/reg_ld_str.cl *= 10;
l396arch/i386/math-emu/reg_ld_str.cl += bcd & 0x0f;
l405arch/i386/math-emu/reg_ld_str.cif (l == 0)
l413arch/i386/math-emu/reg_ld_str.csignificand(loaded_data) = l;
l463arch/i386/math-emu/reg_ld_str.cunsigned long l[2];
l514arch/i386/math-emu/reg_ld_str.cl[0] = tmp.sigl;
l515arch/i386/math-emu/reg_ld_str.cl[1] = tmp.sigh;
l573arch/i386/math-emu/reg_ld_str.cl[0] = (tmp.sigl >> 11) | (tmp.sigh << 21);
l574arch/i386/math-emu/reg_ld_str.cl[1] = ((tmp.sigh >> 11) & 0xfffff);
l588arch/i386/math-emu/reg_ld_str.cl[0] = 0x00000000;  /* Set to */
l589arch/i386/math-emu/reg_ld_str.cl[1] = 0x7ff00000;  /* + INF */
l594arch/i386/math-emu/reg_ld_str.cl[1] |= (((exp+DOUBLE_Ebias) & 0x7ff) << 20);
l601arch/i386/math-emu/reg_ld_str.cl[0] = 0;
l602arch/i386/math-emu/reg_ld_str.cl[1] = 0;
l606arch/i386/math-emu/reg_ld_str.cl[0] = 0;
l607arch/i386/math-emu/reg_ld_str.cl[1] = 0x7ff00000;
l612arch/i386/math-emu/reg_ld_str.cl[0] = (st0_ptr->sigl >> 11) | (st0_ptr->sigh << 21);
l613arch/i386/math-emu/reg_ld_str.cl[1] = ((st0_ptr->sigh >> 11) & 0xfffff);
l620arch/i386/math-emu/reg_ld_str.cl[1] |= (0x40000000 >> 11);
l622arch/i386/math-emu/reg_ld_str.cl[1] |= 0x7ff00000;
l643arch/i386/math-emu/reg_ld_str.cl[1] |= 0x80000000;
l647arch/i386/math-emu/reg_ld_str.cput_fs_long(l[0], (unsigned long *)dfloat);
l648arch/i386/math-emu/reg_ld_str.cput_fs_long(l[1], 1 + (unsigned long *)dfloat);
l735drivers/cdrom/cm206.cint i, lba, l, old_lba=0;
l751drivers/cdrom/cm206.cl = q[9]-bcdbin(q[5]) + 75*(q[8]-bcdbin(q[4])-2 + 
l754drivers/cdrom/cm206.cfsm(l, cd->toc[ct].fsm);
l761drivers/cdrom/cm206.cif (ct==track) return l;
l1464drivers/cdrom/mcdx.cstatic void log2msf(unsigned int l, struct s_msf* pmsf)
l1466drivers/cdrom/mcdx.cl += CD_BLOCK_OFFSET;
l1467drivers/cdrom/mcdx.cpmsf->minute = uint2bcd(l / 4500), l %= 4500;
l1468drivers/cdrom/mcdx.cpmsf->second = uint2bcd(l / 75);
l1469drivers/cdrom/mcdx.cpmsf->frame = uint2bcd(l % 75);
l1222drivers/cdrom/sbpcd.cint i, j, l=0, m, ntries;
l1265drivers/cdrom/sbpcd.cl=0;
l1271drivers/cdrom/sbpcd.cinfobuf[l++]=i&0x0ff;
l1272drivers/cdrom/sbpcd.cinfobuf[l++]=i>>8;
l1274drivers/cdrom/sbpcd.cif ((l==2)&&(infobuf[0]==0x0ff))
l1277drivers/cdrom/sbpcd.cl=1;
l1282drivers/cdrom/sbpcd.celse infobuf[l++]=inb(CDi_data);
l1286drivers/cdrom/sbpcd.cfor (j=0;j<l;j++) sprintf(&msgbuf[j*3]," %02X",infobuf[j]);
l1311drivers/cdrom/sbpcd.cif (drvcmd[0]==CMDT_DISKINFO) m=l;
l1324drivers/cdrom/sbpcd.cinfobuf[0]=infobuf[l];
l1325drivers/cdrom/sbpcd.cif (infobuf[0]!=0x02) return (l); /* data length */
l3035drivers/cdrom/sbpcd.cint i, j, l;
l3182drivers/cdrom/sbpcd.cfor (l=1;l<=((D_S[d].drv_id==0)?10:1);l++)
l3184drivers/cdrom/sbpcd.cmsg(DBG_TEA,"TEAC reset #%d-%d.\n", j, l);
l4610drivers/cdrom/sbpcd.cint i=0, j=0, l, frame;
l4751drivers/cdrom/sbpcd.cl=0;
l4754drivers/cdrom/sbpcd.cinfobuf[l++]=inb(CDi_info);
l4760drivers/cdrom/sbpcd.cfor (j=0;j<l;j++) sprintf(&msgbuf[j*3], " %02X", infobuf[j]);
l68drivers/char/ftape/ecc.c#define TRACE_(l,m) { if (ftape_ecc_tracing >= (l) && (l) <= TOP_LEVEL) { \
l71drivers/char/ftape/ecc.c#define TRACE(l,m) TRACE_(l,printk(m".\n"))
l72drivers/char/ftape/ecc.c#define TRACEi(l,m,i) TRACE_(l,printk(m" %d.\n",i))
l73drivers/char/ftape/ecc.c#define TRACElx(l,m,i) TRACE_(l,printk(m" 0x%08lx.\n",i))
l634drivers/char/ftape/ecc.cunsigned char *dp, l, e;
l708drivers/char/ftape/ecc.cl = bad_loc[i];
l709drivers/char/ftape/ecc.cdp = &data[l * SECTOR_SIZE];
l711drivers/char/ftape/ecc.c*correction_map |= 1 << l;
l715drivers/char/ftape/ecc.cc0 = gfadd(c0, gfpow[mod255(log_error_mag - l)]);
l717drivers/char/ftape/ecc.cc2 = gfadd(c2, gfpow[mod255(log_error_mag + l)]);
l42drivers/char/ftape/tracing.h#define TRACE_(l,m)             trace_dummy()
l43drivers/char/ftape/tracing.h#define TRACE(l,m)              trace_dummy()
l44drivers/char/ftape/tracing.h#define TRACEi(l,m,i)           trace_dummy()
l45drivers/char/ftape/tracing.h#define TRACElx(l,m,i)          trace_dummy()
l46drivers/char/ftape/tracing.h#define TRACEx1(l,m,a)          trace_dummy()
l47drivers/char/ftape/tracing.h#define TRACEx2(l,m,a,b)        trace_dummy()
l48drivers/char/ftape/tracing.h#define TRACEx3(l,m,a,b,c)      trace_dummy()
l49drivers/char/ftape/tracing.h#define TRACEx4(l,m,a,b,c,d)    trace_dummy()
l50drivers/char/ftape/tracing.h#define TRACEx5(l,m,a,b,c,d,e)  trace_dummy()
l51drivers/char/ftape/tracing.h#define TRACEx6(l,m,a,b,c,d,e,f)  trace_dummy()
l68drivers/char/ftape/tracing.h#define TRACE_(l,m) \
l70drivers/char/ftape/tracing.hif (tracing >= (l) && (l) <= TOP_LEVEL) { \
l75drivers/char/ftape/tracing.h#define TRACE(l,m) TRACE_(l,printk(m".\n"))
l76drivers/char/ftape/tracing.h#define TRACEi(l,m,i) TRACE_(l,printk(m" %d.\n",i))
l77drivers/char/ftape/tracing.h#define TRACElx(l,m,i) TRACE_(l,printk(m" 0x%08lx.\n",i))
l78drivers/char/ftape/tracing.h#define TRACEx1(l,m,a) TRACE_(l,printk(m".\n",a))
l79drivers/char/ftape/tracing.h#define TRACEx2(l,m,a,b) TRACE_(l,printk(m".\n",a,b))
l80drivers/char/ftape/tracing.h#define TRACEx3(l,m,a,b,c) TRACE_(l,printk(m".\n",a,b,c))
l81drivers/char/ftape/tracing.h#define TRACEx4(l,m,a,b,c,d) TRACE_(l,printk(m".\n",a,b,c,d))
l82drivers/char/ftape/tracing.h#define TRACEx5(l,m,a,b,c,d,e) TRACE_(l,printk(m".\n",a,b,c,d,e))
l83drivers/char/ftape/tracing.h#define TRACEx6(l,m,a,b,c,d,e,f) TRACE_(l,printk(m".\n",a,b,c,d,e,f))
l282drivers/char/selection.cint  l;
l295drivers/char/selection.cl = MIN(c, tty->ldisc.receive_room(tty));
l296drivers/char/selection.ctty->ldisc.receive_buf(tty, bp, 0, l);
l297drivers/char/selection.cc -= l;
l298drivers/char/selection.cbp += l;
l160drivers/isdn/isdn_net.cisdn_net_local *l = (isdn_net_local *) & (p->local);
l161drivers/isdn/isdn_net.cl->cps = l->transcount;
l162drivers/isdn/isdn_net.cl->transcount = 0;
l164drivers/isdn/isdn_net.cprintk(KERN_DEBUG "%s: %d bogocps\n", l->name, l->cps);
l165drivers/isdn/isdn_net.cif ((l->flags & ISDN_NET_CONNECTED) && (!l->dialstate)) {
l167drivers/isdn/isdn_net.cl->huptimer++;
l168drivers/isdn/isdn_net.cif ((l->onhtime) && (l->huptimer > l->onhtime))
l169drivers/isdn/isdn_net.cif (l->outgoing) {
l170drivers/isdn/isdn_net.cif (l->hupflags & 4) {
l171drivers/isdn/isdn_net.cif (l->hupflags & 1)
l173drivers/isdn/isdn_net.celse if (jiffies - l->chargetime > l->chargeint)
l177drivers/isdn/isdn_net.c} else if (l->hupflags & 8)
l484drivers/isdn/isdn_net.cint l;
l486drivers/isdn/isdn_net.cif ((l = dev->drv[di]->interface->writebuf(di, ch, buf, len, 0)) == len)
l491drivers/isdn/isdn_net.cif (l == -EINVAL)
l21drivers/isdn/teles/q931.cint             l, codeset, maincodeset;
l26drivers/isdn/teles/q931.cl = (*p++) & 0xf;
l27drivers/isdn/teles/q931.cp += l;
l48drivers/isdn/teles/q931.cl = *p++;
l49drivers/isdn/teles/q931.cp += l;
l60drivers/isdn/teles/q931.cint             l;
l63drivers/isdn/teles/q931.cl = iestart[1] - ieoffset;
l64drivers/isdn/teles/q931.cwhile (l--)
l480drivers/isdn/teles/q931.cint             l;
l484drivers/isdn/teles/q931.cl = *p++ - 1;
l489drivers/isdn/teles/q931.cwhile (l--)
l498drivers/isdn/teles/q931.cint             l;
l502drivers/isdn/teles/q931.cl = *p++ - 1;
l510drivers/isdn/teles/q931.cl--;
l516drivers/isdn/teles/q931.cwhile (l--)
l575drivers/isdn/teles/q931.cint             l, octet = 3;
l578drivers/isdn/teles/q931.cl = *p++;
l580drivers/isdn/teles/q931.cwhile (l--) {
l604drivers/isdn/teles/q931.cint             l, octet = 3;
l607drivers/isdn/teles/q931.cl = *p++;
l610drivers/isdn/teles/q931.cwhile (l--) {
l632drivers/isdn/teles/q931.cint             l, l2;
l635drivers/isdn/teles/q931.cl = *p++;
l639drivers/isdn/teles/q931.cl -= 1;
l641drivers/isdn/teles/q931.cwhile (l > 0) {
l646drivers/isdn/teles/q931.cl -= 2;
l650drivers/isdn/teles/q931.cl--;
l319drivers/net/eth16i.cstatic int eth16i_send_probe_packet(short ioaddr, unsigned char *b, int l);
l622drivers/net/eth16i.cstatic int eth16i_send_probe_packet(short ioaddr, unsigned char *b, int l)
l628drivers/net/eth16i.coutw(l, ioaddr + DATAPORT);
l629drivers/net/eth16i.coutsw(ioaddr + DATAPORT, (unsigned short *)b, (l + 1) >> 1);  
l160drivers/net/strip.c__u32 l;
l618drivers/net/strip.ca.l = skb->raddr;
l619drivers/net/strip.cb.l = skb->saddr;
l620drivers/net/strip.cc.l = skb->daddr;
l1237drivers/net/wic.cunsigned char c0, l;
l1243drivers/net/wic.cget_byte(dev, &l);  /* len */
l1244drivers/net/wic.cwhile (l--) {
l1250drivers/net/wic.creturn -l;
l579drivers/pci/pci.cunsigned int l, class_rev, bus, devfn;
l670drivers/pci/pci.cpcibios_read_config_dword(bus, devfn, reg, &l);
l671drivers/pci/pci.cbase = l;
l697drivers/pci/pci.cpcibios_read_config_dword(bus, devfn, reg, &l);
l698drivers/pci/pci.cbase |= ((u64) l) << 32;
l758drivers/pci/pci.cunsigned int devfn, l, max;
l779drivers/pci/pci.c&l);
l781drivers/pci/pci.cif (l == 0xffffffff || l == 0x00000000) {
l797drivers/pci/pci.cdev->vendor = l & 0xffff;
l798drivers/pci/pci.cdev->device = (l >> 16) & 0xffff;
l834drivers/pci/pci.cPCI_CLASS_REVISION, &l);
l835drivers/pci/pci.cl = l >> 8;      /* upper 3 bytes */
l836drivers/pci/pci.cdev->class = l;
l118drivers/scsi/AM53C974.c#define INSIDE(x,l,h) ( ((x) >= (l)) && ((x) <= (h)) )
l4924drivers/scsi/advansys.casc_prt_hex(char *f, uchar *s, int l)
l4931drivers/scsi/advansys.cprintk("%s: (%d bytes)\n", f, l);
l4933drivers/scsi/advansys.cfor (i = 0; i < l; i += 32) {
l4936drivers/scsi/advansys.cif ((k = (l - i) / 4) >= 8) {
l4940drivers/scsi/advansys.cm = (l - i) % 4 ;
l251drivers/scsi/ppa.c{       char    r, l, h, v;
l284drivers/scsi/ppa.cout_p(2,0x6); l = in_p(1);
l285drivers/scsi/ppa.cv = ((l >> 4) & 0x0f) + (h & 0xf0);
l307drivers/scsi/ppa.cl = in_p(1);
l309drivers/scsi/ppa.cr = ((l >> 4) & 0x0f) + (h & 0xf0);
l210drivers/sound/audio.cint             c, p, l, buf_no, buf_ptr, buf_size;
l250drivers/sound/audio.cl = c;
l251drivers/sound/audio.cif (l > (buf_size - buf_ptr))
l252drivers/sound/audio.cl = (buf_size - buf_ptr);
l258drivers/sound/audio.cmemcpy_fromfs (&dma_buf[buf_ptr], &((buf)[p]), l);
l262drivers/sound/audio.cdma_buf, buf_ptr, buf, p, l);
l270drivers/sound/audio.ctranslate_bytes (ulaw_dsp, (unsigned char *) &dma_buf[buf_ptr], l);
l273drivers/sound/audio.cc -= l;
l274drivers/sound/audio.cp += l;
l275drivers/sound/audio.cbuf_ptr += l;
l296drivers/sound/audio.cint             c, p, l;
l316drivers/sound/audio.cif ((buf_no = DMAbuf_getrdbuffer (dev, &dmabuf, &l,
l327drivers/sound/audio.cif (l > c)
l328drivers/sound/audio.cl = c;
l341drivers/sound/audio.ctranslate_bytes (dsp_ulaw, (unsigned char *) dmabuf, l);
l344drivers/sound/audio.cmemcpy_tofs (&((buf)[p]), dmabuf, l);
l346drivers/sound/audio.cDMAbuf_rmchars (dev, buf_no, l);
l348drivers/sound/audio.cp += l;
l349drivers/sound/audio.cc -= l;
l1154drivers/sound/dmabuf.cDMAbuf_set_count (int dev, int buff_no, int l)
l1161drivers/sound/dmabuf.cdmap->counts[buff_no] = l;
l1169drivers/sound/dmabuf.cDMAbuf_start_output (int dev, int buff_no, int l)
l1181drivers/sound/dmabuf.cl = dmap->fragment_size;
l1182drivers/sound/dmabuf.cdmap->counts[dmap->qtail] = l;
l1195drivers/sound/dmabuf.cdmap->counts[dmap->qtail] = l;
l1196drivers/sound/dmabuf.cif (l < dmap->fragment_size)
l1200drivers/sound/dmabuf.cmemset (dmap->raw_buf + p + l,
l1202drivers/sound/dmabuf.cdmap->fragment_size - l);
l1205drivers/sound/dmabuf.cif ((l != dmap->fragment_size) &&
l1314drivers/sound/dmabuf.cint             p, l;
l1322drivers/sound/dmabuf.cl = dmap->fragment_size - dmap->counts[i];
l1325drivers/sound/dmabuf.cl = dmap->fragment_size;
l1327drivers/sound/dmabuf.cif (l)
l1331drivers/sound/dmabuf.cl);
l1755drivers/sound/dmabuf.cDMAbuf_start_output (int dev, int buff_no, int l)
l2634drivers/sound/gus_wave.cint             l = rec->parm3;
l2644drivers/sound/gus_wave.cif (l > n)
l2645drivers/sound/gus_wave.cl = n;
l2647drivers/sound/gus_wave.cif (l > sizeof (rec->data.data8))
l2648drivers/sound/gus_wave.cl = sizeof (rec->data.data8);
l2650drivers/sound/gus_wave.cif (l <= 0)
l2659drivers/sound/gus_wave.cfor (n = 0; n < l; n++)
l2675drivers/sound/gus_wave.cint             l = rec->parm3;
l2689drivers/sound/gus_wave.cif (l > n)
l2690drivers/sound/gus_wave.cl = n;
l2692drivers/sound/gus_wave.cif (l > sizeof (rec->data.data8))
l2693drivers/sound/gus_wave.cl = sizeof (rec->data.data8);
l2695drivers/sound/gus_wave.cif (l <= 0)
l2704drivers/sound/gus_wave.cfor (n = 0; n < l; n++)
l17drivers/sound/hex2hex.hint l=0, c, i;
l51drivers/sound/hex2hex.hif (addr > l)
l52drivers/sound/hex2hex.hl = addr;
l65drivers/sound/hex2hex.hreturn l;
l72drivers/sound/hex2hex.hint i,l;
l88drivers/sound/hex2hex.hl=loadhex(inf, buf, source);
l89drivers/sound/hex2hex.hif (l<=0)
l93drivers/sound/hex2hex.hreturn l;
l98drivers/sound/hex2hex.hfprintf(outf, "static int %s_len = %d;\n", varline, l);
l101drivers/sound/hex2hex.hfor (i=0;i<l;i++)
l820drivers/sound/sequencer.cint             i, l = 0;
l832drivers/sound/sequencer.cl = 0;
l834drivers/sound/sequencer.cl = i + 1;
l836drivers/sound/sequencer.cif (l > 0)
l837drivers/sound/sequencer.csynth_devs[dev]->send_sysex (dev, buf, l);
l11drivers/sound/sound_calls.hint DMAbuf_start_output(int dev, int buff_no, int l);
l12drivers/sound/sound_calls.hint DMAbuf_set_count(int dev, int buff_no, int l);
l51drivers/sound/sound_switch.cint             l = strnlen (s, 256);
l53drivers/sound/sound_switch.cif (status_len + l >= 4000)
l56drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], s, l);
l57drivers/sound/sound_switch.cstatus_len += l;
l65drivers/sound/sound_switch.cint             l, v;
l73drivers/sound/sound_switch.cl = 0;
l81drivers/sound/sound_switch.cbuf[9 - l] = hx[v];
l82drivers/sound/sound_switch.cl++;
l85drivers/sound/sound_switch.cif (status_len + l >= 4000)
l88drivers/sound/sound_switch.cmemcpy (&status_buf[status_len], &buf[10 - l], l);
l89drivers/sound/sound_switch.cstatus_len += l;
l319drivers/sound/sound_switch.cint             l, c;
l321drivers/sound/sound_switch.cl = count;
l324drivers/sound/sound_switch.cif (l > c)
l325drivers/sound/sound_switch.cl = c;
l326drivers/sound/sound_switch.cif (l <= 0)
l329drivers/sound/sound_switch.cmemcpy_tofs (&((buf)[0]), &status_buf[status_ptr], l);
l330drivers/sound/sound_switch.cstatus_ptr += l;
l332drivers/sound/sound_switch.creturn l;
l761fs/ext2/namei.cint l;
l770fs/ext2/namei.cfor (l = 0; l < inode->i_sb->s_blocksize - 1 &&
l771fs/ext2/namei.csymname [l]; l++)
l773fs/ext2/namei.cif (l >= sizeof (inode->u.ext2_i.i_data)) {
l775fs/ext2/namei.cext2_debug ("l=%d, normal symlink\n", l);
l789fs/ext2/namei.cext2_debug ("l=%d, fast symlink\n", l);
l1248fs/hpfs/hpfs_fs.cint t, l;
l1271fs/hpfs/hpfs_fs.cl = len < de->namelen ? len : de->namelen;
l1272fs/hpfs/hpfs_fs.ct = memcasecmp(name, de->name, l);
l87fs/locks.cstruct flock *l);
l181fs/locks.cint fcntl_getlk(unsigned int fd, struct flock *l)
l190fs/locks.cerror = verify_area(VERIFY_WRITE, l, sizeof(*l));
l194fs/locks.cmemcpy_fromfs(&flock, l, sizeof(flock));
l210fs/locks.cmemcpy_tofs(l, &flock, sizeof(flock));
l216fs/locks.cmemcpy_tofs(l, &flock, sizeof(flock));
l225fs/locks.cint fcntl_setlk(unsigned int fd, unsigned int cmd, struct flock *l)
l240fs/locks.cerror = verify_area(VERIFY_READ, l, sizeof(*l));
l259fs/locks.cmemcpy_fromfs(&flock, l, sizeof(flock));
l392fs/locks.cstruct flock *l)
l396fs/locks.cswitch (l->l_type) {
l400fs/locks.cfl->fl_type = l->l_type;
l412fs/locks.cswitch (l->l_whence) {
l426fs/locks.cif (((start += l->l_start) < 0) || (l->l_len < 0))
l429fs/locks.cif ((l->l_len == 0) || ((fl->fl_end = start + l->l_len - 1) < 0))
l29fs/smbfs/proc.c#define HI_WORD(l) ((word)(l >> 16))
l30fs/smbfs/proc.c#define LO_WORD(l) ((word)(l % 0xFFFF))
l45include/asm-alpha/console.h#define puts(x,l) dispatch(CCB_PUTS,0,x,l)
l96include/asm-alpha/io.hextern void    _outl (unsigned int l,unsigned long port);
l125include/asm-alpha/io.h# define outl(l,p)  _outl((l),(p))
l350include/asm-alpha/lca.hstruct el_lca_mcheck_long *  l;
l133include/asm-i386/io.h__IN(l,"")
l138include/asm-i386/io.h__OUT(l,,int)
l142include/asm-i386/io.h__INS(l)
l146include/asm-i386/io.h__OUTS(l)
l179include/asm-mips/io.h__IN(unsigned int,w,l)
l183include/asm-mips/io.h__OUT(w,l)
l187include/asm-mips/io.h__INS(w,l,4)
l191include/asm-mips/io.h__OUTS(w,l,4)
l133include/asm-sparc/checksum.h#define csum_partial_copy_fromuser(s, d, l, w)  \
l134include/asm-sparc/checksum.hcsum_partial_copy((char *) (s), (d), (l), (w))
l348include/linux/fs.hextern int fcntl_getlk(unsigned int fd, struct flock *l);
l349include/linux/fs.hextern int fcntl_setlk(unsigned int fd, unsigned int cmd, struct flock *l);
l22include/linux/if_strip.h__u32 l;
l1039include/linux/soundcard.h{int i, l=(len); if (l>6)l=6;\
l1042include/linux/soundcard.hfor(i=0;i<l;i++)_seqbuf[_seqbufptr+i+1] = (buf)[i];\
l1043include/linux/soundcard.hfor(i=l;i<6;i++)_seqbuf[_seqbufptr+i+1] = 0xff;\
l728kernel/sysctl.cint l, len;
l735kernel/sysctl.cl = strlen(table->data);
l736kernel/sysctl.cif (len > l) len = l;
l796kernel/sysctl.cint l = strlen(data) + 1;
l802kernel/sysctl.cif (l > get_user(oldlenp))
l804kernel/sysctl.cput_user(l, oldlenp);
l805kernel/sysctl.cmemcpy_tofs(oldval, data, l);
l290lib/inflate.cint l;                        /* bits per table (returned in m) */
l323lib/inflate.cl = *m;
l328lib/inflate.cif ((unsigned)l < j)
l329lib/inflate.cl = j;
l334lib/inflate.cif ((unsigned)l > i)
l335lib/inflate.cl = i;
l336lib/inflate.c*m = l;
l372lib/inflate.cw = -l;                       /* bits decoded == (l * h) */
l388lib/inflate.cwhile (k > w + l)
l392lib/inflate.cw += l;                 /* previous table always l bits */
l395lib/inflate.cz = (z = g - w) > (unsigned)l ? l : z;  /* upper limit on table size */
l430lib/inflate.cr.b = (uch)l;         /* bits to dump before this table */
l433lib/inflate.cj = i >> (w - l);     /* (get around Turbo C bug) */
l471lib/inflate.cw -= l;
l682lib/inflate.cunsigned l[288];      /* length list for huft_build */
l688lib/inflate.cl[i] = 8;
l690lib/inflate.cl[i] = 9;
l692lib/inflate.cl[i] = 7;
l694lib/inflate.cl[i] = 8;
l696lib/inflate.cif ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0)
l702lib/inflate.cl[i] = 5;
l704lib/inflate.cif ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
l731lib/inflate.cunsigned l;           /* last length */
l801lib/inflate.ci = l = 0;
l809lib/inflate.cll[i++] = l = j;          /* save last length in l */
l818lib/inflate.cll[i++] = l;
l829lib/inflate.cl = 0;
l840lib/inflate.cl = 0;
l510net/ax25/af_ax25.cax25_uid_assoc **l;
l514net/ax25/af_ax25.cl = &ax25_uid_list;
l515net/ax25/af_ax25.cwhile ((*l) != NULL) {
l516net/ax25/af_ax25.cif (ax25cmp(&((*l)->call), &(sax->sax25_call)) == 0) {
l517net/ax25/af_ax25.ca = *l;
l518net/ax25/af_ax25.c*l = (*l)->next;
l523net/ax25/af_ax25.cl = &((*l)->next);
l198net/ipv4/ip_options.cint  l = opt->optlen;
l201net/ipv4/ip_options.cwhile (l > 0) 
l208net/ipv4/ip_options.cl--;
l213net/ipv4/ip_options.cif (optlen<2 || optlen>l)
l217net/ipv4/ip_options.cl -= optlen;
l236net/ipv4/ip_options.cint l;
l257net/ipv4/ip_options.cfor (l = opt->optlen; l > 0; ) 
l262net/ipv4/ip_options.cfor (optptr++, l--; l>0; l--) 
l272net/ipv4/ip_options.cl--;
l277net/ipv4/ip_options.cif (optlen<2 || optlen>l)
l458net/ipv4/ip_options.cl -= optlen;
l67net/ipv4/utils.cunsigned long l;
l71net/ipv4/utils.cl = 0;
l74net/ipv4/utils.cl <<= 8;
l84net/ipv4/utils.cl |= val;
l89net/ipv4/utils.creturn(htonl(l));
l1965net/ipx/af_ipx.cint l,i;
l1967net/ipx/af_ipx.cfor (l=0;len > 0 && l<16;l++) {
l1990net/ipx/af_ipx.cprintk("%s-%04X: %s\n",str,l*8,b);