Searched defs:hash (Results 1 - 25 of 454) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/groff/src/libs/libbib/
H A Dcommon.cpp20 unsigned hash(const char *s, int len) function
/freebsd-10-stable/games/fortune/tools/
H A Ddo_uniq.py18 def hash(fortune): function
/freebsd-10-stable/contrib/libstdc++/include/ext/
H A Dhash_fun.h71 struct hash { }; struct
83 struct hash<char*> struct
91 struct hash<const char*> struct
99 struct hash<char> struct
107 struct hash<unsigned char> struct
115 struct hash<signed char> struct
123 struct hash<short> struct
131 struct hash<unsigned short> struct
139 struct hash<in struct
147 struct hash<unsigned int> struct
155 struct hash<long> struct
163 struct hash<unsigned long> struct
[all...]
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Derase_no_store_hash_fn_imps.hpp54 size_type hash = ranged_probe_fn_base::operator()(r_key); local
H A Dinsert_no_store_hash_fn_imps.hpp53 size_type hash = ranged_probe_fn_base::operator()(r_key); local
H A Dresize_no_store_hash_fn_imps.hpp55 size_type hash = ranged_probe_fn_base::operator()(r_key); local
H A Dresize_store_hash_fn_imps.hpp55 size_type hash = ranged_probe_fn_base::operator()(r_key, p_e->m_hash); local
/freebsd-10-stable/lib/libc/iconv/
H A Dcitrus_db_hash.c47 uint32_t hash, tmp; local
/freebsd-10-stable/contrib/netbsd-tests/lib/libcrypt/
H A Dt_crypt.c73 const char *hash; member in struct:__anon1
127 char *hash = crypt(tests[i].pw, tests[i].hash); local
[all...]
/freebsd-10-stable/usr.sbin/pw/tests/
H A Dcrypt.c35 char *salt, *pass, *hash; local
/freebsd-10-stable/contrib/apr/include/
H A Dapr_hash.h274 APR_POOL_DECLARE_ACCESSOR(hash); variable
[all...]
/freebsd-10-stable/sys/libkern/
H A Dmurmur3_32.c44 uint32_t hash, k; local
[all...]
/freebsd-10-stable/contrib/groff/src/include/
H A Drefid.h27 unsigned hash() const { return (filename_id << 4) + pos; } function in class:reference_id
H A Dsymbol.h61 inline unsigned long symbol::hash() const function in class:symbol
/freebsd-10-stable/contrib/ipfilter/lib/
H A Dprintfr.c27 int hash; local
/freebsd-10-stable/contrib/libstdc++/include/tr1/
H A Dfunctional_hash.h77 struct hash<_Tp*> struct in namespace:std
93 hash(const char* __first, std::size_t __length) function in struct:std::_Fnv_hash
106 hash(const char* __first, std::size_t __length) function in struct:std::_Fnv_hash
122 hash(cons function in struct:std::_Fnv_hash
139 struct hash<std::string> struct in namespace:std
149 struct hash<std::wstring> struct in namespace:std
162 struct hash<float> struct in namespace:std
179 struct hash<double> struct in namespace:std
198 struct hash<long double> struct in namespace:std
[all...]
/freebsd-10-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_gcm.c46 const unsigned char hash[16] = { variable
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dsha1-prf.c35 u8 hash[SHA1_MAC_LEN]; local
H A Dsha1-tprf.c34 u8 hash[SHA1_MAC_LEN]; local
H A Dsha256-prf.c34 u8 hash[SHA256_MAC_LEN]; local
/freebsd-10-stable/contrib/wpa/src/eap_common/
H A Deap_psk_common.c37 u8 hash[aes_block_size]; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dhash.h50 unsigned (*hash)(void *); /* hash function */ member in struct:hashtab
[all...]
/freebsd-10-stable/lib/libcrypt/
H A Dcrypt-nthash.c59 u_char hash[MD4_SIZE]; local
/freebsd-10-stable/sbin/dhclient/
H A Dtree.h57 struct hash_table *hash; member in struct:universe
/freebsd-10-stable/sys/netinet6/
H A Din6_pcbgroup.c50 in6_pcbgroup_getbucket(struct inpcbinfo *pcbinfo, uint32_t hash) argument
61 in6_pcbgroup_byhash(struct inpcbinfo *pcbinfo, u_int hashtype, uint32_t hash) argument
79 uint32_t hash; local
[all...]

Completed in 531 milliseconds

1234567891011>>