taglinefilesource code
k299fs/ext2/balloc.cint i, j, k;
k372fs/ext2/balloc.c: "=r" (k)
k374fs/ext2/balloc.ck++;
k375fs/ext2/balloc.cif ((j + k) < EXT2_BLOCKS_PER_GROUP(sb)) {
k376fs/ext2/balloc.cj += k;
k395fs/ext2/balloc.ck = (r - ((char *) bh->b_data)) << 3;
k396fs/ext2/balloc.cif (k < EXT2_BLOCKS_PER_GROUP(sb)) {
k397fs/ext2/balloc.cj = k;
k400fs/ext2/balloc.ck = find_next_zero_bit ((unsigned long *) bh->b_data, 
k403fs/ext2/balloc.cif (k < EXT2_BLOCKS_PER_GROUP(sb)) {
k404fs/ext2/balloc.cj = k;
k414fs/ext2/balloc.cfor (k = 0; k < sb->u.ext2_sb.s_groups_count; k++) {
k439fs/ext2/balloc.cif (k >= sb->u.ext2_sb.s_groups_count) {
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;
k231zBoot/misc.cint k;                /* byte being shifted into crc apparatus */
k246zBoot/misc.cfor (k = i | 256; k != 1; k >>= 1)
k249zBoot/misc.cif (k & 1)