Searched refs:hasher (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/t/
H A DMakefile.t17 hasher: hasher.o ../lib/libcsc.a
18 gcc -g -o hasher hasher.o -L../lib -lcsc
/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.java85 private Hasher hasher = null; field in class:DatabaseConfig
817 @param hasher
820 public void setHasher(final Hasher hasher) { argument
821 this.hasher = hasher;
833 return hasher;
2070 if (hasher != oldConfig.hasher)
2071 db.set_h_hash(hasher);
2144 hasher
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dhashset.h74 wxEXPLICIT CLASSNAME( size_type hint = 100, hasher hf = hasher(), \
H A Dhashmap.h135 typedef HASH_T hasher; \
155 hasher m_hasher; \
237 CLASSNAME( size_type sz = 10, const hasher& hfun = hasher(), \
278 hasher hash_funct() { return m_hasher; } \
634 wxEXPLICIT CLASSNAME( size_type hint = 100, hasher hf = hasher(), \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhash.c385 hashfun_t hasher = ht->hash_function; local
413 new_c = cells + HASH_POSITION (c->key, hasher, newsize);
464 hashfun_t hasher = ht->hash_function; local
481 c_new = cells + HASH_POSITION (key2, hasher, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhashset.tex49 HASH_T, // hasher
99 MyKeyHash, // hasher
H A Dhashmap.tex65 HASH_T, // hasher
118 MyKeyHash, // hasher

Completed in 119 milliseconds