taglinefilesource code
h54drivers/char/uni_to_437.cint i, h;
h61drivers/char/uni_to_437.ch = (ucs ^ (ucs >> 8)) % IBM_HASHSIZE;
h63drivers/char/uni_to_437.cif (ibm_hash[h].ucs == ucs)
h64drivers/char/uni_to_437.cc = ibm_hash[h].ibm437;
h66drivers/char/uni_to_437.cif ((h += IBM_HASHSTEP) >= IBM_HASHSIZE)
h67drivers/char/uni_to_437.ch -= IBM_HASHSIZE;
h2037drivers/scsi/53c7,8xx.c{DT_help, "?", 0} , TOKEN(h,0), TOKEN(i,0), TOKEN(mp,2), 
h43fs/dcache.cstruct hash_list h;
h115fs/dcache.cif (de->h.next) {
h116fs/dcache.cde->h.next->h.prev = de->h.prev;
h117fs/dcache.cde->h.prev->h.next = de->h.next;
h118fs/dcache.cde->h.next = NULL;
h124fs/dcache.cde->h.next = hash->next;
h125fs/dcache.cde->h.prev = (struct dir_cache_entry *) hash;
h126fs/dcache.chash->next->h.prev = de;
h137fs/dcache.cfor (de = hash->next ; de != (struct dir_cache_entry *) hash ; de = de->h.next) {
h56fs/inode.cstruct inode_hash_entry *h;
h57fs/inode.ch = hash(inode->i_dev, inode->i_ino);
h59fs/inode.cinode->i_hash_next = h->inode;
h63fs/inode.ch->inode = inode;
h68fs/inode.cstruct inode_hash_entry *h;
h69fs/inode.ch = hash(inode->i_dev, inode->i_ino);
h71fs/inode.cif (h->inode == inode)
h72fs/inode.ch->inode = inode->i_hash_next;
h497fs/inode.cstruct inode_hash_entry * h;
h503fs/inode.ch = hash(sb->s_dev, nr);
h505fs/inode.cfor (inode = h->inode; inode ; inode = inode->i_hash_next)
h509fs/inode.ch->updating++;
h511fs/inode.cif (!--h->updating)
h548fs/inode.cwhile (h->updating)
h57include/linux/skbuff.h} h;
h532net/inet/arp.cstruct arphdr *arp = (struct arphdr *)skb->h.raw;
h166net/inet/datagram.cmemcpy_tofs(to,skb->h.raw+offset,size);
h700net/inet/dev.cskb->h.raw = skb->data + skb->dev->hard_header_len;
h747net/inet/dev.cskb2->h.raw = (unsigned char *)(
h749net/inet/dev.c(unsigned long) skb->h.raw -
h639net/inet/icmp.cbuff = skb1->h.raw;
h844net/inet/ip.cskb->h.raw = skb->data;
h848net/inet/ip.cptr = (unsigned char *) skb->h.raw;
h853net/inet/ip.cskb->h.raw += qp->maclen;
h878net/inet/ip.ciph = skb->h.iph;
h1190net/inet/ip.cskb2->h.raw=(char *) skb2->data;
h1210net/inet/ip.cmemcpy(skb2->h.raw, raw, hlen);
h1215net/inet/ip.cmemcpy(skb2->h.raw + hlen, ptr, len);
h1218net/inet/ip.cskb2->h.raw+=dev->hard_header_len;
h1223net/inet/ip.ciph = (struct iphdr *)(skb2->h.raw/*+dev->hard_header_len*/);
h1273net/inet/ip.ciph = skb->h.iph;
h1381net/inet/ip.cskb2->h.raw = ptr;
h1386net/inet/ip.cmemcpy(ptr + dev2->hard_header_len, skb->h.raw, skb->len);
h1430net/inet/ip.cstruct iphdr *iph = skb->h.iph;
h1555net/inet/ip.ciph=skb->h.iph;
h1563net/inet/ip.cskb->h.raw += iph->ihl*4;
h816net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
h1088net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
h1126net/inet/ipx.cskb2->h.raw = skb2->data + rt->datalink->header_length
h1166net/inet/ipx.cipx = (ipx_packet *)(skb->h.raw);
h27net/inet/p8022.cproto = find_8022_client(*(skb->h.raw));
h29net/inet/p8022.cskb->h.raw += 3;
h56net/inet/p8022.cskb->h.raw = rawp;
h17net/inet/p8023.cskb->h.raw = skb->data + hard_len;
h17net/inet/pe2.cskb->h.raw = skb->data + hard_len;
h147net/inet/rarp.cstruct arphdr *rarp = (struct arphdr *)skb->h.raw;
h121net/inet/raw.cskb->h.raw = (unsigned char *) skb->ip_hdr;
h500net/inet/skbuff.cn->h.raw=skb->h.raw+offset;
h455net/inet/tcp.cif (before(counted, skb->h.th->seq))   /* Found a hole so stops here */
h457net/inet/tcp.csum = skb->len -(counted - skb->h.th->seq);  /* Length - header but start from where we are up to (avoid overlaps) */
h458net/inet/tcp.cif (skb->h.th->syn)
h463net/inet/tcp.cif (skb->h.th->syn) 
h483net/inet/tcp.cif (skb->h.th->urg)
h485net/inet/tcp.cif (amount && skb->h.th->psh) break;
h723net/inet/tcp.cstruct tcphdr * th = skb->h.th;
h751net/inet/tcp.cskb->h.seq = ntohl(th->seq) + size - 4*th->doff;
h752net/inet/tcp.cif (after(skb->h.seq, sk->window_seq) ||
h765net/inet/tcp.cif (before(sk->window_seq, sk->write_queue.next->h.seq) &&
h1078net/inet/tcp.chdrlen = ((unsigned long)skb->h.th - (unsigned long)skb->data)
h1221net/inet/tcp.cskb->h.th =(struct tcphdr *) buff;
h1557net/inet/tcp.cif (before(1+*seq, skb->h.th->seq))
h1559net/inet/tcp.coffset = 1 + *seq - skb->h.th->seq;
h1560net/inet/tcp.cif (skb->h.th->syn)
h1640net/inet/tcp.cmemcpy_tofs(to,((unsigned char *)skb->h.th) +
h1641net/inet/tcp.cskb->h.th->doff*4 + offset, used);
h1765net/inet/tcp.cbuff->h.seq = sk->write_seq;
h2015net/inet/tcp.cth = skb->h.th;
h2090net/inet/tcp.cnewsk->acked_seq = skb->h.th->seq+1;
h2091net/inet/tcp.cnewsk->fin_seq = skb->h.th->seq;
h2092net/inet/tcp.cnewsk->copied_seq = skb->h.th->seq;
h2104net/inet/tcp.cnewsk->dummy_th.source = skb->h.th->dest;
h2105net/inet/tcp.cnewsk->dummy_th.dest = skb->h.th->source;
h2124net/inet/tcp.cnewsk->acked_seq = skb->h.th->seq + 1;
h2125net/inet/tcp.cnewsk->copied_seq = skb->h.th->seq;
h2176net/inet/tcp.ctcp_options(newsk,skb->h.th);
h2222net/inet/tcp.cmemcpy(t1, skb->h.th, sizeof(*t1));
h2223net/inet/tcp.cbuff->h.seq = newsk->write_seq;
h2227net/inet/tcp.ct1->dest = skb->h.th->source;
h2240net/inet/tcp.ct1->ack_seq = ntohl(skb->h.th->seq+1);
h2423net/inet/tcp.cbuff->h.seq = sk->write_seq;
h2492net/inet/tcp.cbefore(skb->h.seq, sk->window_seq + 1) &&
h2495net/inet/tcp.cbefore(skb->h.seq, sk->rcv_ack_seq + 1))
h2501net/inet/tcp.cif (before(skb->h.seq, sk->rcv_ack_seq +1)) 
h2530net/inet/tcp.csk->sent_seq = skb->h.seq;
h2622net/inet/tcp.cif (after(skb->h.seq, sk->window_seq)) 
h2710net/inet/tcp.c! before (sk->window_seq, sk->write_queue.next->h.seq)) 
h2736net/inet/tcp.cafter(sk->send_head->h.seq, sk->send_head->link3->h.seq)) 
h2738net/inet/tcp.cif (before(sk->send_head->h.seq, ack+1)) 
h2861net/inet/tcp.cif (after (sk->window_seq+1, sk->write_queue.next->h.seq) &&
h2864net/inet/tcp.cbefore(sk->write_queue.next->h.seq, sk->rcv_ack_seq + 1))
h2870net/inet/tcp.celse if (before(sk->window_seq, sk->write_queue.next->h.seq) &&
h3068net/inet/tcp.cth = skb->h.th;
h3116net/inet/tcp.cshut_seq=tail->h.th->seq+tail->len+1;
h3127net/inet/tcp.ctcp_reset(sk->saddr, sk->daddr, skb->h.th,
h3163net/inet/tcp.cprintk("skb1->h.th->seq = %ld: ", skb1->h.th->seq);
h3164net/inet/tcp.cprintk("skb->h.th->seq = %ld\n",skb->h.th->seq);
h3177net/inet/tcp.cif (th->seq==skb1->h.th->seq && skb->len>= skb1->len)
h3191net/inet/tcp.cif (after(th->seq+1, skb1->h.th->seq))
h3248net/inet/tcp.cif (skb->h.th->fin) 
h3259net/inet/tcp.cif (before(skb2->h.th->seq, sk->acked_seq+1)) 
h3261net/inet/tcp.cif (after(skb2->h.th->ack_seq, sk->acked_seq))
h3264net/inet/tcp.c(skb2->h.th->ack_seq - sk->acked_seq);
h3268net/inet/tcp.csk->acked_seq = skb2->h.th->ack_seq;
h3275net/inet/tcp.cif (skb2->h.th->fin) 
h3659net/inet/tcp.cbuff->h.seq = sk->write_seq;
h3828net/inet/tcp.cth = skb->h.th;
h497net/inet/udp.csin->sin_port = skb->h.uh->source;
h563net/inet/udp.cuh = (struct udphdr *) skb->h.uh;
h117zBoot/inflate.cint h;                        /* table level */
h199zBoot/inflate.ch = -1;                       /* no tables yet--level -1 */
h219zBoot/inflate.ch++;
h245zBoot/inflate.cu[h] = ++q;             /* table starts after link */
h249zBoot/inflate.cif (h)
h251zBoot/inflate.cx[h] = i;             /* save pattern for backing up */
h256zBoot/inflate.cu[h-1][j] = r;        /* connect to last table */
h289zBoot/inflate.cwhile ((i & ((1 << w) - 1)) != x[h])
h291zBoot/inflate.ch--;                    /* don't need to update q */
h774zBoot/inflate.cunsigned h;           /* maximum struct huft's malloc'ed */
h784zBoot/inflate.ch = 0;
h789zBoot/inflate.cif (hufts > h)
h790zBoot/inflate.ch = hufts;
h807zBoot/inflate.cfprintf(stderr, "<%u> ", h);
h58zBoot/unzip.cuch *h = inbuf + inptr; /* first local header */
h63zBoot/unzip.cinptr += LOCHDR + SH(h + LOCFIL) + SH(h + LOCEXT);
h65zBoot/unzip.cif (inptr > insize || LG(h) != LOCSIG) {
h68zBoot/unzip.cmethod = h[LOCHOW];
h74zBoot/unzip.cif ((decrypt = h[LOCFLG] & CRPFLG) != 0) {
h81zBoot/unzip.cextended = (h[LOCFLG] & EXTFLG) != 0;