Searched refs:h2 (Results 1 - 25 of 45) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drmd.h27 u32 h0,h1,h2,h3,h4; member in struct:__anon2582
H A Dsha256.c49 u32 h0,h1,h2,h3,h4,h5,h6,h7; member in struct:__anon2588
63 hd->h2 = 0x3c6ef372;
82 hd->h2 = 0x3070dd17;
171 c = hd->h2;
251 hd->h2 += c;
H A Dsha512.c58 u64 h0, h1, h2, h3, h4, h5, h6, h7; member in struct:__anon2589
71 hd->h2 = U64_C(0x3c6ef372fe94f82b);
89 hd->h2 = U64_C(0x9159015a3070dd17);
187 c = hd->h2;
294 hd->h2 += c;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dconsole.c28 default_vga_hose_select(struct pci_controller *h1, struct pci_controller *h2) argument
30 if (h2->index < h1->index)
31 return h2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dfile.c128 HANDLE h1, h2; local
131 h2 = CreateFile(f2, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
132 if(h1 == INVALID_HANDLE_VALUE || h2 == INVALID_HANDLE_VALUE)
135 ok &= GetFileInformationByHandle(h2, &info2);
144 if(h2 != INVALID_HANDLE_VALUE)
145 CloseHandle(h2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_rsvp.h140 unsigned h1, h2; local
168 h2 = hash_src(src);
181 for (f = s->ht[h2]; f; f = f->next) {
221 unsigned h2 = (handle>>8)&0xFF; local
223 if (h2 > 16)
227 for (f = s->ht[h2]; f; f = f->next) {
263 int h1, h2; local
276 for (h2=0; h2<=16; h2
361 int h1, h2; local
412 unsigned h1, h2; local
[all...]
H A Dcls_route.c228 unsigned h1, h2; local
237 h2 = from_hash(handle>>16);
238 if (h2 > 32)
242 for (f = b->ht[h2]; f; f = f->next)
269 int h1, h2; local
278 for (h2=0; h2<=32; h2++) {
281 while ((f = b->ht[h2]) != NULL) {
282 b->ht[h2]
400 unsigned int h2 = from_hash(nhandle >> 16); local
[all...]
H A Dsch_sfq.c136 u32 h, h2; local
143 h2 = iph->saddr^iph->protocol;
151 h2 ^= *(((u32*)iph) + iph->ihl);
158 h2 = iph->saddr.s6_addr32[3]^iph->nexthdr;
165 h2 ^= *(u32*)&iph[1];
170 h2 = (u32)(unsigned long)skb->sk;
172 return sfq_fold_hash(q, h, h2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_i2c.c29 int h1, h2; local
59 h1 = op_count/3; h2 = op_count%3;
60 op[h1] |= ( (u8)addr << ((3-h2)*8));
61 op[h1] |= (SAA7146_I2C_START << ((3-h2)*2));
67 h1 = op_count/3; h2 = op_count%3;
68 op[h1] |= ( (u32)((u8)m[i].buf[j]) << ((3-h2)*8));
69 op[h1] |= ( SAA7146_I2C_CONT << ((3-h2)*2));
77 h1 = (op_count-1)/3; h2 = (op_count-1)%3;
78 if ( SAA7146_I2C_CONT == (0x3 & (op[h1] >> ((3-h2)*2))) ) {
79 op[h1] &= ~(0x2 << ((3-h2)*
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/alpha/
H A Dmul_add.pl47 &muh($a2,$word,($h2)=&NR(1));
62 &add($h2,$t2,$h2); &FR($t2);
66 &add($h2,$cc,$cc); &FR($h2);
H A Dmul.pl41 &muh($a2,$word,($h2)=&NR(1)); &FR($a2);
53 &add($h2,$cc,$cc); &FR($h2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/sha/
H A Dsha.h101 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
H A Dsha_locl.h80 ll=(c)->h2; HOST_l2c(ll,(s)); \
154 c->h2=INIT_DATA_h2;
246 C=c->h2;
340 c->h2=(c->h2+A)&0xffffffffL;
348 C=c->h2;
371 C=c->h2;
467 c->h2=(c->h2+A)&0xffffffffL;
475 C=c->h2;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dsha.h101 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap1/
H A DMakefile16 obj-$(CONFIG_MACH_OMAP_H2) += board-h2.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Ds_socket.c323 struct hostent *h1,*h2; local
393 h2=GetHostByName(*host);
394 if (h2 == NULL)
400 if (h2->h_addrtype != AF_INET)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha_locl.h80 ll=(c)->h2; HOST_l2c(ll,(s)); \
152 c->h2=INIT_DATA_h2;
246 C=c->h2;
340 c->h2=(c->h2+A)&0xffffffffL;
348 C=c->h2;
371 C=c->h2;
467 c->h2=(c->h2+A)&0xffffffffL;
475 C=c->h2;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dsnow_altivec.c468 * h2 <- [ c,d,c,d, c,d,c,d, c,d,c,d, c,d,c,d ]
476 h2 = (vector unsigned short)\
480 vec_mergeh(h1,h2);\
484 ih1 = (vector unsigned char) vec_mergel(h1, h2);\
516 vector unsigned short h1, h2, l1, l2; local
555 h2 = (vector unsigned short) vec_mergel(ob3, ob4);\
557 ih = (vector unsigned char) vec_mergeh(h1,h2);\
563 ih1 = (vector unsigned char) vec_mergel(h1,h2);\
583 vector unsigned short h1, h2, l1, l2; local
665 vector unsigned short h1, h2, l local
712 vector unsigned short h1, h2, l1, l2; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Drotozoom.c128 int i, h2, w2; local
141 h2 = h / 2;
145 for(i=0;i<h2;i++) {
H A Dvideogen.c104 int i, h2, w2; local
117 h2 = h / 2;
121 for(i=0;i<h2;i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_socket.c384 struct hostent *h1,*h2; local
454 h2=GetHostByName(*host);
455 if (h2 == NULL)
461 if (h2->h_addrtype != AF_INET)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dyuv2rgb_bfin.c99 int h2 = srcSliceH>>1; local
110 for (i=0;i<h2;i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6_flowlabel.c383 static int ipv6_hdr_cmp(struct ipv6_opt_hdr *h1, struct ipv6_opt_hdr *h2) argument
385 if (h1 == h2)
387 if (h1 == NULL || h2 == NULL)
389 if (h1->hdrlen != h2->hdrlen)
391 return memcmp(h1+1, h2+1, ((h1->hdrlen+1)<<3) - sizeof(*h1));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl41 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
49 ($h0,$h1,$h2,$h3,$h4) = ("loc6","loc7","loc8","loc9","loc10");
201 { .mib; add $h2=$h2,$b // wrap up
271 { .mlx; ld4 $h2=[ctx],8
286 { .mmi; mov $C=$h2
386 { .mmi; st4 [ctx]=$h2,8
426 { .mlx; ld4 $h2=[ctx],8
441 { .mmi; mov $C=$h2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/sha1/
H A Dfips_sha_locl.h81 ll=(c)->h2; HOST_l2c(ll,(s)); \
146 c->h2=INIT_DATA_h2;
241 C=c->h2;
335 c->h2=(c->h2+A)&0xffffffffL;
343 C=c->h2;
369 C=c->h2;
465 c->h2=(c->h2+A)&0xffffffffL;
473 C=c->h2;
[all...]

Completed in 121 milliseconds

12