tag | line | file | source code |
v | 29 | arch/i386/boot/compressed/inflate.c | } v; |
v | 126 | arch/i386/boot/compressed/inflate.c | unsigned v[N_MAX]; /* values in order of bit length */ |
v | 191 | arch/i386/boot/compressed/inflate.c | v[x[j]++] = i; |
v | 198 | arch/i386/boot/compressed/inflate.c | p = v; /* grab values in bit order */ |
v | 244 | arch/i386/boot/compressed/inflate.c | *(t = &(q->v.t)) = (struct huft *)NULL; |
v | 254 | arch/i386/boot/compressed/inflate.c | r.v.t = q; /* pointer to this table */ |
v | 264 | arch/i386/boot/compressed/inflate.c | if (p >= v + n) |
v | 269 | arch/i386/boot/compressed/inflate.c | r.v.n = *p++; /* simple code is just the value */ |
v | 274 | arch/i386/boot/compressed/inflate.c | r.v.n = d[*p++ - s]; |
v | 320 | arch/i386/boot/compressed/inflate.c | q = (--p)->v.t; |
v | 361 | arch/i386/boot/compressed/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
v | 365 | arch/i386/boot/compressed/inflate.c | slide[w++] = (uch)t->v.n; |
v | 380 | arch/i386/boot/compressed/inflate.c | n = t->v.n + ((unsigned)b & mask_bits[e]); |
v | 392 | arch/i386/boot/compressed/inflate.c | } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16); |
v | 395 | arch/i386/boot/compressed/inflate.c | d = w - t->v.n - ((unsigned)b & mask_bits[e]); |
v | 625 | arch/i386/boot/compressed/inflate.c | j = td->v.n; |
v | 160 | arch/i386/math-emu/fpu_emu.h | asmlinkage unsigned shrxs(void *v, unsigned x); |
v | 219 | drivers/block/sjcd.c | int u, v; |
v | 221 | drivers/block/sjcd.c | u = bin % 10; v = bin / 10; |
v | 222 | drivers/block/sjcd.c | return( u | ( v << 4 ) ); |
v | 105 | drivers/char/selection.c | static inline unsigned short limit(const unsigned short v, const unsigned short u) |
v | 108 | drivers/char/selection.c | if (v > u) |
v | 110 | drivers/char/selection.c | return v; |
v | 421 | drivers/char/vt.c | u_short v, ov; |
v | 432 | drivers/char/vt.c | v = get_user(&a->kb_value); |
v | 433 | drivers/char/vt.c | if (!i && v == K_NOSUCHMAP) { |
v | 446 | drivers/char/vt.c | if (KTYP(v) < NR_TYPES) { |
v | 447 | drivers/char/vt.c | if (KVAL(v) > max_vals[KTYP(v)]) |
v | 474 | drivers/char/vt.c | if (v == ov) |
v | 480 | drivers/char/vt.c | if (((ov == K_SAK) || (v == K_SAK)) && !suser()) |
v | 482 | drivers/char/vt.c | key_map[i] = U(v); |
v | 483 | drivers/char/vt.c | if (!s && (KTYP(ov) == KT_SHIFT || KTYP(v) == KT_SHIFT)) |
v | 204 | drivers/net/i82586.h | #define AC_CFG_BYTE_CNT(v) (((v) & 0xF) << 0) |
v | 206 | drivers/net/i82586.h | #define AC_CFG_FIFOLIM(v) (((v) & 0xF) << 0) |
v | 208 | drivers/net/i82586.h | #define AC_CFG_SAV_BF(v) (((v) & 0x1) << 7) /* Save rxd bad frames */ |
v | 209 | drivers/net/i82586.h | #define AC_CFG_SRDY(v) (((v) & 0x1) << 6) /* SRDY/ARDY pin means */ |
v | 212 | drivers/net/i82586.h | #define AC_CFG_ELPBCK(v) (((v) & 0x1) << 7) /* External loopback */ |
v | 213 | drivers/net/i82586.h | #define AC_CFG_ILPBCK(v) (((v) & 0x1) << 6) /* Internal loopback */ |
v | 214 | drivers/net/i82586.h | #define AC_CFG_PRELEN(v) (((v) & 0x3) << 4) /* Preamble length */ |
v | 219 | drivers/net/i82586.h | #define AC_CFG_ALOC(v) (((v) & 0x1) << 3) /* Addr/len data is */ |
v | 221 | drivers/net/i82586.h | #define AC_CFG_ADDRLEN(v) (((v) & 0x7) << 0) /* Bytes per address */ |
v | 223 | drivers/net/i82586.h | #define AC_CFG_BOFMET(v) (((v) & 0x1) << 7) /* Use alternate expo. */ |
v | 225 | drivers/net/i82586.h | #define AC_CFG_ACR(v) (((v) & 0x7) << 4) /* Accelerated cont. res. */ |
v | 226 | drivers/net/i82586.h | #define AC_CFG_LINPRIO(v) (((v) & 0x7) << 0) /* Linear priority */ |
v | 230 | drivers/net/i82586.h | #define AC_CFG_RETRYNUM(v) (((v) & 0xF) << 4) /* Max. collision retry */ |
v | 231 | drivers/net/i82586.h | #define AC_CFG_SLTTMHI(v) (((v) & 0x7) << 0) /* Slot time (high bits) */ |
v | 233 | drivers/net/i82586.h | #define AC_CFG_FLGPAD(v) (((v) & 0x1) << 7) /* Pad with HDLC flags */ |
v | 234 | drivers/net/i82586.h | #define AC_CFG_BTSTF(v) (((v) & 0x1) << 6) /* Do HDLC bitstuffing */ |
v | 235 | drivers/net/i82586.h | #define AC_CFG_CRC16(v) (((v) & 0x1) << 5) /* 16 bit CCITT CRC */ |
v | 236 | drivers/net/i82586.h | #define AC_CFG_NCRC(v) (((v) & 0x1) << 4) /* Insert no CRC */ |
v | 237 | drivers/net/i82586.h | #define AC_CFG_TNCRS(v) (((v) & 0x1) << 3) /* Tx even if no carrier */ |
v | 238 | drivers/net/i82586.h | #define AC_CFG_MANCH(v) (((v) & 0x1) << 2) /* Manchester coding */ |
v | 239 | drivers/net/i82586.h | #define AC_CFG_BCDIS(v) (((v) & 0x1) << 1) /* Disable broadcast */ |
v | 240 | drivers/net/i82586.h | #define AC_CFG_PRM(v) (((v) & 0x1) << 0) /* Promiscuous mode */ |
v | 242 | drivers/net/i82586.h | #define AC_CFG_ICDS(v) (((v) & 0x1) << 7) /* Internal collision */ |
v | 244 | drivers/net/i82586.h | #define AC_CFG_CDTF(v) (((v) & 0x7) << 4) /* Collision detect */ |
v | 246 | drivers/net/i82586.h | #define AC_CFG_ICSS(v) (((v) & 0x1) << 3) /* Internal carrier */ |
v | 248 | drivers/net/i82586.h | #define AC_CFG_CSTF(v) (((v) & 0x7) << 0) /* Carrier sense */ |
v | 251 | drivers/net/i82586.h | #define AC_CFG_MNFRM(v) (((v) & 0xFF) << 0) /* Min. bytes/frame (<= 255) */ |
v | 926 | drivers/net/slip.c | unsigned short v = 0; |
v | 942 | drivers/net/slip.c | v = (v << 8) | s[i]; |
v | 946 | drivers/net/slip.c | c = 0x30 + ((v >> bits) & 0x3F); |
v | 951 | drivers/net/slip.c | c = 0x30 + ((v << (6 - bits)) & 0x3F); |
v | 2079 | drivers/net/wavelan.c | unsigned char v; |
v | 2087 | drivers/net/wavelan.c | v = (unsigned char)1; |
v | 2088 | drivers/net/wavelan.c | mmc_write(dev->base_addr, mmwoff(0, mmw_freeze), &v, sizeof(v)); |
v | 2099 | drivers/net/wavelan.c | v = (unsigned char)0; |
v | 2100 | drivers/net/wavelan.c | mmc_write(dev->base_addr, mmwoff(0, mmw_freeze), &v, sizeof(v)); |
v | 47 | drivers/scsi/53c7,8xx.h | # define ncr_writeb(v,a) (writeb((v), (unsigned long)(a))) |
v | 48 | drivers/scsi/53c7,8xx.h | # define ncr_writew(v,a) (writew((v), (unsigned long)(a))) |
v | 49 | drivers/scsi/53c7,8xx.h | # define ncr_writel(v,a) (writel((v), (unsigned long)(a))) |
v | 56 | drivers/scsi/53c7,8xx.h | # define ncr_writeb(v,a) (*(unsigned char*)(a) = (v)) |
v | 57 | drivers/scsi/53c7,8xx.h | # define ncr_writew(v,a) (*(unsigned short*)(a) = (v)) |
v | 58 | drivers/scsi/53c7,8xx.h | # define ncr_writel(v,a) (*(unsigned int*)(a) = (v)) |
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 | 486 | fs/hpfs/hpfs.h | unsigned *v = (void *) ea_value (ea); |
v | 487 | fs/hpfs/hpfs.h | return v[0]; |
v | 492 | fs/hpfs/hpfs.h | unsigned *v = (void *) ea_value (ea); |
v | 493 | fs/hpfs/hpfs.h | return v[1]; |
v | 33 | fs/msdos/msbuffer.h | #define mark_buffer_dirty(b,v) msdos_mark_buffer_dirty(sb,b,v) |
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 | 42 | 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 | 65 | include/linux/notifier.h | extern __inline__ int notifier_call_chain(struct notifier_block **n, unsigned long val, void *v) |
v | 71 | include/linux/notifier.h | ret=nb->notifier_call(val,v); |
v | 124 | include/linux/socket.h | extern void memcpy_toiovec(struct iovec *v, unsigned char *kdata, int len); |
v | 1777 | net/appletalk/ddp.c | int v; |
v | 1785 | net/appletalk/ddp.c | v=sk->sndbuf-sk->wmem_alloc; |
v | 1786 | net/appletalk/ddp.c | if(v<0) |
v | 1787 | net/appletalk/ddp.c | v=0; |
v | 1794 | net/appletalk/ddp.c | v=skb->len-sizeof(struct ddpehdr); |
v | 219 | net/ethernet/eth.c | int v=arp_find_cache(sk->ip_hcache_data, daddr, dev); |
v | 220 | net/ethernet/eth.c | if(v!=1) |
v | 94 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[vif.vifc_vifi]; |
v | 129 | net/ipv4/ipmr.c | v->rate_limit=vif.vifc_rate_limit; |
v | 130 | net/ipv4/ipmr.c | v->local=vif.vifc_lcl_addr.s_addr; |
v | 131 | net/ipv4/ipmr.c | v->remote=vif.vifc_rmt_addr.s_addr; |
v | 132 | net/ipv4/ipmr.c | v->flags=vif.vifc_flags; |
v | 133 | net/ipv4/ipmr.c | v->threshold=vif.vifc_threshold; |
v | 134 | net/ipv4/ipmr.c | v->dev=dev; |
v | 135 | net/ipv4/ipmr.c | v->bytes_in = 0; |
v | 136 | net/ipv4/ipmr.c | v->bytes_out = 0; |
v | 137 | net/ipv4/ipmr.c | v->pkt_in = 0; |
v | 138 | net/ipv4/ipmr.c | v->pkt_out = 0; |
v | 148 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[vif.vifc_vifi]; |
v | 151 | net/ipv4/ipmr.c | if(!(v->flags&VIFF_TUNNEL)) |
v | 153 | net/ipv4/ipmr.c | v->dev->flags&=~IFF_ALLMULTI; |
v | 154 | net/ipv4/ipmr.c | dev_mc_upload(v->dev); |
v | 266 | net/ipv4/ipmr.c | struct vif_device *v=&vif_table[0]; |
v | 276 | net/ipv4/ipmr.c | if(!(v->flags&VIFF_TUNNEL)) |
v | 278 | net/ipv4/ipmr.c | v->dev->flags&=~IFF_ALLMULTI; |
v | 279 | net/ipv4/ipmr.c | dev_mc_upload(v->dev); |
v | 282 | net/ipv4/ipmr.c | v++; |