tag | line | file | source code |
h | 117 | arch/i386/boot/compressed/inflate.c | int h; /* table level */ |
h | 199 | arch/i386/boot/compressed/inflate.c | h = -1; /* no tables yet--level -1 */ |
h | 219 | arch/i386/boot/compressed/inflate.c | h++; |
h | 245 | arch/i386/boot/compressed/inflate.c | u[h] = ++q; /* table starts after link */ |
h | 249 | arch/i386/boot/compressed/inflate.c | if (h) |
h | 251 | arch/i386/boot/compressed/inflate.c | x[h] = i; /* save pattern for backing up */ |
h | 256 | arch/i386/boot/compressed/inflate.c | u[h-1][j] = r; /* connect to last table */ |
h | 289 | arch/i386/boot/compressed/inflate.c | while ((i & ((1 << w) - 1)) != x[h]) |
h | 291 | arch/i386/boot/compressed/inflate.c | h--; /* don't need to update q */ |
h | 774 | arch/i386/boot/compressed/inflate.c | unsigned h; /* maximum struct huft's malloc'ed */ |
h | 784 | arch/i386/boot/compressed/inflate.c | h = 0; |
h | 789 | arch/i386/boot/compressed/inflate.c | if (hufts > h) |
h | 790 | arch/i386/boot/compressed/inflate.c | h = hufts; |
h | 807 | arch/i386/boot/compressed/inflate.c | fprintf(stderr, "<%u> ", h); |
h | 58 | arch/i386/boot/compressed/unzip.c | uch *h = inbuf + inptr; /* first local header */ |
h | 63 | arch/i386/boot/compressed/unzip.c | inptr += LOCHDR + SH(h + LOCFIL) + SH(h + LOCEXT); |
h | 65 | arch/i386/boot/compressed/unzip.c | if (inptr > insize || LG(h) != LOCSIG) { |
h | 68 | arch/i386/boot/compressed/unzip.c | method = h[LOCHOW]; |
h | 74 | arch/i386/boot/compressed/unzip.c | if ((decrypt = h[LOCFLG] & CRPFLG) != 0) { |
h | 81 | arch/i386/boot/compressed/unzip.c | extended = (h[LOCFLG] & EXTFLG) != 0; |
h | 268 | drivers/char/consolemap.c | int i, h; |
h | 277 | drivers/char/consolemap.c | h = ucs % hashsize; |
h | 279 | drivers/char/consolemap.c | if (hashtable[h].unicode == ucs) |
h | 280 | drivers/char/consolemap.c | return hashtable[h].fontpos; |
h | 281 | drivers/char/consolemap.c | if ((h += hashstep) >= hashsize) |
h | 282 | drivers/char/consolemap.c | h -= hashsize; |
h | 190 | drivers/net/plip.c | unsigned short h; |
h | 531 | drivers/net/plip.c | if (rcv->length.h > dev->mtu || rcv->length.h < 8) { |
h | 532 | drivers/net/plip.c | printk("%s: bogus packet size %d.\n", dev->name, rcv->length.h); |
h | 536 | drivers/net/plip.c | rcv->skb = alloc_skb(rcv->length.h, GFP_ATOMIC); |
h | 541 | drivers/net/plip.c | rcv->skb->len = rcv->length.h; |
h | 553 | drivers/net/plip.c | while (++rcv->byte < rcv->length.h); |
h | 719 | drivers/net/plip.c | while (++snd->byte < snd->length.h); |
h | 901 | drivers/net/plip.c | snd->length.h = skb->len; |
h | 2057 | drivers/scsi/53c7,8xx.c | {DT_help, "?", 0} , TOKEN(h,0), TOKEN(i,0), TOKEN(mp,2), |
h | 43 | fs/dcache.c | struct hash_list h; |
h | 115 | fs/dcache.c | if (de->h.next) { |
h | 116 | fs/dcache.c | de->h.next->h.prev = de->h.prev; |
h | 117 | fs/dcache.c | de->h.prev->h.next = de->h.next; |
h | 118 | fs/dcache.c | de->h.next = NULL; |
h | 124 | fs/dcache.c | de->h.next = hash->next; |
h | 125 | fs/dcache.c | de->h.prev = (struct dir_cache_entry *) hash; |
h | 126 | fs/dcache.c | hash->next->h.prev = de; |
h | 137 | fs/dcache.c | for (de = hash->next ; de != (struct dir_cache_entry *) hash ; de = de->h.next) { |
h | 56 | fs/inode.c | struct inode_hash_entry *h; |
h | 57 | fs/inode.c | h = hash(inode->i_dev, inode->i_ino); |
h | 59 | fs/inode.c | inode->i_hash_next = h->inode; |
h | 63 | fs/inode.c | h->inode = inode; |
h | 68 | fs/inode.c | struct inode_hash_entry *h; |
h | 69 | fs/inode.c | h = hash(inode->i_dev, inode->i_ino); |
h | 71 | fs/inode.c | if (h->inode == inode) |
h | 72 | fs/inode.c | h->inode = inode->i_hash_next; |
h | 502 | fs/inode.c | struct inode_hash_entry * h; |
h | 508 | fs/inode.c | h = hash(sb->s_dev, nr); |
h | 510 | fs/inode.c | for (inode = h->inode; inode ; inode = inode->i_hash_next) |
h | 514 | fs/inode.c | h->updating++; |
h | 516 | fs/inode.c | if (!--h->updating) |
h | 553 | fs/inode.c | while (h->updating) |
h | 130 | include/asm-mips/io.h | __IN(h,w) |
h | 134 | include/asm-mips/io.h | __OUT(h,w) |
h | 138 | include/asm-mips/io.h | __INS(h,w,2) |
h | 142 | include/asm-mips/io.h | __OUTS(h,w,2) |
h | 58 | include/linux/skbuff.h | } h; |
h | 563 | mm/mmap.c | int h, hl, hr; |
h | 569 | mm/mmap.c | h = tree->vm_avl_height; |
h | 572 | mm/mmap.c | if ((h == hl+1) && (hr <= hl) && (hl <= hr+1)) |
h | 574 | mm/mmap.c | if ((h == hr+1) && (hl <= hr) && (hr <= hl+1)) |
h | 541 | net/inet/arp.c | struct arphdr *arp = (struct arphdr *)skb->h.raw; |
h | 167 | net/inet/datagram.c | memcpy_tofs(to,skb->h.raw+offset,size); |
h | 671 | net/inet/dev.c | skb->h.raw = skb->data + skb->dev->hard_header_len; |
h | 665 | net/inet/icmp.c | buff = skb1->h.raw; |
h | 198 | net/inet/igmp.c | struct igmphdr *igh=(struct igmphdr *)skb->h.raw; |
h | 845 | net/inet/ip.c | skb->h.raw = skb->data; |
h | 849 | net/inet/ip.c | ptr = (unsigned char *) skb->h.raw; |
h | 854 | net/inet/ip.c | skb->h.raw += qp->maclen; |
h | 879 | net/inet/ip.c | iph = skb->h.iph; |
h | 1194 | net/inet/ip.c | skb2->h.raw=(char *) skb2->data; |
h | 1214 | net/inet/ip.c | memcpy(skb2->h.raw, raw, hlen); |
h | 1219 | net/inet/ip.c | memcpy(skb2->h.raw + hlen, ptr, len); |
h | 1222 | net/inet/ip.c | skb2->h.raw+=dev->hard_header_len; |
h | 1227 | net/inet/ip.c | iph = (struct iphdr *)(skb2->h.raw/*+dev->hard_header_len*/); |
h | 1273 | net/inet/ip.c | if((err=ip_fw_chk(skb->h.iph, dev, ip_fw_fwd_chain, ip_fw_fwd_policy))!=1) |
h | 1291 | net/inet/ip.c | iph = skb->h.iph; |
h | 1402 | net/inet/ip.c | skb2->h.raw = ptr; |
h | 1407 | net/inet/ip.c | memcpy(ptr + dev2->hard_header_len, skb->h.raw, skb->len); |
h | 1459 | net/inet/ip.c | struct iphdr *iph = skb->h.iph; |
h | 1634 | net/inet/ip.c | iph=skb->h.iph; |
h | 1644 | net/inet/ip.c | skb->h.raw += iph->ihl*4; |
h | 339 | net/inet/ipx.c | ipx_packet *ipx = (ipx_packet *)(skb->h.raw); |
h | 379 | net/inet/ipx.c | ipx_offset = (char *)(skb->h.raw) - (char *)(skb->data); |
h | 390 | net/inet/ipx.c | skb1->h.raw = (unsigned char *)&(skb1->data[ipx_offset]); |
h | 403 | net/inet/ipx.c | skb2->h.raw = (unsigned char *)&(skb2->data[ipx_offset]); |
h | 427 | net/inet/ipx.c | int in_offset = skb->h.raw - skb->data; |
h | 439 | net/inet/ipx.c | oldraw = skb->h.raw; |
h | 440 | net/inet/ipx.c | skb->h.raw = &(skb->data[out_offset]); |
h | 441 | net/inet/ipx.c | memmove(skb->h.raw, oldraw, skb->len); |
h | 450 | net/inet/ipx.c | skb2->h.raw = &(skb2->data[out_offset]); |
h | 454 | net/inet/ipx.c | memcpy(skb2->h.raw, skb->h.raw, skb->len); |
h | 463 | net/inet/ipx.c | ipx_packet *ipx = (ipx_packet *)(skb->h.raw); |
h | 543 | net/inet/ipx.c | ipx_packet *ipx = (ipx_packet *) (skb->h.raw); |
h | 1009 | net/inet/ipx.c | skb->h.raw = (unsigned char *)ipx; |
h | 1026 | net/inet/ipx.c | ipx_packet *ipx = (ipx_packet *) (skb->h.raw); |
h | 1623 | net/inet/ipx.c | ipx=(ipx_packet *)skb->h.raw; |
h | 1732 | net/inet/ipx.c | ipx = (ipx_packet *)(skb->h.raw); |
h | 27 | net/inet/p8022.c | proto = find_8022_client(*(skb->h.raw)); |
h | 29 | net/inet/p8022.c | skb->h.raw += 3; |
h | 57 | net/inet/p8022.c | skb->h.raw = rawp; |
h | 17 | net/inet/p8023.c | skb->h.raw = skb->data + hard_len; |
h | 17 | net/inet/pe2.c | skb->h.raw = skb->data + hard_len; |
h | 53 | net/inet/psnap.c | proto = find_snap_client(skb->h.raw); |
h | 60 | net/inet/psnap.c | skb->h.raw += 5; |
h | 82 | net/inet/psnap.c | skb->h.raw = rawp+5; |
h | 148 | net/inet/rarp.c | struct arphdr *rarp = (struct arphdr *)skb->h.raw; |
h | 102 | net/inet/raw.c | skb->h.raw = (unsigned char *) skb->ip_hdr; |
h | 510 | net/inet/skbuff.c | n->h.raw=skb->h.raw+offset; |
h | 842 | net/inet/tcp.c | if (before(counted, skb->h.th->seq)) /* Found a hole so stops here */ |
h | 844 | net/inet/tcp.c | sum = skb->len -(counted - skb->h.th->seq); /* Length - header but start from where we are up to (avoid overlaps) */ |
h | 845 | net/inet/tcp.c | if (skb->h.th->syn) |
h | 850 | net/inet/tcp.c | if (skb->h.th->syn) |
h | 870 | net/inet/tcp.c | if (skb->h.th->urg) |
h | 872 | net/inet/tcp.c | if (amount && skb->h.th->psh) break; |
h | 1114 | net/inet/tcp.c | struct tcphdr * th = skb->h.th; |
h | 1155 | net/inet/tcp.c | skb->h.seq = ntohl(th->seq) + size - 4*th->doff; |
h | 1165 | net/inet/tcp.c | if (after(skb->h.seq, sk->window_seq) || |
h | 1186 | net/inet/tcp.c | if (before(sk->window_seq, sk->write_queue.next->h.seq) && |
h | 1560 | net/inet/tcp.c | hdrlen = ((unsigned long)skb->h.th - (unsigned long)skb->data) |
h | 1705 | net/inet/tcp.c | skb->h.th =(struct tcphdr *) buff; |
h | 2071 | net/inet/tcp.c | if (before(*seq, skb->h.th->seq)) |
h | 2073 | net/inet/tcp.c | offset = *seq - skb->h.th->seq; |
h | 2074 | net/inet/tcp.c | if (skb->h.th->syn) |
h | 2078 | net/inet/tcp.c | if (skb->h.th->fin) |
h | 2186 | net/inet/tcp.c | memcpy_tofs(to,((unsigned char *)skb->h.th) + |
h | 2187 | net/inet/tcp.c | skb->h.th->doff*4 + offset, used); |
h | 2209 | net/inet/tcp.c | if (skb->h.th->fin) |
h | 2367 | net/inet/tcp.c | buff->h.seq = sk->write_seq; |
h | 2683 | net/inet/tcp.c | th = skb->h.th; |
h | 2758 | net/inet/tcp.c | newsk->acked_seq = skb->h.th->seq+1; |
h | 2759 | net/inet/tcp.c | newsk->copied_seq = skb->h.th->seq+1; |
h | 2760 | net/inet/tcp.c | newsk->fin_seq = skb->h.th->seq; |
h | 2777 | net/inet/tcp.c | newsk->dummy_th.source = skb->h.th->dest; |
h | 2778 | net/inet/tcp.c | newsk->dummy_th.dest = skb->h.th->source; |
h | 2797 | net/inet/tcp.c | newsk->acked_seq = skb->h.th->seq + 1; |
h | 2798 | net/inet/tcp.c | newsk->copied_seq = skb->h.th->seq + 1; |
h | 2849 | net/inet/tcp.c | tcp_options(newsk,skb->h.th); |
h | 2898 | net/inet/tcp.c | memcpy(t1, skb->h.th, sizeof(*t1)); |
h | 2899 | net/inet/tcp.c | buff->h.seq = newsk->write_seq; |
h | 2903 | net/inet/tcp.c | t1->dest = skb->h.th->source; |
h | 2916 | net/inet/tcp.c | t1->ack_seq = ntohl(skb->h.th->seq+1); |
h | 3035 | net/inet/tcp.c | before(skb->h.seq, sk->window_seq + 1) && |
h | 3038 | net/inet/tcp.c | before(skb->h.seq, sk->rcv_ack_seq + 1)) |
h | 3048 | net/inet/tcp.c | if (before(skb->h.seq, sk->rcv_ack_seq +1)) |
h | 3082 | net/inet/tcp.c | sk->sent_seq = skb->h.seq; |
h | 3218 | net/inet/tcp.c | if (after(skb->h.seq, sk->window_seq)) |
h | 3327 | net/inet/tcp.c | ! before (sk->window_seq, sk->write_queue.next->h.seq)) |
h | 3353 | net/inet/tcp.c | after(sk->send_head->h.seq, sk->send_head->link3->h.seq)) |
h | 3361 | net/inet/tcp.c | if (before(sk->send_head->h.seq, ack+1)) |
h | 3485 | net/inet/tcp.c | if (after (sk->window_seq+1, sk->write_queue.next->h.seq) && |
h | 3488 | net/inet/tcp.c | before(sk->write_queue.next->h.seq, sk->rcv_ack_seq + 1)) |
h | 3497 | net/inet/tcp.c | else if (before(sk->window_seq, sk->write_queue.next->h.seq) && |
h | 3803 | net/inet/tcp.c | th = skb->h.th; |
h | 3866 | net/inet/tcp.c | tcp_reset(sk->saddr, sk->daddr, skb->h.th, |
h | 3905 | net/inet/tcp.c | printk("skb1->h.th->seq = %ld: ", skb1->h.th->seq); |
h | 3906 | net/inet/tcp.c | printk("skb->h.th->seq = %ld\n",skb->h.th->seq); |
h | 3919 | net/inet/tcp.c | if (th->seq==skb1->h.th->seq && skb->len>= skb1->len) |
h | 3933 | net/inet/tcp.c | if (after(th->seq+1, skb1->h.th->seq)) |
h | 3993 | net/inet/tcp.c | if (skb->h.th->fin) |
h | 3995 | net/inet/tcp.c | tcp_fin(skb,sk,skb->h.th); |
h | 4002 | net/inet/tcp.c | if (before(skb2->h.th->seq, sk->acked_seq+1)) |
h | 4004 | net/inet/tcp.c | if (after(skb2->h.th->ack_seq, sk->acked_seq)) |
h | 4007 | net/inet/tcp.c | (skb2->h.th->ack_seq - sk->acked_seq); |
h | 4011 | net/inet/tcp.c | sk->acked_seq = skb2->h.th->ack_seq; |
h | 4018 | net/inet/tcp.c | if (skb2->h.th->fin) |
h | 4020 | net/inet/tcp.c | tcp_fin(skb,sk,skb->h.th); |
h | 4336 | net/inet/tcp.c | buff->h.seq = sk->write_seq; |
h | 4531 | net/inet/tcp.c | th = skb->h.th; |
h | 506 | net/inet/udp.c | sin->sin_port = skb->h.uh->source; |
h | 582 | net/inet/udp.c | uh = (struct udphdr *) skb->h.uh; |