Searched refs:HASH (Results 26 - 49 of 49) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_tunnel.c74 #define HASH(addr) ((__force u32)((addr)->s6_addr32[0] ^ (addr)->s6_addr32[1] ^ \ macro
141 unsigned h0 = HASH(remote);
142 unsigned h1 = HASH(local);
180 h = HASH(remote) ^ HASH(local);
H A Dsit.c64 #define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF) macro
94 unsigned h0 = HASH(remote);
95 unsigned h1 = HASH(local);
134 h ^= HASH(remote);
138 h ^= HASH(local);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_open.c75 HASH *hashp;
249 HASH *hashp;
H A Dhash_verify.c44 HASH *hashp;
525 HASH *hashp;
H A Dhash_page.c653 HASH *t;
728 HASH *t;
867 HASH *t;
H A Dhash.c1281 HASH *hashp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dsa/
H A Ddsa_gen.c66 # define HASH EVP_sha() macro
73 # define HASH EVP_sha1() macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dsa/
H A Ddsa_gen.c66 # define HASH EVP_sha() macro
73 # define HASH EVP_sha1() macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dip_gre.c154 #define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF) macro
176 unsigned h0 = HASH(remote);
177 unsigned h1 = HASH(key);
298 unsigned h = HASH(key);
305 h ^= HASH(remote);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmotion_est.c1293 #define HASH(fx,fy,bx,by) ((fx)+17*(fy)+63*(bx)+117*(by)) macro
1294 #define HASH8(fx,fy,bx,by) ((uint8_t)HASH(fx,fy,bx,by))
1295 int hashidx= HASH(motion_fx,motion_fy, motion_bx, motion_by);
1346 if( !map[(hashidx+HASH(fx,fy,bx,by))&255]\
1350 map[(hashidx+HASH(fx,fy,bx,by))&255] = 1;\
1353 hashidx += HASH(fx,fy,bx,by);\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dgame.cpp43 #define HASH(x, y) (((x >> 3) & 0x7f) << 7) + ((y >> 3) & 0x7f) macro
313 hv = HASH(x, y);
329 wxUint32 hv = HASH(c->m_x, c->m_y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Drege_dfa.c401 ss->hash = HASH(ss->states, d->wordsper);
491 h = HASH(d->work, d->wordsper);
H A Dregexec.c45 # define HASH(bv, nw) (((nw) == 1) ? *(bv) : hash(bv, nw)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhashset.tex54 The HASH\_T and KEY\_EQ\_T are the types
H A Dhashmap.tex70 The HASH\_T and KEY\_EQ\_T are the types
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseConfig.java2116 if (type == DatabaseType.HASH) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmotion_est.c1426 #define HASH(fx,fy,bx,by) ((fx)+17*(fy)+63*(bx)+117*(by)) macro
1427 #define HASH8(fx,fy,bx,by) ((uint8_t)HASH(fx,fy,bx,by))
1428 int hashidx= HASH(motion_fx,motion_fy, motion_bx, motion_by);
1480 if( !map[(hashidx+HASH(fx,fy,bx,by))&255]\
1484 map[(hashidx+HASH(fx,fy,bx,by))&255] = 1;\
1487 hashidx += HASH(fx,fy,bx,by);\
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dlec.c1348 #define HASH(ch) (ch & (LEC_ARP_TABLE_SIZE - 1)) macro
1399 tmp = &priv->lec_arp_tables[HASH(entry->mac_addr[ETH_ALEN - 1])];
1652 head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dcss.c5076 {return HASH;}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_vrfy.c1625 HASH *h_internal;
1714 h_internal = (HASH *)dbp->h_internal;
H A Ddb_pr.c156 HASH *h;
673 __db_msg(env, "ILLEGAL HASH PAGE TYPE: %lu",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm1055 if( $type eq 'HASH' ) {
1094 for my $type (qw(ARRAY HASH REF SCALAR GLOB Regexp)) {
1184 elsif( $type eq 'HASH' ) {
1222 if( grep !_type($_) eq 'HASH', $a1, $a2 ) {
1242 push @Data_Stack, { type => 'HASH', idx => $k, vals => [$e1, $e2] };
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl2342 HASH -
2547 set names { -hash DB_HASH HASH db_hash h hash }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm269 if @arg >= 5 && ref $arg[4] && $arg[4] =~ /=HASH/ && tied %{ $arg[4] } ;

Completed in 320 milliseconds

12