tag | line | file | source code |
v | 165 | drivers/FPU-emu/fpu_emu.h | asmlinkage unsigned shrxs(void *v, unsigned x); |
v | 1659 | drivers/char/console.c | static inline short limit(const int v, const int l, const int u) |
v | 1661 | drivers/char/console.c | return (v < l) ? l : ((v > u) ? u : v); |
v | 294 | drivers/char/vt.c | u_short v; |
v | 303 | drivers/char/vt.c | if (KTYP(v = get_fs_word(&a->kb_value)) >= NR_TYPES) |
v | 305 | drivers/char/vt.c | if (KVAL(v) > max_vals[KTYP(v)]) |
v | 307 | drivers/char/vt.c | key_map[s][i] = v; |
v | 1001 | drivers/net/slip.c | unsigned short v = 0; |
v | 1017 | drivers/net/slip.c | v = (v << 8) | s[i]; |
v | 1023 | drivers/net/slip.c | c = 0x30 + ((v >> bits) & 0x3F); |
v | 1030 | drivers/net/slip.c | c = 0x30 + ((v << (6 - bits)) & 0x3F); |
v | 231 | drivers/sound/pas2_mixer.c | #define cmix(v) ((((v.r*100+7)/15)<<8)| ((v.l*100+7)/15)) |
v | 70 | drivers/sound/sound_switch.c | int l, v; |
v | 82 | drivers/sound/sound_switch.c | v = val % radix; |
v | 85 | drivers/sound/sound_switch.c | buf[9-l] = hx[v]; |
v | 480 | fs/hpfs/hpfs.h | unsigned *v = (void *) ea_value (ea); |
v | 481 | fs/hpfs/hpfs.h | return v[0]; |
v | 486 | fs/hpfs/hpfs.h | unsigned *v = (void *) ea_value (ea); |
v | 487 | fs/hpfs/hpfs.h | return v[1]; |
v | 49 | include/linux/coff.h | #define COFF_LONG(v) COFF_LONG_L(v) |
v | 50 | include/linux/coff.h | #define COFF_SHORT(v) COFF_SHORT_L(v) |
v | 37 | include/linux/keyboard.h | #define K(t,v) (((t)<<8)|(v)) |
v | 59 | include/linux/msdos_fs.h | #define CF_LE_W(v) (v) |
v | 60 | include/linux/msdos_fs.h | #define CF_LE_L(v) (v) |
v | 61 | include/linux/msdos_fs.h | #define CT_LE_W(v) (v) |
v | 62 | include/linux/msdos_fs.h | #define CT_LE_L(v) (v) |
v | 29 | zBoot/inflate.c | } v; |
v | 126 | zBoot/inflate.c | unsigned v[N_MAX]; /* values in order of bit length */ |
v | 191 | zBoot/inflate.c | v[x[j]++] = i; |
v | 198 | zBoot/inflate.c | p = v; /* grab values in bit order */ |
v | 252 | zBoot/inflate.c | *(t = &(q->v.t)) = (struct huft *)NULL; |
v | 262 | zBoot/inflate.c | r.v.t = q; /* pointer to this table */ |
v | 272 | zBoot/inflate.c | if (p >= v + n) |
v | 277 | zBoot/inflate.c | r.v.n = *p++; /* simple code is just the value */ |
v | 282 | zBoot/inflate.c | r.v.n = d[*p++ - s]; |
v | 328 | zBoot/inflate.c | q = (--p)->v.t; |
v | 369 | zBoot/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
v | 373 | zBoot/inflate.c | slide[w++] = (uch)t->v.n; |
v | 388 | zBoot/inflate.c | n = t->v.n + ((unsigned)b & mask_bits[e]); |
v | 400 | zBoot/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
v | 403 | zBoot/inflate.c | d = w - t->v.n - ((unsigned)b & mask_bits[e]); |
v | 633 | zBoot/inflate.c | j = td->v.n; |