taglinefilesource code
k737drivers/char/keyboard.cint i, j, k, sym, val;
k745drivers/char/keyboard.ck = (i<<5);
k746drivers/char/keyboard.cfor(j=0; j<32; j++,k++)
k747drivers/char/keyboard.cif(test_bit(k, key_down)) {
k748drivers/char/keyboard.csym = key_map[0][k];
k352drivers/char/vt.cint k;
k383drivers/char/vt.cfor (k = i + 1; k < NR_FUNC; k++)
k384drivers/char/vt.cif (func_table[k])  /* just to be sure */
k385drivers/char/vt.cfunc_table[k] += delta;
k1396drivers/net/depca.cunsigned long i,j,k;
k1408drivers/net/depca.cfor (j=0,k=0;j<16 && k<strlen(signatures[i]);j++) {
k1409drivers/net/depca.cif (signatures[i][k] == tmpstr[j]) {              /* track signature */
k1410drivers/net/depca.ck++;
k1412drivers/net/depca.ck=0;
k1415drivers/net/depca.cif (k == strlen(signatures[i])) {
k258fs/ext2/balloc.cint i, j, k, tmp;
k319fs/ext2/balloc.ck = ffz(lmap) + 1;
k320fs/ext2/balloc.cif ((j + k) < EXT2_BLOCKS_PER_GROUP(sb)) {
k321fs/ext2/balloc.cj += k;
k340fs/ext2/balloc.ck = (r - ((char *) bh->b_data)) << 3;
k341fs/ext2/balloc.cif (k < EXT2_BLOCKS_PER_GROUP(sb)) {
k342fs/ext2/balloc.cj = k;
k345fs/ext2/balloc.ck = find_next_zero_bit ((unsigned long *) bh->b_data, 
k348fs/ext2/balloc.cif (k < EXT2_BLOCKS_PER_GROUP(sb)) {
k349fs/ext2/balloc.cj = k;
k360fs/ext2/balloc.cfor (k = 0; k < sb->u.ext2_sb.s_groups_count; k++) {
k368fs/ext2/balloc.cif (k >= sb->u.ext2_sb.s_groups_count) {
k394fs/ext2/balloc.cfor (k = 0; k < 7 && j > 0 && !test_bit (j - 1, bh->b_data); k++, j--);
k425fs/ext2/balloc.cfor (k = 1;
k426fs/ext2/balloc.ck < 8 && (j + k) < EXT2_BLOCKS_PER_GROUP(sb); k++) {
k427fs/ext2/balloc.cif (set_bit (j + k, bh->b_data))
k141ibcs/binfmt_elf.cint i, k;
k187ibcs/binfmt_elf.ck = load_addr + eppnt->p_vaddr + eppnt->p_filesz;
k188ibcs/binfmt_elf.cif(k > elf_bss) elf_bss = k;
k190ibcs/binfmt_elf.ck = load_addr + eppnt->p_memsz + eppnt->p_vaddr;
k191ibcs/binfmt_elf.cif(k > last_bss) last_bss = k;
k277ibcs/binfmt_elf.cunsigned int elf_bss, k, elf_brk;
k492ibcs/binfmt_elf.ck = elf_ppnt->p_vaddr;
k493ibcs/binfmt_elf.cif(k > start_code) start_code = k;
k494ibcs/binfmt_elf.ck = elf_ppnt->p_vaddr + elf_ppnt->p_filesz;
k495ibcs/binfmt_elf.cif(k > elf_bss) elf_bss = k;
k496ibcs/binfmt_elf.cif((elf_ppnt->p_flags | PROT_WRITE) && end_code <  k)
k497ibcs/binfmt_elf.cend_code = k; 
k498ibcs/binfmt_elf.cif(end_data < k) end_data = k; 
k499ibcs/binfmt_elf.ck = elf_ppnt->p_vaddr + elf_ppnt->p_memsz;
k500ibcs/binfmt_elf.cif(k > elf_brk) elf_brk = k;         
k576ibcs/binfmt_elf.cint i,j, k;
k635ibcs/binfmt_elf.ck = elf_phdata->p_vaddr + elf_phdata->p_filesz;
k636ibcs/binfmt_elf.cif(k > elf_bss) elf_bss = k;
k76kernel/itimer.cint k;
k80kernel/itimer.cif (ovalue && (k = _getitimer(which, ovalue)) < 0)
k81kernel/itimer.creturn k;
k894net/inet/arp.cint i,j,k;
k916net/inet/arp.cfor(k=0,j=0;k<HBUFFERLEN-3 && j<entry->hlen;j++)
k918net/inet/arp.chbuffer[k++]=hexbuf[ (entry->ha[j]>>4)&15 ];
k919net/inet/arp.chbuffer[k++]=hexbuf[  entry->ha[j]&15     ];
k920net/inet/arp.chbuffer[k++]=':';
k922net/inet/arp.chbuffer[--k]=0;
k84zBoot/inflate.c#define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}}
k85zBoot/inflate.c#define DUMPBITS(n) {b>>=(n);k-=(n);}
k120zBoot/inflate.cregister int k;               /* number of bits in current code */
k155zBoot/inflate.ck = j;                        /* minimum code length */
k207zBoot/inflate.cfor (; k <= g; k++)
k210zBoot/inflate.ca = c[k];
k216zBoot/inflate.cwhile (k > w + l)
k224zBoot/inflate.cif ((f = 1 << (j = k - w)) > a + 1)     /* try a k-w bit table */
k228zBoot/inflate.cxp = c + k;
k263zBoot/inflate.cr.b = (uch)(k - w);
k279zBoot/inflate.cf = 1 << (k - w);
k284zBoot/inflate.cfor (j = 1 << (k - 1); i & j; j >>= 1)
k340zBoot/inflate.cregister unsigned k;  /* number of bits in bit buffer */
k345zBoot/inflate.ck = bk;
k426zBoot/inflate.cbk = k;
k440zBoot/inflate.cregister unsigned k;  /* number of bits in bit buffer */
k446zBoot/inflate.ck = bk;
k451zBoot/inflate.cn = k & 7;
k482zBoot/inflate.cbk = k;
k565zBoot/inflate.cregister unsigned k;  /* number of bits in bit buffer */
k571zBoot/inflate.ck = bk;
k671zBoot/inflate.cbk = k;
k728zBoot/inflate.cregister unsigned k;  /* number of bits in bit buffer */
k734zBoot/inflate.ck = bk;
k751zBoot/inflate.cbk = k;
k272zBoot/misc.cint k;                /* byte being shifted into crc apparatus */
k287zBoot/misc.cfor (k = i | 256; k != 1; k >>= 1)
k290zBoot/misc.cif (k & 1)