tag | line | file | source code |
v | 160 | drivers/FPU-emu/fpu_emu.h | asmlinkage unsigned shrxs(void *v, unsigned x); |
v | 1884 | drivers/char/console.c | static inline short limit(const int v, const int l, const int u) |
v | 1886 | drivers/char/console.c | return (v < l) ? l : ((v > u) ? u : v); |
v | 298 | drivers/char/vt.c | u_short v; |
v | 307 | drivers/char/vt.c | if (KTYP(v = get_fs_word(&a->kb_value)) >= NR_TYPES) |
v | 309 | drivers/char/vt.c | if (KVAL(v) > max_vals[KTYP(v)]) |
v | 315 | drivers/char/vt.c | if (((key_map[s][i] == K_SAK) || (v == K_SAK)) && |
v | 318 | drivers/char/vt.c | key_map[s][i] = v; |
v | 851 | drivers/net/slip.c | unsigned short v = 0; |
v | 867 | drivers/net/slip.c | v = (v << 8) | s[i]; |
v | 873 | drivers/net/slip.c | c = 0x30 + ((v >> bits) & 0x3F); |
v | 880 | drivers/net/slip.c | c = 0x30 + ((v << (6 - bits)) & 0x3F); |
v | 77 | drivers/sound/sound_switch.c | int l, v; |
v | 90 | drivers/sound/sound_switch.c | v = val % radix; |
v | 93 | 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 | 58 | include/linux/msdos_fs.h | #define CF_LE_W(v) (v) |
v | 59 | include/linux/msdos_fs.h | #define CF_LE_L(v) (v) |
v | 60 | include/linux/msdos_fs.h | #define CT_LE_W(v) (v) |
v | 61 | 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 | 244 | zBoot/inflate.c | *(t = &(q->v.t)) = (struct huft *)NULL; |
v | 254 | zBoot/inflate.c | r.v.t = q; /* pointer to this table */ |
v | 264 | zBoot/inflate.c | if (p >= v + n) |
v | 269 | zBoot/inflate.c | r.v.n = *p++; /* simple code is just the value */ |
v | 274 | zBoot/inflate.c | r.v.n = d[*p++ - s]; |
v | 320 | zBoot/inflate.c | q = (--p)->v.t; |
v | 361 | zBoot/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
v | 365 | zBoot/inflate.c | slide[w++] = (uch)t->v.n; |
v | 380 | zBoot/inflate.c | n = t->v.n + ((unsigned)b & mask_bits[e]); |
v | 392 | zBoot/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
v | 395 | zBoot/inflate.c | d = w - t->v.n - ((unsigned)b & mask_bits[e]); |
v | 625 | zBoot/inflate.c | j = td->v.n; |