taglinefilesource code
l627fs/ext2/namei.cint l;
l636fs/ext2/namei.cfor (l = 0; l < inode->i_sb->s_blocksize - 1 &&
l637fs/ext2/namei.csymname [l]; l++)
l639fs/ext2/namei.cif (l >= EXT2_N_BLOCKS * sizeof (unsigned long)) {
l641fs/ext2/namei.cprintk ("ext2_symlink: l=%d, normal symlink\n", l);
l655fs/ext2/namei.cprintk ("ext2_symlink: l=%d, fast symlink\n", l);
l23fs/locks.cstatic int copy_flock(struct file *filp, struct file_lock *fl, struct flock *l);
l51fs/locks.cint fcntl_getlk(unsigned int fd, struct flock *l)
l60fs/locks.cerror = verify_area(VERIFY_WRITE,l, sizeof(*l));
l63fs/locks.cmemcpy_fromfs(&flock, l, sizeof(flock));
l77fs/locks.cmemcpy_tofs(l, &flock, sizeof(flock));
l83fs/locks.cmemcpy_tofs(l, &flock, sizeof(flock));
l91fs/locks.cint fcntl_setlk(unsigned int fd, unsigned int cmd, struct flock *l)
l104fs/locks.cerror = verify_area(VERIFY_WRITE, l, sizeof(*l));
l107fs/locks.cmemcpy_fromfs(&flock, l, sizeof(flock));
l196fs/locks.cstatic int copy_flock(struct file *filp, struct file_lock *fl, struct flock *l)
l204fs/locks.cif (l->l_type != F_UNLCK && l->l_type != F_RDLCK && l->l_type != F_WRLCK
l205fs/locks.c&& l->l_type != F_SHLCK && l->l_type != F_EXLCK)
l207fs/locks.cswitch (l->l_whence) {
l213fs/locks.cif ((start += l->l_start) < 0 || l->l_len < 0)
l215fs/locks.cfl->fl_type = l->l_type;
l218fs/locks.cif (l->l_len == 0 || (fl->fl_end = start + l->l_len - 1) < 0)
l174include/linux/soundcard.hBYTE l;      /* Left volume */
l106kernel/FPU-emu/fpu_emu.hextern unsigned  shrx(void *l, unsigned x);
l343kernel/FPU-emu/reg_ld_str.clong long l=0;
l347kernel/FPU-emu/reg_ld_str.cl *= 10;
l351kernel/FPU-emu/reg_ld_str.cl += bcd >> 4;
l352kernel/FPU-emu/reg_ld_str.cl *= 10;
l353kernel/FPU-emu/reg_ld_str.cl += bcd & 0x0f;
l364kernel/FPU-emu/reg_ld_str.cif (l == 0)
l372kernel/FPU-emu/reg_ld_str.c*((long long *)&FPU_loaded_data.sigl) = l;
l504kernel/FPU-emu/reg_ld_str.cunsigned long l[2];
l565kernel/FPU-emu/reg_ld_str.cl[0] = (tmp.sigl >> 11) | (tmp.sigh << 21);
l566kernel/FPU-emu/reg_ld_str.cl[1] = ((tmp.sigh >> 11) & 0xfffff);
l577kernel/FPU-emu/reg_ld_str.cl[0] = 0x00000000;  /* Set to */
l578kernel/FPU-emu/reg_ld_str.cl[1] = 0x7ff00000;  /* + INF */
l593kernel/FPU-emu/reg_ld_str.cl[0] = tmp.sigl;
l594kernel/FPU-emu/reg_ld_str.cl[1] = tmp.sigh;
l603kernel/FPU-emu/reg_ld_str.cl[0] = l[1] = 0;
l612kernel/FPU-emu/reg_ld_str.cl[1] |= (((exp+DOUBLE_Ebias) & 0x7ff) << 20);
l618kernel/FPU-emu/reg_ld_str.cl[0] = l[1] = 0;
l622kernel/FPU-emu/reg_ld_str.cl[0] = 0;
l623kernel/FPU-emu/reg_ld_str.cl[1] = 0x7ff00000;
l628kernel/FPU-emu/reg_ld_str.cl[0] = (FPU_st0_ptr->sigl >> 11) | (FPU_st0_ptr->sigh << 21);
l629kernel/FPU-emu/reg_ld_str.cl[1] = ((FPU_st0_ptr->sigh >> 11) & 0xfffff);
l630kernel/FPU-emu/reg_ld_str.cif ( !(l[0] | l[1]) )
l637kernel/FPU-emu/reg_ld_str.cl[1] |= 0x7ff00000;
l661kernel/FPU-emu/reg_ld_str.cl[0] = l[1] = 0;
l665kernel/FPU-emu/reg_ld_str.cl[1] |= 0x80000000;
l669kernel/FPU-emu/reg_ld_str.cput_fs_long(l[0], (unsigned long *)dfloat);
l670kernel/FPU-emu/reg_ld_str.cput_fs_long(l[1], 1 + (unsigned long *)dfloat);
l1439kernel/chr_drv/console.cint currcons, l;
l1441kernel/chr_drv/console.cl = verify_area(VERIFY_WRITE, buf,2+video_num_columns*video_num_lines);
l1442kernel/chr_drv/console.cif (l)
l1443kernel/chr_drv/console.creturn l;
l1451kernel/chr_drv/console.cfor (l=video_num_lines*video_num_columns; l>0 ; l--, sptr++)
l16kernel/ioport.cstatic char * ios(unsigned long l)
l23kernel/ioport.cstr[i] = (l & mask) ? '1' : '0';
l49tools/build.clong l;
l54tools/build.clong intel_long(long l)
l58tools/build.ct.b[0] = l & 0xff; l >>= 8;
l59tools/build.ct.b[1] = l & 0xff; l >>= 8;
l60tools/build.ct.b[2] = l & 0xff; l >>= 8;
l61tools/build.ct.b[3] = l & 0xff; l >>= 8;
l62tools/build.creturn t.l;
l65tools/build.cshort intel_short(short l)
l69tools/build.ct.b[0] = l & 0xff; l >>= 8;
l70tools/build.ct.b[1] = l & 0xff; l >>= 8;
l199tools/build.cint l, n;
l201tools/build.cl = sz;
l202tools/build.cif (l > sizeof(buf))
l203tools/build.cl = sizeof(buf);
l204tools/build.cif ((n=read(id, buf, l)) != l) {
l211tools/build.cwrite(1, buf, l);
l212tools/build.csz -= l;
l121zBoot/inflate.cint l;                        /* bits per table (returned in m) */
l151zBoot/inflate.cl = *m;
l156zBoot/inflate.cif ((unsigned)l < j)
l157zBoot/inflate.cl = j;
l162zBoot/inflate.cif ((unsigned)l > i)
l163zBoot/inflate.cl = i;
l164zBoot/inflate.c*m = l;
l200zBoot/inflate.cw = -l;                       /* bits decoded == (l * h) */
l216zBoot/inflate.cwhile (k > w + l)
l220zBoot/inflate.cw += l;                 /* previous table always l bits */
l223zBoot/inflate.cz = (z = g - w) > (unsigned)l ? l : z;  /* upper limit on table size */
l260zBoot/inflate.cr.b = (uch)l;         /* bits to dump before this table */
l263zBoot/inflate.cj = i >> (w - l);     /* (get around Turbo C bug) */
l300zBoot/inflate.cw -= l;
l508zBoot/inflate.cunsigned l[288];      /* length list for huft_build */
l514zBoot/inflate.cl[i] = 8;
l516zBoot/inflate.cl[i] = 9;
l518zBoot/inflate.cl[i] = 7;
l520zBoot/inflate.cl[i] = 8;
l522zBoot/inflate.cif ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0)
l528zBoot/inflate.cl[i] = 5;
l530zBoot/inflate.cif ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
l557zBoot/inflate.cunsigned l;           /* last length */
l627zBoot/inflate.ci = l = 0;
l635zBoot/inflate.cll[i++] = l = j;          /* save last length in l */
l644zBoot/inflate.cll[i++] = l;
l655zBoot/inflate.cl = 0;
l666zBoot/inflate.cl = 0;
l61zBoot/xtract.cint l, n;
l63zBoot/xtract.cl = sz;
l64zBoot/xtract.cif (l > sizeof(buf)) l = sizeof(buf);
l66zBoot/xtract.cif ((n=read(id, buf, l)) !=l)
l76zBoot/xtract.cwrite(1, buf, l);
l77zBoot/xtract.csz -= l;