taglinefilesource code
k713drivers/char/keyboard.cint i, j, k, sym, val;
k721drivers/char/keyboard.ck = (i<<5);
k722drivers/char/keyboard.cfor(j=0; j<32; j++,k++)
k723drivers/char/keyboard.cif(test_bit(k, key_down)) {
k724drivers/char/keyboard.csym = key_map[0][k];
k341drivers/char/vt.cint k;
k372drivers/char/vt.cfor (k = i + 1; k < NR_FUNC; k++)
k373drivers/char/vt.cif (func_table[k])  /* just to be sure */
k374drivers/char/vt.cfunc_table[k] += delta;
k1285drivers/net/depca.cunsigned long i,j,k;
k1297drivers/net/depca.cfor (j=0,k=0;j<16 && k<strlen(signatures[i]);j++) {
k1298drivers/net/depca.cif (signatures[i][k] == tmpstr[j]) {              /* track signature */
k1299drivers/net/depca.ck++;
k1301drivers/net/depca.ck=0;
k1304drivers/net/depca.cif (k == strlen(signatures[i])) {
k132fs/binfmt_elf.cint i, k;
k178fs/binfmt_elf.ck = load_addr + eppnt->p_vaddr + eppnt->p_filesz;
k179fs/binfmt_elf.cif(k > elf_bss) elf_bss = k;
k181fs/binfmt_elf.ck = load_addr + eppnt->p_memsz + eppnt->p_vaddr;
k182fs/binfmt_elf.cif(k > last_bss) last_bss = k;
k268fs/binfmt_elf.cunsigned int elf_bss, k, elf_brk;
k483fs/binfmt_elf.ck = elf_ppnt->p_vaddr;
k484fs/binfmt_elf.cif(k > start_code) start_code = k;
k485fs/binfmt_elf.ck = elf_ppnt->p_vaddr + elf_ppnt->p_filesz;
k486fs/binfmt_elf.cif(k > elf_bss) elf_bss = k;
k487fs/binfmt_elf.cif((elf_ppnt->p_flags | PROT_WRITE) && end_code <  k)
k488fs/binfmt_elf.cend_code = k; 
k489fs/binfmt_elf.cif(end_data < k) end_data = k; 
k490fs/binfmt_elf.ck = elf_ppnt->p_vaddr + elf_ppnt->p_memsz;
k491fs/binfmt_elf.cif(k > elf_brk) elf_brk = k;         
k558fs/binfmt_elf.cint i,j, k;
k617fs/binfmt_elf.ck = elf_phdata->p_vaddr + elf_phdata->p_filesz;
k618fs/binfmt_elf.cif(k > elf_bss) elf_bss = k;
k340fs/ext2/balloc.cint i, j, k, tmp;
k402fs/ext2/balloc.c: "=r" (k)
k404fs/ext2/balloc.ck++;
k405fs/ext2/balloc.cif ((j + k) < EXT2_BLOCKS_PER_GROUP(sb)) {
k406fs/ext2/balloc.cj += k;
k426fs/ext2/balloc.ck = (r - ((char *) bh->b_data)) << 3;
k427fs/ext2/balloc.cif (k < EXT2_BLOCKS_PER_GROUP(sb)) {
k428fs/ext2/balloc.cj = k;
k431fs/ext2/balloc.ck = find_next_zero_bit ((unsigned long *) bh->b_data, 
k434fs/ext2/balloc.cif (k < EXT2_BLOCKS_PER_GROUP(sb)) {
k435fs/ext2/balloc.cj = k;
k446fs/ext2/balloc.cfor (k = 0; k < sb->u.ext2_sb.s_groups_count; k++) {
k454fs/ext2/balloc.cif (k >= sb->u.ext2_sb.s_groups_count) {
k481fs/ext2/balloc.cfor (k = 0; k < 7 && j > 0 && !test_bit (j - 1, bh->b_data); k++, j--);
k512fs/ext2/balloc.cfor (k = 1;
k513fs/ext2/balloc.ck < 8 && (j + k) < EXT2_BLOCKS_PER_GROUP(sb); k++) {
k514fs/ext2/balloc.cif (set_bit (j + k, bh->b_data))
k76kernel/itimer.cint k;
k80kernel/itimer.cif (ovalue && (k = _getitimer(which, ovalue)) < 0)
k81kernel/itimer.creturn k;
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;
k271zBoot/inflate.cr.b = (uch)(k - w);
k287zBoot/inflate.cf = 1 << (k - w);
k292zBoot/inflate.cfor (j = 1 << (k - 1); i & j; j >>= 1)
k348zBoot/inflate.cregister unsigned k;  /* number of bits in bit buffer */
k353zBoot/inflate.ck = bk;
k434zBoot/inflate.cbk = k;
k448zBoot/inflate.cregister unsigned k;  /* number of bits in bit buffer */
k454zBoot/inflate.ck = bk;
k459zBoot/inflate.cn = k & 7;
k490zBoot/inflate.cbk = k;
k573zBoot/inflate.cregister unsigned k;  /* number of bits in bit buffer */
k579zBoot/inflate.ck = bk;
k679zBoot/inflate.cbk = k;
k736zBoot/inflate.cregister unsigned k;  /* number of bits in bit buffer */
k742zBoot/inflate.ck = bk;
k759zBoot/inflate.cbk = k;
k257zBoot/misc.cint k;                /* byte being shifted into crc apparatus */
k272zBoot/misc.cfor (k = i | 256; k != 1; k >>= 1)
k275zBoot/misc.cif (k & 1)